Searched refs:is_sRGBA_order (Results 1 – 11 of 11) sorted by relevance
98 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()
107 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()
131 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()
134 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()
113 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()
492 if(is_sRGBA_order(imageInfo->format->image_channel_order) && ( outputType == kFloat )) in test_read_image_1D()
585 if(is_sRGBA_order(imageInfo->format->image_channel_order) && ( outputType == kFloat )) in test_read_image_1D_array()
602 if(is_sRGBA_order(imageInfo->format->image_channel_order) && (outputType == kFloat) ) in test_read_image_3D()
725 else if(is_sRGBA_order(imageInfo->format->image_channel_order) && (outputType == kFloat) ) in test_read_image_2D_array()
146 extern bool is_sRGBA_order(cl_channel_order image_channel_order);
488 bool is_sRGBA_order(cl_channel_order image_channel_order){ in is_sRGBA_order() function1440 …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()