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/
H A Dtgsi_from_mesa.c251 return TGSI_SEMANTIC_HELPER_INVOCATION; in tgsi_get_sysval_semantic()
/third_party/mesa3d/src/gallium/include/pipe/
H A Dp_shader_tokens.h194 TGSI_SEMANTIC_HELPER_INVOCATION, /**< current invocation is helper */ enumerator
/third_party/mesa3d/src/gallium/drivers/virgl/
H A Dvirgl_tgsi.c111 TGSI_SEMANTIC_HELPER_INVOCATION); in virgl_tgsi_transform_declaration()
/third_party/mesa3d/src/nouveau/codegen/
H A 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/
H A Dlp_bld_tgsi_soa.c1526 case TGSI_SEMANTIC_HELPER_INVOCATION: in emit_fetch_system_value()
/third_party/mesa3d/src/gallium/drivers/r600/
H A Dr600_shader.c1798 } else if (ctx->info.system_value_semantic_name[tgsi_src->Register.Index] == TGSI_SEMANTIC_HELPER_INVOCATION) { in tgsi_src()
3592 if (ctx.info.system_value_semantic_name[i] == TGSI_SEMANTIC_HELPER_INVOCATION) { in r600_shader_from_tgsi()

Completed in 30 milliseconds