#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>
Go to the source code of this file.
Classes | |
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) |
ur_image_channel_order_t | sycl::_V1::detail::convertChannelOrder (image_channel_order Order) |
image_channel_order | sycl::_V1::detail::convertChannelOrder (ur_image_channel_order_t Order) |
ur_image_channel_type_t | sycl::_V1::detail::convertChannelType (image_channel_type Type) |
image_channel_type | sycl::_V1::detail::convertChannelType (ur_image_channel_type_t Type) |