Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_from_mesa.c277 return TGSI_SEMANTIC_SUBGROUP_INVOCATION; in tgsi_get_sysval_semantic()
/external/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h205 TGSI_SEMANTIC_SUBGROUP_INVOCATION, enumerator
/external/mesa3d/docs/gallium/
Dtgsi.rst3486 TGSI_SEMANTIC_SUBGROUP_INVOCATION subsection
3495 A bit mask of ``bit index == TGSI_SEMANTIC_SUBGROUP_INVOCATION``, i.e.
3502 A bit mask of ``bit index >= TGSI_SEMANTIC_SUBGROUP_INVOCATION``, i.e.
3510 A bit mask of ``bit index > TGSI_SEMANTIC_SUBGROUP_INVOCATION``, i.e.
3518 A bit mask of ``bit index <= TGSI_SEMANTIC_SUBGROUP_INVOCATION``, i.e.
3525 A bit mask of ``bit index < TGSI_SEMANTIC_SUBGROUP_INVOCATION``, i.e.
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_from_tgsi.cpp461 case TGSI_SEMANTIC_SUBGROUP_INVOCATION: return nv50_ir::SV_LANEID; in translateSysVal()