Searched refs:TGSI_SEMANTIC_INSTANCEID (Results 1 - 25 of 42) sorted by relevance

12

/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/tgsi/
H A Dtgsi_from_mesa.c223 return TGSI_SEMANTIC_INSTANCEID;
H A Dtgsi_scan.c695 case TGSI_SEMANTIC_INSTANCEID:
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/draw/
H A Ddraw_vs_exec.c110 unsigned i = machine->SysSemanticToIndex[TGSI_SEMANTIC_INSTANCEID];
H A Ddraw_pt_fetch_shade_pipeline.c95 if (vs->info.input_semantic_name[i] == TGSI_SEMANTIC_INSTANCEID) {
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/draw/
H A Ddraw_vs_exec.c113 unsigned i = machine->SysSemanticToIndex[TGSI_SEMANTIC_INSTANCEID];
H A Ddraw_pt_fetch_shade_pipeline.c95 if (vs->info.input_semantic_name[i] == TGSI_SEMANTIC_INSTANCEID) {
/xsrc/external/mit/MesaLib.old/dist/src/gallium/include/pipe/
H A Dp_shader_tokens.h176 TGSI_SEMANTIC_INSTANCEID, /**< doesn't include start_instance */ enumerator in enum:tgsi_semantic
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
H A Dsi_shaderlib_tgsi.c80 ureg_DECL_system_value(ureg, TGSI_SEMANTIC_INSTANCEID, 0);
/xsrc/external/mit/MesaLib/dist/src/gallium/include/pipe/
H A Dp_shader_tokens.h170 TGSI_SEMANTIC_INSTANCEID, /**< doesn't include start_instance */ enumerator in enum:tgsi_semantic
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_program.c56 case TGSI_SEMANTIC_INSTANCEID: return 0x2f8;
99 case TGSI_SEMANTIC_INSTANCEID: /* for SM4 only, in TGSI they're SVs */
247 case TGSI_SEMANTIC_INSTANCEID:
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_program.c57 case TGSI_SEMANTIC_INSTANCEID: return 0x2f8;
100 case TGSI_SEMANTIC_INSTANCEID: /* for SM4 only, in TGSI they're SVs */
248 case TGSI_SEMANTIC_INSTANCEID:
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
H A Dsi_shaderlib_tgsi.c72 struct ureg_src instance_id = ureg_DECL_system_value(ureg, TGSI_SEMANTIC_INSTANCEID, 0);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/codegen/
H A Dnv50_ir_target_nv50.cpp574 case TGSI_SEMANTIC_INSTANCEID: locs[SV_INSTANCE_ID] = addr; break;
H A Dnv50_ir_from_tgsi.cpp444 case TGSI_SEMANTIC_INSTANCEID: return nv50_ir::SV_INSTANCE_ID;
1308 case TGSI_SEMANTIC_INSTANCEID:
1430 case TGSI_SEMANTIC_INSTANCEID:
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/codegen/
H A Dnv50_ir_target_nv50.cpp585 case TGSI_SEMANTIC_INSTANCEID: locs[SV_INSTANCE_ID] = addr; break;
H A Dnv50_ir_from_tgsi.cpp442 case TGSI_SEMANTIC_INSTANCEID: return nv50_ir::SV_INSTANCE_ID;
1261 case TGSI_SEMANTIC_INSTANCEID:
1383 case TGSI_SEMANTIC_INSTANCEID:
/xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
H A Dst_mesa_to_tgsi.c961 if (semName == TGSI_SEMANTIC_INSTANCEID ||
H A Dst_pbo.c324 in_instanceid = ureg_DECL_system_value(ureg, TGSI_SEMANTIC_INSTANCEID, 0);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/tgsi/
H A Dtgsi_scan.c674 case TGSI_SEMANTIC_INSTANCEID:
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/
H A Du_simple_shaders.c105 ureg_DECL_system_value(ureg, TGSI_SEMANTIC_INSTANCEID, 0);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nv50/
H A Dnv50_program.c67 case TGSI_SEMANTIC_INSTANCEID:
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/
H A Du_simple_shaders.c105 ureg_DECL_system_value(ureg, TGSI_SEMANTIC_INSTANCEID, 0);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nv50/
H A Dnv50_program.c67 case TGSI_SEMANTIC_INSTANCEID:
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/nir/
H A Dtgsi_to_nir.c568 case TGSI_SEMANTIC_INSTANCEID:
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/d3d10umd/
H A DShaderTGSI.c291 return TGSI_SEMANTIC_INSTANCEID;

Completed in 38 milliseconds

12