Searched refs:CL_BGRA (Results 1 – 15 of 15) sorted by relevance
/external/OpenCL-CTS/test_conformance/basic/ |
D | test_image_param.cpp | 123 if( format.image_channel_order == CL_BGRA ) in validate_results() 166 …, CL_UNORM_INT8 }, { CL_RGBA, CL_UNORM_INT16 }, { CL_RGBA, CL_FLOAT }, { CL_BGRA, CL_UNORM_INT8 } … in test_image_param() 197 if(supported_formats[i].image_channel_order == CL_BGRA) in test_image_param() 214 if(formats[j].image_channel_order == CL_BGRA && !supportsBGRA) in test_image_param() 250 if(formats[j].image_channel_order == CL_BGRA && !supportsBGRA) in test_image_param() 270 if(formats[j].image_channel_order == CL_BGRA && !supportsBGRA) in test_image_param()
|
D | test_writeimage.cpp | 146 if(supported_formats[i].image_channel_order == CL_BGRA) in test_writeimage() 160 img_format.image_channel_order = CL_BGRA; in test_writeimage() 181 img_format.image_channel_order = CL_BGRA; in test_writeimage()
|
D | test_readimage.cpp | 145 if(supported_formats[i].image_channel_order == CL_BGRA) in test_readimage() 159 img_format.image_channel_order = CL_BGRA; in test_readimage()
|
D | test_readimage3d.cpp | 129 {CL_BGRA, CL_UNORM_INT8}, in test_readimage3d()
|
/external/angle/src/libANGLE/ |
D | cl_utils.cpp | 39 case CL_BGRA: in GetChannelCount() 107 case CL_BGRA: in IsValidImageFormat()
|
/external/OpenCL-CTS/test_conformance/spir/ |
D | datagen.cpp | 382 CL_BGRA, 550 case CL_BGRA: in toString() 607 || corder == CL_ARGB || corder == CL_BGRA) // Can only be applied for int8. in isLegalCombination()
|
/external/OpenCL-CTS/test_common/harness/ |
D | errorHelpers.cpp | 123 case CL_BGRA: return "CL_BGRA"; in GetChannelOrderName() 160 case CL_BGRA: in IsChannelOrderSupported()
|
D | imageHelpers.cpp | 151 case CL_BGRA: in get_channel_order_channel_count() 223 { CL_BGRA, "CL_BGRA" }, in get_channel_order_from_name() 622 case CL_BGRA: return 1; in has_alpha() 1497 case CL_BGRA: in read_image_pixel_float() 2487 case CL_BGRA: in swizzle_vector_for_image() 3811 { CL_BGRA, CL_UNORM_INT8 }, in build_required_image_formats() 3855 { CL_BGRA, CL_UNORM_INT8 }, in build_required_image_formats()
|
D | imageHelpers.h | 482 else if ((format->image_channel_order == CL_BGRA) in read_image_pixel()
|
D | kernelHelpers.cpp | 1280 case CL_BGRA: in get_pixel_bytes()
|
/external/mesa3d/src/gallium/frontends/clover/core/ |
D | format.cpp | 30 { { CL_BGRA, CL_UNORM_INT8 }, PIPE_FORMAT_B8G8R8A8_UNORM },
|
/external/OpenCL-CTS/test_conformance/extensions/cl_khr_dx9_media_sharing/ |
D | utils.cpp | 1498 format.image_channel_order = CL_BGRA; in SurfaceFormatToOCL() 1502 format.image_channel_order = CL_BGRA; in SurfaceFormatToOCL()
|
/external/mesa3d/include/CL/ |
D | cl.h | 554 #define CL_BGRA 0x10B6 macro
|
/external/angle/include/CL/ |
D | cl.h | 556 #define CL_BGRA 0x10B6 macro
|
/external/OpenCL-CTS/dependencies/ocl-headers/CL/ |
D | cl.h | 556 #define CL_BGRA 0x10B6 macro
|