Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/frontends/xa/
Dxa_priv.h163 FS_MASK_SWIZZLE_RGB = 1 << 8, enumerator
Dxa_composite.c318 ret |= mask ? FS_MASK_SWIZZLE_RGB : FS_SRC_SWIZZLE_RGB; in picture_format_fixups()
Dxa_tgsi.c351 unsigned mask_swizzle = (fs_traits & FS_MASK_SWIZZLE_RGB) != 0; in create_fs()