Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/frontends/xa/
Dxa_priv.h162 FS_SRC_SWIZZLE_RGB = 1 << 7, enumerator
Dxa_tgsi.c350 unsigned src_swizzle = (fs_traits & FS_SRC_SWIZZLE_RGB) != 0; in create_fs()
Dxa_composite.c318 ret |= mask ? FS_MASK_SWIZZLE_RGB : FS_SRC_SWIZZLE_RGB; in picture_format_fixups()