Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/frontends/xa/
Dxa_yuv.c61 vs_traits |= VS_YUV; in xa_yuv_bind_shaders()
Dxa_priv.h151 VS_YUV = 1 << 4, enumerator
Dxa_tgsi.c150 boolean is_yuv = (vs_traits & VS_YUV) != 0; in create_vs()