#include <detail/sycl_mem_obj_t.hpp>
#include <sycl/detail/aligned_allocator.hpp>
#include <sycl/detail/common.hpp>
#include <sycl/detail/export.hpp>
#include <sycl/detail/generic_type_traits.hpp>
#include <sycl/device.hpp>
#include <sycl/event.hpp>
#include <sycl/image.hpp>
#include <sycl/property_list.hpp>
#include <sycl/range.hpp>
#include <sycl/sampler.hpp>
#include <sycl/stl.hpp>
Go to the source code of this file.
Classes | |
class | sycl::_V1::image< Dimensions, AllocatorT > |
Defines a shared image data. More... | |
class | sycl::_V1::accessor< DataT, Dimensions, AccessMode, AccessTarget, IsPlaceholder, PropertyListT > |
class | sycl::_V1::detail::image_impl |
Namespaces | |
sycl | |
sycl::_V1 | |
sycl::_V1::detail | |
Typedefs | |
using | sycl::_V1::detail::image_allocator = aligned_allocator< byte > |
Functions | |
uint8_t | sycl::_V1::detail::getImageNumberChannels (image_channel_order Order) |
uint8_t | sycl::_V1::detail::getImageElementSize (uint8_t NumChannels, image_channel_type Type) |
sycl::detail::pi::PiMemImageChannelOrder | sycl::_V1::detail::convertChannelOrder (image_channel_order Order) |
image_channel_order | sycl::_V1::detail::convertChannelOrder (sycl::detail::pi::PiMemImageChannelOrder Order) |
sycl::detail::pi::PiMemImageChannelType | sycl::_V1::detail::convertChannelType (image_channel_type Type) |
image_channel_type | sycl::_V1::detail::convertChannelType (sycl::detail::pi::PiMemImageChannelType Type) |