DPC++ Runtime
Runtime libraries for oneAPI DPC++
image.cpp File Reference
#include <detail/image_impl.hpp>
#include <sycl/event.hpp>
#include <sycl/ext/oneapi/accessor_property_list.hpp>
#include <sycl/image.hpp>
#include <sycl/properties/all_properties.hpp>
#include <sycl/property_list.hpp>
#include <sycl/range.hpp>
#include <memory>
#include <sycl/detail/properties_traits.def>
Include dependency graph for image.cpp:

Go to the source code of this file.

Namespaces

 sycl
 
 sycl::_V1
 
 sycl::_V1::detail
 

Macros

#define __SYCL_PARAM_TRAITS_SPEC(param_type)
 
#define __SYCL_PARAM_TRAITS_SPEC(param_type)
 

Macro Definition Documentation

◆ __SYCL_PARAM_TRAITS_SPEC [1/2]

#define __SYCL_PARAM_TRAITS_SPEC (   param_type)
Value:
template <> \
__SYCL_EXPORT bool image_plain::has_property<param_type>() const noexcept { \
return impl->has_property<param_type>(); \
}
_Abi const simd< _Tp, _Abi > & noexcept
Definition: simd.hpp:1324

Definition at line 153 of file image.cpp.

◆ __SYCL_PARAM_TRAITS_SPEC [2/2]

#define __SYCL_PARAM_TRAITS_SPEC (   param_type)
Value:
template <> \
__SYCL_EXPORT param_type image_plain::get_property<param_type>() const { \
return impl->get_property<param_type>(); \
}

Definition at line 153 of file image.cpp.