Home
last modified time | relevance | path

Searched refs:CL_RGBA (Results 1 – 17 of 17) sorted by relevance

/third_party/mesa3d/src/gallium/frontends/clover/core/
Dformat.cpp40 { { CL_RGBA, CL_FLOAT }, PIPE_FORMAT_R32G32B32A32_FLOAT },
44 { { CL_RGBA, CL_UNORM_INT16 }, PIPE_FORMAT_R16G16B16A16_UNORM },
48 { { CL_RGBA, CL_SNORM_INT16 }, PIPE_FORMAT_R16G16B16A16_SNORM },
52 { { CL_RGBA, CL_UNORM_INT8 }, PIPE_FORMAT_R8G8B8A8_UNORM },
56 { { CL_RGBA, CL_SNORM_INT8 }, PIPE_FORMAT_R8G8B8A8_SNORM },
60 { { CL_RGBA, CL_HALF_FLOAT }, PIPE_FORMAT_R16G16B16A16_FLOAT },
80 { { CL_RGBA, CL_UNSIGNED_INT8 }, PIPE_FORMAT_R8G8B8A8_UINT },
84 { { CL_RGBA, CL_SIGNED_INT8 }, PIPE_FORMAT_R8G8B8A8_SINT },
88 { { CL_RGBA, CL_UNSIGNED_INT16 }, PIPE_FORMAT_R16G16B16A16_UINT },
92 { { CL_RGBA, CL_SIGNED_INT16 }, PIPE_FORMAT_R16G16B16A16_SINT },
[all …]
/third_party/boost/libs/compute/test/
Dtest_image2d.cpp36 boost::compute::image_format rgba8(CL_RGBA, CL_UNSIGNED_INT8); in BOOST_AUTO_TEST_CASE()
61 compute::image_format format(CL_RGBA, CL_UNSIGNED_INT8); in BOOST_AUTO_TEST_CASE()
86 compute::image_format format(CL_RGBA, CL_UNORM_INT8); in BOOST_AUTO_TEST_CASE()
128 compute::image_format format(CL_RGBA, CL_UNSIGNED_INT8); in BOOST_AUTO_TEST_CASE()
168 compute::image_format format(CL_RGBA, CL_UNSIGNED_INT8); in BOOST_AUTO_TEST_CASE()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
Dcl_utils.cpp37 case CL_RGBA: in GetChannelCount()
105 case CL_RGBA: in IsValidImageFormat()
174 imageFormat->image_channel_order != CL_RGBA) in IsValidImageFormat()
/third_party/boost/boost/compute/image/
Dimage_format.hpp49 rgba = CL_RGBA,
/third_party/boost/libs/compute/include/boost/compute/image/
Dimage_format.hpp49 rgba = CL_RGBA,
/third_party/boost/libs/compute/test/extra/
Dtest_interop_opencv.cpp65 bcl::image_format(CL_RGBA, CL_FLOAT) in BOOST_AUTO_TEST_CASE()
/third_party/boost/libs/compute/example/
Drandom_walk.cpp96 context, width, height, compute::image_format(CL_RGBA, CL_UNSIGNED_INT8) in main()
Dk_means.cpp145 context, width, height, compute::image_format(CL_RGBA, CL_UNSIGNED_INT8) in main()
/third_party/opencl-headers/
DREADME_zh.md61 image_format.image_channel_order = CL_RGBA;
/third_party/boost/boost/compute/interop/opencv/
Dcore.hpp82 return image_format(CL_RGBA, CL_FLOAT); in opencv_get_mat_image_format()
/third_party/boost/libs/compute/include/boost/compute/interop/opencv/
Dcore.hpp82 return image_format(CL_RGBA, CL_FLOAT); in opencv_get_mat_image_format()
/third_party/mindspore/mindspore/lite/src/runtime/gpu/opencl/
Dopencl_allocator.cc106 cl_image_format image_format{CL_RGBA, static_cast<uint32_t>(img_size.dtype)}; in CreateImage2D()
109 cl::ImageFormat image_format(CL_RGBA, img_size.dtype); in CreateImage2D()
/third_party/flutter/skia/third_party/externals/opencl-lib/3-0/include/CL/
Dcl.h421 #define CL_RGBA 0x10B5 macro
/third_party/skia/third_party/externals/angle2/include/CL/
Dcl.h555 #define CL_RGBA 0x10B5 macro
/third_party/mesa3d/include/CL/
Dcl.h553 #define CL_RGBA 0x10B5 macro
/third_party/opencl-headers/CL/
Dcl.h555 #define CL_RGBA 0x10B5 macro
/third_party/ffmpeg/libavutil/
Dhwcontext_opencl.c1461 CHANNEL_ORDER(1234, CL_RGBA); in opencl_get_plane_format()