Home
last modified time | relevance | path

Searched refs:FS_YUV (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/state_trackers/xa/
Dxa_yuv.c62 fs_traits |= FS_YUV; in xa_yuv_bind_shaders()
Dxa_priv.h166 FS_YUV = 1 << 7, enumerator
Dxa_tgsi.c455 unsigned is_yuv = (fs_traits & FS_YUV) != 0; in create_fs()