| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/tgsi/ |
| H A D | tgsi_from_mesa.c | 223 return TGSI_SEMANTIC_INSTANCEID;
|
| H A D | tgsi_scan.c | 695 case TGSI_SEMANTIC_INSTANCEID:
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/draw/ |
| H A D | draw_vs_exec.c | 110 unsigned i = machine->SysSemanticToIndex[TGSI_SEMANTIC_INSTANCEID];
|
| H A D | draw_pt_fetch_shade_pipeline.c | 95 if (vs->info.input_semantic_name[i] == TGSI_SEMANTIC_INSTANCEID) {
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/draw/ |
| H A D | draw_vs_exec.c | 113 unsigned i = machine->SysSemanticToIndex[TGSI_SEMANTIC_INSTANCEID];
|
| H A D | draw_pt_fetch_shade_pipeline.c | 95 if (vs->info.input_semantic_name[i] == TGSI_SEMANTIC_INSTANCEID) {
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/include/pipe/ |
| H A D | p_shader_tokens.h | 176 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 D | si_shaderlib_tgsi.c | 80 ureg_DECL_system_value(ureg, TGSI_SEMANTIC_INSTANCEID, 0);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/include/pipe/ |
| H A D | p_shader_tokens.h | 170 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 D | nvc0_program.c | 56 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 D | nvc0_program.c | 57 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 D | si_shaderlib_tgsi.c | 72 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 D | nv50_ir_target_nv50.cpp | 574 case TGSI_SEMANTIC_INSTANCEID: locs[SV_INSTANCE_ID] = addr; break;
|
| H A D | nv50_ir_from_tgsi.cpp | 444 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 D | nv50_ir_target_nv50.cpp | 585 case TGSI_SEMANTIC_INSTANCEID: locs[SV_INSTANCE_ID] = addr; break;
|
| H A D | nv50_ir_from_tgsi.cpp | 442 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 D | st_mesa_to_tgsi.c | 961 if (semName == TGSI_SEMANTIC_INSTANCEID ||
|
| H A D | st_pbo.c | 324 in_instanceid = ureg_DECL_system_value(ureg, TGSI_SEMANTIC_INSTANCEID, 0);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/tgsi/ |
| H A D | tgsi_scan.c | 674 case TGSI_SEMANTIC_INSTANCEID:
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/ |
| H A D | u_simple_shaders.c | 105 ureg_DECL_system_value(ureg, TGSI_SEMANTIC_INSTANCEID, 0);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nv50/ |
| H A D | nv50_program.c | 67 case TGSI_SEMANTIC_INSTANCEID:
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/ |
| H A D | u_simple_shaders.c | 105 ureg_DECL_system_value(ureg, TGSI_SEMANTIC_INSTANCEID, 0);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nv50/ |
| H A D | nv50_program.c | 67 case TGSI_SEMANTIC_INSTANCEID:
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/nir/ |
| H A D | tgsi_to_nir.c | 568 case TGSI_SEMANTIC_INSTANCEID:
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/d3d10umd/ |
| H A D | ShaderTGSI.c | 291 return TGSI_SEMANTIC_INSTANCEID;
|