Searched refs:CL_BGRA (Results 1 - 6 of 6) sorted by relevance
/third_party/mesa3d/src/gallium/frontends/clover/core/ |
H A D | format.cpp | 74 { { CL_BGRA, CL_SNORM_INT8 }, PIPE_FORMAT_B8G8R8A8_SNORM }, 75 { { CL_BGRA, CL_UNORM_INT8 }, PIPE_FORMAT_B8G8R8A8_UNORM }, 76 { { CL_BGRA, CL_SIGNED_INT8 }, PIPE_FORMAT_B8G8R8A8_SINT }, 77 { { CL_BGRA, CL_UNSIGNED_INT8 }, PIPE_FORMAT_B8G8R8A8_UINT },
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | cl_utils.cpp | 39 case CL_BGRA: in GetChannelCount() 107 case CL_BGRA: in IsValidImageFormat()
|
/third_party/mesa3d/include/CL/ |
H A D | cl.h | 554 #define CL_BGRA 0x10B6 macro
|
/third_party/opencl-headers/CL/ |
H A D | cl.h | 563 #define CL_BGRA 0x10B6 macro
|
/third_party/skia/third_party/externals/angle2/include/CL/ |
H A D | cl.h | 556 #define CL_BGRA 0x10B6 macro
|
/third_party/ffmpeg/libavutil/ |
H A D | hwcontext_opencl.c | 1472 CHANNEL_ORDER(3214, CL_BGRA); in opencl_get_plane_format()
|
Completed in 15 milliseconds