Home
last modified time | relevance | path

Searched refs:CL_RGB (Results 1 – 16 of 16) sorted by relevance

/external/mesa3d/src/gallium/frontends/clover/core/
Dformat.cpp32 { { 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/
Dcl_utils.cpp32 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/
Dcl_image_format.cc29 return CL_RGB; in ToChannelOrder()
/external/OpenCL-CTS/test_conformance/spir/
Ddatagen.cpp378 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/
DerrorHelpers.cpp119 case CL_RGB: return "CL_RGB"; in GetChannelOrderName()
156 case CL_RGB: in IsChannelOrderSupported()
DimageHelpers.cpp144 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()
DimageHelpers.h452 else if ((format->image_channel_order == CL_RGB) in read_image_pixel()
DkernelHelpers.cpp1274 case CL_RGB: in get_pixel_bytes()
/external/OpenCL-CTS/test_conformance/images/kernel_read_write/
Dtest_loops.cpp89 && (format->image_channel_order == CL_RGB) in test_read_image_type()
Dtest_write_image.cpp626 if (format->image_channel_order == CL_RGB || format->image_channel_order == CL_RGBx) in test_write_image_set()
Dtest_iterations.cpp1575 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/
Dtest_read_1D_buffer.cpp184 if (format->image_channel_order == CL_RGB || format->image_channel_order == CL_RGBx) in test_read_image_set_1D_buffer()
/external/python/cpython2/Modules/
Dclmodule.c2303 #ifdef CL_RGB in initcl()
2304 x = PyInt_FromLong(CL_RGB); in initcl()
/external/mesa3d/include/CL/
Dcl.h552 #define CL_RGB 0x10B4 macro
/external/angle/include/CL/
Dcl.h554 #define CL_RGB 0x10B4 macro
/external/OpenCL-CTS/dependencies/ocl-headers/CL/
Dcl.h554 #define CL_RGB 0x10B4 macro