Lines Matching refs:image_channel_order
183 extern bool is_sRGBA_order(cl_channel_order image_channel_order);
236 if (imageInfo->format->image_channel_order == CL_DEPTH) in read_image_pixel()
425 if (format->image_channel_order == CL_A) in read_image_pixel()
429 else if (format->image_channel_order == CL_R) in read_image_pixel()
433 else if (format->image_channel_order == CL_Rx) in read_image_pixel()
437 else if (format->image_channel_order == CL_RA) in read_image_pixel()
442 else if (format->image_channel_order == CL_RG) in read_image_pixel()
447 else if (format->image_channel_order == CL_RGx) in read_image_pixel()
452 else if ((format->image_channel_order == CL_RGB) in read_image_pixel()
453 || (format->image_channel_order == CL_sRGB)) in read_image_pixel()
459 else if ((format->image_channel_order == CL_RGBx) in read_image_pixel()
460 || (format->image_channel_order == CL_sRGBx)) in read_image_pixel()
467 else if ((format->image_channel_order == CL_RGBA) in read_image_pixel()
468 || (format->image_channel_order == CL_sRGBA)) in read_image_pixel()
475 else if (format->image_channel_order == CL_ARGB) in read_image_pixel()
482 else if ((format->image_channel_order == CL_BGRA) in read_image_pixel()
483 || (format->image_channel_order == CL_sBGRA)) in read_image_pixel()
490 else if (format->image_channel_order == CL_INTENSITY) in read_image_pixel()
497 else if (format->image_channel_order == CL_LUMINANCE) in read_image_pixel()
503 else if (format->image_channel_order == CL_DEPTH) in read_image_pixel()
508 else if (format->image_channel_order == CL_1RGB_APPLE) in read_image_pixel()
517 else if (format->image_channel_order == CL_BGR1_APPLE) in read_image_pixel()