Home
last modified time | relevance | path

Searched refs:CL_BGRA (Results 1 – 12 of 12) sorted by relevance

/external/OpenCL-CTS/test_conformance/basic/
Dtest_image_param.cpp123 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()
Dtest_writeimage.cpp146 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()
Dtest_readimage.cpp145 if(supported_formats[i].image_channel_order == CL_BGRA) in test_readimage()
159 img_format.image_channel_order = CL_BGRA; in test_readimage()
Dtest_readimage3d.cpp129 {CL_BGRA, CL_UNORM_INT8}, in test_readimage3d()
/external/OpenCL-CTS/test_conformance/spir/
Ddatagen.cpp382 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/
DerrorHelpers.cpp105 case CL_BGRA: return "CL_BGRA"; in GetChannelOrderName()
142 case CL_BGRA: in IsChannelOrderSupported()
DimageHelpers.cpp166 case CL_BGRA: in get_channel_order_channel_count()
238 { CL_BGRA, "CL_BGRA" }, in get_channel_order_from_name()
524 case CL_BGRA: in has_alpha()
1607 case CL_BGRA: in read_image_pixel_float()
2484 case CL_BGRA: in swizzle_vector_for_image()
3718 { CL_BGRA, CL_UNORM_INT8 }, in build_required_image_formats()
DimageHelpers.h451 … else if(( format->image_channel_order == CL_BGRA ) || ( format->image_channel_order == CL_sBGRA )) in read_image_pixel()
DkernelHelpers.cpp1268 case CL_BGRA: in get_pixel_bytes()
/external/mesa3d/src/gallium/frontends/clover/core/
Dformat.cpp30 { { CL_BGRA, CL_UNORM_INT8 }, PIPE_FORMAT_B8G8R8A8_UNORM },
/external/OpenCL-CTS/test_extensions/media_sharing/
Dutils.cpp1401 format.image_channel_order = CL_BGRA; in SurfaceFormatToOCL()
1405 format.image_channel_order = CL_BGRA; in SurfaceFormatToOCL()
/external/mesa3d/include/CL/
Dcl.h554 #define CL_BGRA 0x10B6 macro