Searched refs:is_sRGBA_order (Results 1 – 11 of 11) sorted by relevance
94 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()
104 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()
130 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()
127 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()
125 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()
473 if(is_sRGBA_order(imageInfo->format->image_channel_order) && ( outputType == kFloat )) in test_read_image_1D()
526 if (is_sRGBA_order(imageInfo->format->image_channel_order) in test_read_image()
564 if(is_sRGBA_order(imageInfo->format->image_channel_order) && ( outputType == kFloat )) in test_read_image_1D_array()
718 else if(is_sRGBA_order(imageInfo->format->image_channel_order) && (outputType == kFloat) ) in test_read_image_2D_array()
183 extern bool is_sRGBA_order(cl_channel_order image_channel_order);
593 bool is_sRGBA_order(cl_channel_order image_channel_order) in is_sRGBA_order() function1348 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()