|
template<typename AllocatorT > |
| sampled_image_accessor (sampled_image< Dimensions, AllocatorT > &ImageRef, handler &CommandGroupHandlerRef, const property_list &PropList={}, const detail::code_location CodeLoc=detail::code_location::current()) |
|
| sampled_image_accessor (const sampled_image_accessor &Rhs)=default |
|
| sampled_image_accessor (sampled_image_accessor &&Rhs)=default |
|
sampled_image_accessor & | operator= (const sampled_image_accessor &Rhs)=default |
|
sampled_image_accessor & | operator= (sampled_image_accessor &&Rhs)=default |
|
| ~sampled_image_accessor ()=default |
|
bool | operator== (const sampled_image_accessor &Rhs) const |
|
bool | operator!= (const sampled_image_accessor &Rhs) const |
|
size_t | size () const noexcept |
|
template<typename CoordT , typename = std::enable_if_t<detail::IsValidSampledCoord2020DataT< Dimensions, CoordT>::value>> |
DataT | read (const CoordT &Coords) const noexcept |
|
bool | ext_oneapi_owner_before (const ext::oneapi::detail::weak_object_base< sampled_image_accessor< DataT, Dimensions, image_target::device > > &Other) const noexcept |
| Compares the object against a weak object using an owner-based implementation-defined ordering. More...
|
|
bool | ext_oneapi_owner_before (const sampled_image_accessor< DataT, Dimensions, image_target::device > &Other) const noexcept |
| Compares the object against another object using an owner-based implementation-defined ordering. More...
|
|
template<typename DataT, int Dimensions, image_target AccessTarget = image_target::device>
class sycl::_V1::sampled_image_accessor< DataT, Dimensions, AccessTarget >
Definition at line 3952 of file accessor.hpp.