Searched refs:FS_MASK_SRC (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/xa/
H A Dxa_priv.h158 FS_MASK_SRC = 1 << 3, enumerator in enum:xa_fs_traits
H A Dxa_composite.c424 fs_traits |= FS_MASK_SRC;
H A Dxa_tgsi.c74 "FS_MASK_SRC", /* = 1 << 3, */
358 unsigned is_mask_src = (fs_traits & FS_MASK_SRC) != 0;
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/xa/
H A Dxa_priv.h158 FS_MASK_SRC = 1 << 3, enumerator in enum:xa_fs_traits
H A Dxa_composite.c424 fs_traits |= FS_MASK_SRC;
H A Dxa_tgsi.c74 "FS_MASK_SRC", /* = 1 << 3, */
358 unsigned is_mask_src = (fs_traits & FS_MASK_SRC) != 0;

Completed in 6 milliseconds