Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/frontends/xa/
Dxa_yuv.c62 fs_traits |= FS_YUV; in xa_yuv_bind_shaders()
Dxa_priv.h159 FS_YUV = 1 << 4, enumerator
Dxa_tgsi.c347 unsigned is_yuv = (fs_traits & FS_YUV) != 0; in create_fs()