Searched refs:CL_RGB (Results 1 – 8 of 8) sorted by relevance
/third_party/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 …]
|
/third_party/skia/third_party/externals/angle2/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()
|
/third_party/boost/boost/compute/image/ |
D | image_format.hpp | 48 rgb = CL_RGB,
|
/third_party/boost/libs/compute/include/boost/compute/image/ |
D | image_format.hpp | 48 rgb = CL_RGB,
|
/third_party/flutter/skia/third_party/externals/opencl-lib/3-0/include/CL/ |
D | cl.h | 420 #define CL_RGB 0x10B4 macro
|
/third_party/skia/third_party/externals/angle2/include/CL/ |
D | cl.h | 554 #define CL_RGB 0x10B4 macro
|
/third_party/mesa3d/include/CL/ |
D | cl.h | 552 #define CL_RGB 0x10B4 macro
|
/third_party/opencl-headers/CL/ |
D | cl.h | 554 #define CL_RGB 0x10B4 macro
|