#include <sycl/accessor_image.hpp>
Public Types | |
using | value_type = const DataT |
using | reference = const DataT & |
using | const_reference = const DataT & |
Public Member Functions | |
template<typename AllocatorT > | |
host_sampled_image_accessor (sampled_image< Dimensions, AllocatorT > &ImageRef, const property_list &PropList={}, const detail::code_location CodeLoc=detail::code_location::current()) | |
host_sampled_image_accessor (const host_sampled_image_accessor &Rhs)=default | |
host_sampled_image_accessor (host_sampled_image_accessor &&Rhs)=default | |
host_sampled_image_accessor & | operator= (const host_sampled_image_accessor &Rhs)=default |
host_sampled_image_accessor & | operator= (host_sampled_image_accessor &&Rhs)=default |
~host_sampled_image_accessor ()=default | |
bool | operator== (const host_sampled_image_accessor &Rhs) const |
bool | operator!= (const host_sampled_image_accessor &Rhs) const |
template<typename Property > | |
bool | has_property () const noexcept |
template<typename Property > | |
Property | get_property () 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 |
Public Member Functions inherited from sycl::_V1::detail::OwnerLessBase< host_sampled_image_accessor< DataT, Dimensions > > | |
bool | ext_oneapi_owner_before (const ext::oneapi::detail::weak_object_base< host_sampled_image_accessor< DataT, Dimensions > > &Other) const noexcept |
Compares the object against a weak object using an owner-based implementation-defined ordering. More... | |
bool | ext_oneapi_owner_before (const host_sampled_image_accessor< DataT, Dimensions > &Other) const noexcept |
Compares the object against another object using an owner-based implementation-defined ordering. More... | |
Friends | |
template<class T > | |
T | detail::createSyclObjFromImpl (decltype(T::impl) ImplObj) |
Definition at line 1225 of file accessor_image.hpp.
using sycl::_V1::host_sampled_image_accessor< DataT, Dimensions >::const_reference = const DataT & |
Definition at line 1240 of file accessor_image.hpp.
using sycl::_V1::host_sampled_image_accessor< DataT, Dimensions >::reference = const DataT & |
Definition at line 1239 of file accessor_image.hpp.
using sycl::_V1::host_sampled_image_accessor< DataT, Dimensions >::value_type = const DataT |
Definition at line 1238 of file accessor_image.hpp.
|
inline |
Definition at line 1243 of file accessor_image.hpp.
|
default |
|
default |
|
default |
|
inline |
Definition at line 1289 of file accessor_image.hpp.
|
inlinenoexcept |
Definition at line 1282 of file accessor_image.hpp.
|
inline |
Definition at line 1277 of file accessor_image.hpp.
|
default |
|
default |
|
inline |
Definition at line 1274 of file accessor_image.hpp.
|
inline |
Definition at line 1305 of file accessor_image.hpp.
|
inlinenoexcept |
Definition at line 1297 of file accessor_image.hpp.
|
friend |