Searched refs:CL_RGB (Results 1 – 16 of 16) sorted by relevance
/external/mesa3d/src/gallium/frontends/clover/core/ |
D | format.cpp | 32 { { CL_RGB, CL_UNORM_SHORT_565 }, PIPE_FORMAT_B5G6R5_UNORM }, 39 { { CL_RGB, CL_FLOAT }, PIPE_FORMAT_R32G32B32_FLOAT }, 43 { { CL_RGB, CL_UNORM_INT16 }, PIPE_FORMAT_R16G16B16_UNORM }, 47 { { CL_RGB, CL_SNORM_INT16 }, PIPE_FORMAT_R16G16B16_SNORM }, 51 { { CL_RGB, CL_UNORM_INT8 }, PIPE_FORMAT_R8G8B8_UNORM }, 55 { { CL_RGB, CL_SNORM_INT8 }, PIPE_FORMAT_R8G8B8_SNORM }, 59 { { CL_RGB, CL_HALF_FLOAT }, PIPE_FORMAT_R16G16B16_FLOAT }, 79 { { CL_RGB, CL_UNSIGNED_INT8 }, PIPE_FORMAT_R8G8B8_UINT }, 83 { { CL_RGB, CL_SIGNED_INT8 }, PIPE_FORMAT_R8G8B8_SINT }, 87 { { CL_RGB, CL_UNSIGNED_INT16 }, PIPE_FORMAT_R16G16B16_UINT }, [all …]
|
/external/angle/src/libANGLE/ |
D | cl_utils.cpp | 32 case CL_RGB: in GetChannelCount() 104 case CL_RGB: in IsValidImageFormat() 165 if (imageFormat->image_channel_order != CL_RGB && in IsValidImageFormat()
|
/external/tensorflow/tensorflow/lite/delegates/gpu/cl/ |
D | cl_image_format.cc | 29 return CL_RGB; in ToChannelOrder()
|
/external/OpenCL-CTS/test_conformance/spir/ |
D | datagen.cpp | 378 CL_RGB, 544 case CL_RGB: in toString() 606 if (corder == CL_RGBx || corder == CL_RGB // Can only be applied for int unorms. in isLegalCombination()
|
/external/OpenCL-CTS/test_common/harness/ |
D | errorHelpers.cpp | 119 case CL_RGB: return "CL_RGB"; in GetChannelOrderName() 156 case CL_RGB: in IsChannelOrderSupported()
|
D | imageHelpers.cpp | 144 case CL_RGB: in get_channel_order_channel_count() 220 { CL_RGB, "CL_RGB" }, in get_channel_order_from_name() 617 case CL_RGB: in has_alpha() 1471 case CL_RGB: in read_image_pixel_float() 2465 case CL_RGB: in swizzle_vector_for_image()
|
D | imageHelpers.h | 452 else if ((format->image_channel_order == CL_RGB) in read_image_pixel()
|
D | kernelHelpers.cpp | 1274 case CL_RGB: in get_pixel_bytes()
|
/external/OpenCL-CTS/test_conformance/images/kernel_read_write/ |
D | test_loops.cpp | 89 && (format->image_channel_order == CL_RGB) in test_read_image_type()
|
D | test_write_image.cpp | 626 if (format->image_channel_order == CL_RGB || format->image_channel_order == CL_RGBx) in test_write_image_set()
|
D | test_iterations.cpp | 1575 if (format->image_channel_order == CL_RGB || format->image_channel_order == CL_RGBx) in test_read_image_set_2D()
|
/external/OpenCL-CTS/test_conformance/images/samplerlessReads/ |
D | test_read_1D_buffer.cpp | 184 if (format->image_channel_order == CL_RGB || format->image_channel_order == CL_RGBx) in test_read_image_set_1D_buffer()
|
/external/python/cpython2/Modules/ |
D | clmodule.c | 2303 #ifdef CL_RGB in initcl() 2304 x = PyInt_FromLong(CL_RGB); in initcl()
|
/external/mesa3d/include/CL/ |
D | cl.h | 552 #define CL_RGB 0x10B4 macro
|
/external/angle/include/CL/ |
D | cl.h | 554 #define CL_RGB 0x10B4 macro
|
/external/OpenCL-CTS/dependencies/ocl-headers/CL/ |
D | cl.h | 554 #define CL_RGB 0x10B4 macro
|