Home
last modified time | relevance | path

Searched refs:TGSI_SEMANTIC_SUBGROUP_INVOCATION (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_from_mesa.c279 return TGSI_SEMANTIC_SUBGROUP_INVOCATION; in tgsi_get_sysval_semantic()
/third_party/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h199 TGSI_SEMANTIC_SUBGROUP_INVOCATION, enumerator
/third_party/mesa3d/docs/gallium/
Dtgsi.rst3489 TGSI_SEMANTIC_SUBGROUP_INVOCATION subsection
3498 A bit mask of ``bit index == TGSI_SEMANTIC_SUBGROUP_INVOCATION``, i.e.
3505 A bit mask of ``bit index >= TGSI_SEMANTIC_SUBGROUP_INVOCATION``, i.e.
3513 A bit mask of ``bit index > TGSI_SEMANTIC_SUBGROUP_INVOCATION``, i.e.
3521 A bit mask of ``bit index <= TGSI_SEMANTIC_SUBGROUP_INVOCATION``, i.e.
3528 A bit mask of ``bit index < TGSI_SEMANTIC_SUBGROUP_INVOCATION``, i.e.
/third_party/mesa3d/src/nouveau/codegen/
Dnv50_ir_from_tgsi.cpp461 case TGSI_SEMANTIC_SUBGROUP_INVOCATION: return nv50_ir::SV_LANEID; in translateSysVal()