/third_party/mesa3d/src/gallium/frontends/clover/core/ |
D | format.cpp | 40 { { 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/ |
D | test_image2d.cpp | 36 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/ |
D | cl_utils.cpp | 37 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/ |
D | image_format.hpp | 49 rgba = CL_RGBA,
|
/third_party/boost/libs/compute/include/boost/compute/image/ |
D | image_format.hpp | 49 rgba = CL_RGBA,
|
/third_party/boost/libs/compute/test/extra/ |
D | test_interop_opencv.cpp | 65 bcl::image_format(CL_RGBA, CL_FLOAT) in BOOST_AUTO_TEST_CASE()
|
/third_party/boost/libs/compute/example/ |
D | random_walk.cpp | 96 context, width, height, compute::image_format(CL_RGBA, CL_UNSIGNED_INT8) in main()
|
D | k_means.cpp | 145 context, width, height, compute::image_format(CL_RGBA, CL_UNSIGNED_INT8) in main()
|
/third_party/opencl-headers/ |
D | README_zh.md | 61 image_format.image_channel_order = CL_RGBA;
|
/third_party/boost/boost/compute/interop/opencv/ |
D | core.hpp | 82 return image_format(CL_RGBA, CL_FLOAT); in opencv_get_mat_image_format()
|
/third_party/boost/libs/compute/include/boost/compute/interop/opencv/ |
D | core.hpp | 82 return image_format(CL_RGBA, CL_FLOAT); in opencv_get_mat_image_format()
|
/third_party/mindspore/mindspore/lite/src/runtime/gpu/opencl/ |
D | opencl_allocator.cc | 106 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/ |
D | cl.h | 421 #define CL_RGBA 0x10B5 macro
|
/third_party/skia/third_party/externals/angle2/include/CL/ |
D | cl.h | 555 #define CL_RGBA 0x10B5 macro
|
/third_party/mesa3d/include/CL/ |
D | cl.h | 553 #define CL_RGBA 0x10B5 macro
|
/third_party/opencl-headers/CL/ |
D | cl.h | 555 #define CL_RGBA 0x10B5 macro
|
/third_party/ffmpeg/libavutil/ |
D | hwcontext_opencl.c | 1461 CHANNEL_ORDER(1234, CL_RGBA); in opencl_get_plane_format()
|