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.cpp94 if(is_sRGBA_order(imageInfo->format->image_channel_order)) in test_write_image_1D()
322 if(is_sRGBA_order(imageInfo->format->image_channel_order)) in test_write_image_1D()
Dtest_write_1D_array.cpp104 if(is_sRGBA_order(imageInfo->format->image_channel_order)) in test_write_image_1D_array()
342 if(is_sRGBA_order(imageInfo->format->image_channel_order)) in test_write_image_1D_array()
Dtest_write_3D.cpp130 if(is_sRGBA_order(imageInfo->format->image_channel_order)) in test_write_image_3D()
370 if(is_sRGBA_order(imageInfo->format->image_channel_order)) in test_write_image_3D()
Dtest_write_2D_array.cpp127 if(is_sRGBA_order(imageInfo->format->image_channel_order)) in test_write_image_2D_array()
363 if(is_sRGBA_order(imageInfo->format->image_channel_order)) in test_write_image_2D_array()
Dtest_write_image.cpp125 if(is_sRGBA_order(imageInfo->format->image_channel_order)) in test_write_image()
404 if(is_sRGBA_order(imageInfo->format->image_channel_order)) in test_write_image()
Dtest_read_1D.cpp473 if(is_sRGBA_order(imageInfo->format->image_channel_order) && ( outputType == kFloat )) in test_read_image_1D()
Dtest_common.cpp526 if (is_sRGBA_order(imageInfo->format->image_channel_order) in test_read_image()
Dtest_read_1D_array.cpp564 if(is_sRGBA_order(imageInfo->format->image_channel_order) && ( outputType == kFloat )) in test_read_image_1D_array()
Dtest_read_2D_array.cpp718 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.h183 extern bool is_sRGBA_order(cl_channel_order image_channel_order);
DimageHelpers.cpp593 bool is_sRGBA_order(cl_channel_order image_channel_order) in is_sRGBA_order() function
1348 if ((is_sRGBA_order(imageInfo->format->image_channel_order)) in read_image_pixel_float()
2654 if (is_sRGBA_order(imageFormat->image_channel_order)) in pack_image_pixel()