Home
last modified time | relevance | path

Searched refs:TGSI_SEMANTIC_SUBGROUP_GE_MASK (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h207 TGSI_SEMANTIC_SUBGROUP_GE_MASK, enumerator
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_from_tgsi.cpp468 case TGSI_SEMANTIC_SUBGROUP_GE_MASK: return nv50_ir::SV_LANEMASK_GE; in translateSysVal()
2073 case TGSI_SEMANTIC_SUBGROUP_GE_MASK: in isSubGroupMask()
/external/mesa3d/src/mesa/state_tracker/
Dst_glsl_to_tgsi.cpp5465 return TGSI_SEMANTIC_SUBGROUP_GE_MASK; in _mesa_sysval_to_semantic()
/external/mesa3d/src/gallium/docs/source/
Dtgsi.rst3416 TGSI_SEMANTIC_SUBGROUP_GE_MASK subsection
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader.c2190 case TGSI_SEMANTIC_SUBGROUP_GE_MASK: in si_load_system_value()