A class that represents image memory.
More...
#include <sycl/ext/oneapi/bindless_images_memory.hpp>
A class that represents image memory.
Definition at line 57 of file bindless_images_memory.hpp.
◆ image_mem() [1/5]
sycl::_V1::ext::oneapi::experimental::image_mem::image_mem |
( |
| ) |
|
|
default |
◆ image_mem() [2/5]
sycl::_V1::ext::oneapi::experimental::image_mem::image_mem |
( |
const image_mem & |
| ) |
|
|
default |
◆ image_mem() [3/5]
sycl::_V1::ext::oneapi::experimental::image_mem::image_mem |
( |
image_mem && |
rhs | ) |
|
|
default |
◆ image_mem() [4/5]
sycl::_V1::ext::oneapi::experimental::image_mem::image_mem |
( |
const image_descriptor & |
desc, |
|
|
const device & |
syclDevice, |
|
|
const context & |
syclContext |
|
) |
| |
◆ image_mem() [5/5]
sycl::_V1::ext::oneapi::experimental::image_mem::image_mem |
( |
const image_descriptor & |
desc, |
|
|
const queue & |
syclQueue |
|
) |
| |
◆ ~image_mem()
sycl::_V1::ext::oneapi::experimental::image_mem::~image_mem |
( |
| ) |
|
|
default |
◆ get_channel_order()
◆ get_channel_type()
◆ get_context()
sycl::context sycl::_V1::ext::oneapi::experimental::image_mem::get_context |
( |
| ) |
const |
|
inline |
◆ get_descriptor()
const image_descriptor& sycl::_V1::ext::oneapi::experimental::image_mem::get_descriptor |
( |
| ) |
const |
|
inline |
◆ get_device()
sycl::device sycl::_V1::ext::oneapi::experimental::image_mem::get_device |
( |
| ) |
const |
|
inline |
◆ get_handle()
raw_handle_type sycl::_V1::ext::oneapi::experimental::image_mem::get_handle |
( |
| ) |
const |
|
inline |
◆ get_mip_level_mem_handle()
image_mem_handle sycl::_V1::ext::oneapi::experimental::image_mem::get_mip_level_mem_handle |
( |
const unsigned int |
level | ) |
const |
◆ get_num_channels()
unsigned int sycl::_V1::ext::oneapi::experimental::image_mem::get_num_channels |
( |
| ) |
const |
◆ get_range()
sycl::range< 3 > sycl::_V1::ext::oneapi::experimental::image_mem::get_range |
( |
| ) |
const |
◆ get_type()
image_type sycl::_V1::ext::oneapi::experimental::image_mem::get_type |
( |
| ) |
const |
◆ operator!=()
bool sycl::_V1::ext::oneapi::experimental::image_mem::operator!= |
( |
const image_mem & |
rhs | ) |
const |
|
inline |
◆ operator=() [1/2]
image_mem& sycl::_V1::ext::oneapi::experimental::image_mem::operator= |
( |
const image_mem & |
| ) |
|
|
default |
◆ operator=() [2/2]
◆ operator==()
bool sycl::_V1::ext::oneapi::experimental::image_mem::operator== |
( |
const image_mem & |
rhs | ) |
const |
|
inline |
◆ sycl::detail::getSyclObjImpl()
template<class Obj >
frienddecltype(Obj::impl) const& sycl::_V1::ext::oneapi::experimental::image_mem::sycl::detail::getSyclObjImpl |
( |
const Obj & |
SyclObject | ) |
|
|
protected |
◆ impl
The documentation for this class was generated from the following files: