Searched refs:TGSI_SEMANTIC_INVOCATIONID (Results 1 - 20 of 20) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/tgsi/
H A Dtgsi_from_mesa.c235 return TGSI_SEMANTIC_INVOCATIONID;
H A Dtgsi_scan.c713 case TGSI_SEMANTIC_INVOCATIONID:
/xsrc/external/mit/MesaLib.old/dist/src/gallium/include/pipe/
H A Dp_shader_tokens.h192 TGSI_SEMANTIC_INVOCATIONID, enumerator in enum:tgsi_semantic
/xsrc/external/mit/MesaLib/dist/src/gallium/include/pipe/
H A Dp_shader_tokens.h186 TGSI_SEMANTIC_INVOCATIONID, enumerator in enum:tgsi_semantic
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/draw/
H A Ddraw_gs.c200 unsigned i = machine->SysSemanticToIndex[TGSI_SEMANTIC_INVOCATIONID];
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/tgsi/
H A Dtgsi_scan.c692 case TGSI_SEMANTIC_INVOCATIONID:
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/
H A Du_simple_shaders.c1145 TGSI_SEMANTIC_INVOCATIONID, 0);
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/draw/
H A Ddraw_gs.c213 unsigned i = machine->SysSemanticToIndex[TGSI_SEMANTIC_INVOCATIONID];
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_tgsi_soa.c1702 case TGSI_SEMANTIC_INVOCATIONID:
/xsrc/external/mit/MesaLib.old/dist/src/gallium/docs/source/
H A Dtgsi.rst3276 TGSI_SEMANTIC_INVOCATIONID subsubsection in subsection:Declaration Semantic
3632 TGSI_SEMANTIC_INVOCATIONID system value set. If not specified, assumed to
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/codegen/
H A Dnv50_ir_from_nir.cpp1027 *name = TGSI_SEMANTIC_INVOCATIONID;
H A Dnv50_ir_from_tgsi.cpp453 case TGSI_SEMANTIC_INVOCATIONID: return nv50_ir::SV_INVOCATION_ID;
/xsrc/external/mit/MesaLib/dist/docs/gallium/
H A Dtgsi.rst3340 TGSI_SEMANTIC_INVOCATIONID subsubsection in subsection:Declaration Semantic
3710 TGSI_SEMANTIC_INVOCATIONID system value set. If not specified, assumed to
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/
H A Dsvga_tgsi_vgpu10.c178 assert(tgsi_semantic_to_sgn_name[TGSI_SEMANTIC_INVOCATIONID] ==
4451 case TGSI_SEMANTIC_INVOCATIONID:
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/codegen/
H A Dnv50_ir_from_tgsi.cpp451 case TGSI_SEMANTIC_INVOCATIONID: return nv50_ir::SV_INVOCATION_ID;
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_tgsi_soa.c1518 case TGSI_SEMANTIC_INVOCATIONID:
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/
H A Dr600_shader.c1115 else if (d->Semantic.Name == TGSI_SEMANTIC_INVOCATIONID)
1659 } else if (ctx->type != PIPE_SHADER_TESS_CTRL && ctx->info.system_value_semantic_name[tgsi_src->Register.Index] == TGSI_SEMANTIC_INVOCATIONID) {
1665 } else if (ctx->info.system_value_semantic_name[tgsi_src->Register.Index] == TGSI_SEMANTIC_INVOCATIONID) {
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/
H A Dr600_shader.c1203 else if (d->Semantic.Name == TGSI_SEMANTIC_INVOCATIONID)
1747 } else if (ctx->type != PIPE_SHADER_TESS_CTRL && ctx->info.system_value_semantic_name[tgsi_src->Register.Index] == TGSI_SEMANTIC_INVOCATIONID) {
1753 } else if (ctx->info.system_value_semantic_name[tgsi_src->Register.Index] == TGSI_SEMANTIC_INVOCATIONID) {
/xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
H A Dst_glsl_to_tgsi.cpp5772 return TGSI_SEMANTIC_INVOCATIONID;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
H A Dsi_shader.c2109 case TGSI_SEMANTIC_INVOCATIONID:

Completed in 101 milliseconds