Home
last modified time | relevance | path

Searched refs:is_sRGBA_order (Results 1 – 11 of 11) sorted by relevance

/external/OpenCL-CTS/test_conformance/images/kernel_read_write/
Dtest_write_1D.cpp98 if(is_sRGBA_order(imageInfo->format->image_channel_order)) in test_write_image_1D()
324 if(is_sRGBA_order(imageInfo->format->image_channel_order)) in test_write_image_1D()
Dtest_write_1D_array.cpp107 if(is_sRGBA_order(imageInfo->format->image_channel_order)) in test_write_image_1D_array()
343 if(is_sRGBA_order(imageInfo->format->image_channel_order)) in test_write_image_1D_array()
Dtest_write_2D_array.cpp131 if(is_sRGBA_order(imageInfo->format->image_channel_order)) in test_write_image_2D_array()
364 if(is_sRGBA_order(imageInfo->format->image_channel_order)) in test_write_image_2D_array()
Dtest_write_3D.cpp134 if(is_sRGBA_order(imageInfo->format->image_channel_order)) in test_write_image_3D()
371 if(is_sRGBA_order(imageInfo->format->image_channel_order)) in test_write_image_3D()
Dtest_write_image.cpp113 if(is_sRGBA_order(imageInfo->format->image_channel_order)) in test_write_image()
389 if(is_sRGBA_order(imageInfo->format->image_channel_order)) in test_write_image()
Dtest_read_1D.cpp492 if(is_sRGBA_order(imageInfo->format->image_channel_order) && ( outputType == kFloat )) in test_read_image_1D()
Dtest_read_1D_array.cpp585 if(is_sRGBA_order(imageInfo->format->image_channel_order) && ( outputType == kFloat )) in test_read_image_1D_array()
Dtest_read_3D.cpp602 if(is_sRGBA_order(imageInfo->format->image_channel_order) && (outputType == kFloat) ) in test_read_image_3D()
Dtest_read_2D_array.cpp725 else if(is_sRGBA_order(imageInfo->format->image_channel_order) && (outputType == kFloat) ) in test_read_image_2D_array()
/external/OpenCL-CTS/test_common/harness/
DimageHelpers.h146 extern bool is_sRGBA_order(cl_channel_order image_channel_order);
DimageHelpers.cpp488 bool is_sRGBA_order(cl_channel_order image_channel_order){ in is_sRGBA_order() function
1440 …if((is_sRGBA_order(imageInfo->format->image_channel_order)) && i<3) // only RGB need to be convert… in read_image_pixel_float()
2659 if ( is_sRGBA_order(imageFormat->image_channel_order) ) in pack_image_pixel()