Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h205 TGSI_SEMANTIC_SUBGROUP_INVOCATION, enumerator
/external/mesa3d/src/gallium/docs/source/
Dtgsi.rst3403 TGSI_SEMANTIC_SUBGROUP_INVOCATION subsection
3412 A bit mask of ``bit index == TGSI_SEMANTIC_SUBGROUP_INVOCATION``, i.e.
3419 A bit mask of ``bit index >= TGSI_SEMANTIC_SUBGROUP_INVOCATION``, i.e.
3427 A bit mask of ``bit index > TGSI_SEMANTIC_SUBGROUP_INVOCATION``, i.e.
3435 A bit mask of ``bit index <= TGSI_SEMANTIC_SUBGROUP_INVOCATION``, i.e.
3442 A bit mask of ``bit index < TGSI_SEMANTIC_SUBGROUP_INVOCATION``, i.e.
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_from_tgsi.cpp463 case TGSI_SEMANTIC_SUBGROUP_INVOCATION: return nv50_ir::SV_LANEID; in translateSysVal()
/external/mesa3d/src/mesa/state_tracker/
Dst_glsl_to_tgsi.cpp5461 return TGSI_SEMANTIC_SUBGROUP_INVOCATION; in _mesa_sysval_to_semantic()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader.c2177 case TGSI_SEMANTIC_SUBGROUP_INVOCATION: in si_load_system_value()