Home
last modified time | relevance | path

Searched refs:MESA_FORMAT_YCBCR_REV (Results 1 – 6 of 6) sorted by relevance

/third_party/mesa3d/src/mesa/main/
Dtexstore.c287 (dstFormat == MESA_FORMAT_YCBCR_REV)); in _mesa_texstore_ycbcr()
306 (dstFormat == MESA_FORMAT_YCBCR_REV) ^ in _mesa_texstore_ycbcr()
687 if (dstFormat == MESA_FORMAT_YCBCR || dstFormat == MESA_FORMAT_YCBCR_REV) { in texstore_rgba()
Dformats.h387 #define MESA_FORMAT_YCBCR_REV PIPE_FORMAT_YUYV macro
Dformats.c1026 case MESA_FORMAT_YCBCR_REV: in _mesa_uncompressed_format_to_type_and_comps()
Dformats.csv94 MESA_FORMAT_YCBCR_REV , other , 1, 1, 1, x16 , , , , xyzw, yuv
Dtexgetimage.c259 (texImage->TexFormat == MESA_FORMAT_YCBCR_REV in get_tex_ycbcr()
Dglformats.c3968 return MESA_FORMAT_YCBCR_REV; in _mesa_format_from_format_and_type()