This is the complete list of members for cl::sycl::image< Dimensions, AllocatorT >, including all inherited members.
__SYCL2020_DEPRECATED("get_count() is deprecated, please use size() instead") size_t get_count() const | cl::sycl::image< Dimensions, AllocatorT > | inline |
get_access(handler &commandGroupHandler) | cl::sycl::image< Dimensions, AllocatorT > | inline |
get_access() | cl::sycl::image< Dimensions, AllocatorT > | inline |
get_allocator() const | cl::sycl::image< Dimensions, AllocatorT > | inline |
get_pitch() const | cl::sycl::image< Dimensions, AllocatorT > | inline |
get_property() const | cl::sycl::image< Dimensions, AllocatorT > | inline |
get_range() const | cl::sycl::image< Dimensions, AllocatorT > | inline |
get_size() const | cl::sycl::image< Dimensions, AllocatorT > | inline |
has_property() const | cl::sycl::image< Dimensions, AllocatorT > | inline |
image(image_channel_order Order, image_channel_type Type, const range< Dimensions > &Range, const property_list &PropList={}) | cl::sycl::image< Dimensions, AllocatorT > | inline |
image(image_channel_order Order, image_channel_type Type, const range< Dimensions > &Range, AllocatorT Allocator, const property_list &PropList={}) | cl::sycl::image< Dimensions, AllocatorT > | inline |
image(image_channel_order Order, image_channel_type Type, const range< Dimensions > &Range, const typename detail::enable_if_t< B, range< Dimensions - 1 >> &Pitch, const property_list &PropList={}) | cl::sycl::image< Dimensions, AllocatorT > | inline |
image(image_channel_order Order, image_channel_type Type, const range< Dimensions > &Range, const typename detail::enable_if_t< B, range< Dimensions - 1 >> &Pitch, AllocatorT Allocator, const property_list &PropList={}) | cl::sycl::image< Dimensions, AllocatorT > | inline |
image(void *HostPointer, image_channel_order Order, image_channel_type Type, const range< Dimensions > &Range, const property_list &PropList={}) | cl::sycl::image< Dimensions, AllocatorT > | inline |
image(void *HostPointer, image_channel_order Order, image_channel_type Type, const range< Dimensions > &Range, AllocatorT Allocator, const property_list &PropList={}) | cl::sycl::image< Dimensions, AllocatorT > | inline |
image(const void *HostPointer, image_channel_order Order, image_channel_type Type, const range< Dimensions > &Range, const property_list &PropList={}) | cl::sycl::image< Dimensions, AllocatorT > | inline |
image(const void *HostPointer, image_channel_order Order, image_channel_type Type, const range< Dimensions > &Range, AllocatorT Allocator, const property_list &PropList={}) | cl::sycl::image< Dimensions, AllocatorT > | inline |
image(void *HostPointer, image_channel_order Order, image_channel_type Type, const range< Dimensions > &Range, const typename detail::enable_if_t< B, range< Dimensions - 1 >> &Pitch, const property_list &PropList={}) | cl::sycl::image< Dimensions, AllocatorT > | inline |
image(void *HostPointer, image_channel_order Order, image_channel_type Type, const range< Dimensions > &Range, const typename detail::enable_if_t< B, range< Dimensions - 1 >> &Pitch, AllocatorT Allocator, const property_list &PropList={}) | cl::sycl::image< Dimensions, AllocatorT > | inline |
image(std::shared_ptr< void > &HostPointer, image_channel_order Order, image_channel_type Type, const range< Dimensions > &Range, const property_list &PropList={}) | cl::sycl::image< Dimensions, AllocatorT > | inline |
image(std::shared_ptr< void > &HostPointer, image_channel_order Order, image_channel_type Type, const range< Dimensions > &Range, AllocatorT Allocator, const property_list &PropList={}) | cl::sycl::image< Dimensions, AllocatorT > | inline |
image(std::shared_ptr< void > &HostPointer, image_channel_order Order, image_channel_type Type, const range< Dimensions > &Range, const typename detail::enable_if_t< B, range< Dimensions - 1 >> &Pitch, const property_list &PropList={}) | cl::sycl::image< Dimensions, AllocatorT > | inline |
image(std::shared_ptr< void > &HostPointer, image_channel_order Order, image_channel_type Type, const range< Dimensions > &Range, const typename detail::enable_if_t< B, range< Dimensions - 1 >> &Pitch, AllocatorT Allocator, const property_list &PropList={}) | cl::sycl::image< Dimensions, AllocatorT > | inline |
image(const image &rhs)=default | cl::sycl::image< Dimensions, AllocatorT > | |
image(image &&rhs)=default | cl::sycl::image< Dimensions, AllocatorT > | |
operator!=(const image &rhs) const | cl::sycl::image< Dimensions, AllocatorT > | inline |
operator=(const image &rhs)=default | cl::sycl::image< Dimensions, AllocatorT > | |
operator=(image &&rhs)=default | cl::sycl::image< Dimensions, AllocatorT > | |
operator==(const image &rhs) const | cl::sycl::image< Dimensions, AllocatorT > | inline |
set_final_data(Destination finalData=nullptr) | cl::sycl::image< Dimensions, AllocatorT > | inline |
set_write_back(bool flag=true) | cl::sycl::image< Dimensions, AllocatorT > | inline |
size() const noexcept | cl::sycl::image< Dimensions, AllocatorT > | inline |
~image()=default | cl::sycl::image< Dimensions, AllocatorT > |