Home
last modified time | relevance | path

Searched refs:TGSI_SEMANTIC_HELPER_INVOCATION (Results 1 – 6 of 6) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_from_mesa.c251 return TGSI_SEMANTIC_HELPER_INVOCATION; in tgsi_get_sysval_semantic()
/third_party/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h194 TGSI_SEMANTIC_HELPER_INVOCATION, /**< current invocation is helper */ enumerator
/third_party/mesa3d/docs/gallium/
Dtgsi.rst701 This is identical to ``TGSI_SEMANTIC_HELPER_INVOCATION``, except
3423 TGSI_SEMANTIC_HELPER_INVOCATION subsection
/third_party/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_from_tgsi.cpp456 case TGSI_SEMANTIC_HELPER_INVOCATION: return nv50_ir::SV_THREAD_KILL; in translateSysVal()
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi_soa.c1526 case TGSI_SEMANTIC_HELPER_INVOCATION: in emit_fetch_system_value()
/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_shader.c1787 …tx->info.system_value_semantic_name[tgsi_src->Register.Index] == TGSI_SEMANTIC_HELPER_INVOCATION) { in tgsi_src()
3579 if (ctx.info.system_value_semantic_name[i] == TGSI_SEMANTIC_HELPER_INVOCATION) { in r600_shader_from_tgsi()