Searched refs:TGSI_SEMANTIC_PRIMID (Results 1 - 25 of 48) sorted by relevance

12

/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/tgsi/
H A Dtgsi_from_mesa.c68 *semantic_name = TGSI_SEMANTIC_PRIMID;
259 return TGSI_SEMANTIC_PRIMID;
H A Dtgsi_scan.c676 case TGSI_SEMANTIC_PRIMID:
710 case TGSI_SEMANTIC_PRIMID:
756 case TGSI_SEMANTIC_PRIMID:
H A Dtgsi_dump.c306 decl->Semantic.Name == TGSI_SEMANTIC_PRIMID;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/tgsi/
H A Dtgsi_from_mesa.c66 *semantic_name = TGSI_SEMANTIC_PRIMID;
H A Dtgsi_scan.c655 case TGSI_SEMANTIC_PRIMID:
689 case TGSI_SEMANTIC_PRIMID:
735 case TGSI_SEMANTIC_PRIMID:
H A Dtgsi_dump.c306 decl->Semantic.Name == TGSI_SEMANTIC_PRIMID;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/draw/
H A Ddraw_prim_assembler.c188 ia->draw, TGSI_SEMANTIC_PRIMID, 0);
H A Ddraw_gs.c147 if (shader->info.input_semantic_name[slot] == TGSI_SEMANTIC_PRIMID) {
269 if (shader->info.input_semantic_name[slot] == TGSI_SEMANTIC_PRIMID) {
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/draw/
H A Ddraw_prim_assembler.c232 ia->draw, TGSI_SEMANTIC_PRIMID, 0);
H A Ddraw_gs.c135 int primid_sv = machine->SysSemanticToIndex[TGSI_SEMANTIC_PRIMID];
153 if (shader->info.input_semantic_name[slot] == TGSI_SEMANTIC_PRIMID) {
252 if (shader->info.input_semantic_name[slot] == TGSI_SEMANTIC_PRIMID) {
/xsrc/external/mit/MesaLib.old/dist/src/gallium/include/pipe/
H A Dp_shader_tokens.h175 TGSI_SEMANTIC_PRIMID, enumerator in enum:tgsi_semantic
/xsrc/external/mit/MesaLib/dist/src/gallium/include/pipe/
H A Dp_shader_tokens.h169 TGSI_SEMANTIC_PRIMID, enumerator in enum:tgsi_semantic
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_program.c43 case TGSI_SEMANTIC_PRIMID: return 0x060;
72 case TGSI_SEMANTIC_PRIMID: return 0x060;
244 case TGSI_SEMANTIC_PRIMID:
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_program.c44 case TGSI_SEMANTIC_PRIMID: return 0x060;
73 case TGSI_SEMANTIC_PRIMID: return 0x060;
245 case TGSI_SEMANTIC_PRIMID:
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
H A Dsi_shader_nir.c472 if (semantic_name == TGSI_SEMANTIC_PRIMID)
634 case TGSI_SEMANTIC_PRIMID:
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nv50/
H A Dnv50_program.c60 if (info->in[i].sn == TGSI_SEMANTIC_PRIMID)
177 else if (info->in[i].sn == TGSI_SEMANTIC_PRIMID)
H A Dnv50_shader_state.c486 case TGSI_SEMANTIC_PRIMID:
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nv50/
H A Dnv50_program.c60 if (info->in[i].sn == TGSI_SEMANTIC_PRIMID)
177 else if (info->in[i].sn == TGSI_SEMANTIC_PRIMID)
H A Dnv50_shader_state.c491 case TGSI_SEMANTIC_PRIMID:
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/nir/
H A Dnir_to_tgsi_info.c532 if (semantic_name == TGSI_SEMANTIC_PRIMID)
707 case TGSI_SEMANTIC_PRIMID:
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/codegen/
H A Dnv50_ir_target_nv50.cpp576 case TGSI_SEMANTIC_PRIMID: locs[SV_PRIMITIVE_ID] = addr; break;
H A Dnv50_ir_from_tgsi.cpp443 case TGSI_SEMANTIC_PRIMID: return nv50_ir::SV_PRIMITIVE_ID;
1316 case TGSI_SEMANTIC_PRIMID:
1552 case TGSI_SEMANTIC_PRIMID:
1594 info->out[dst.getIndex(0)].sn == TGSI_SEMANTIC_PRIMID ||
2074 if (!ptr && info->in[idx].sn == TGSI_SEMANTIC_PRIMID)
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/codegen/
H A Dnv50_ir_target_nv50.cpp587 case TGSI_SEMANTIC_PRIMID: locs[SV_PRIMITIVE_ID] = addr; break;
H A Dnv50_ir_from_tgsi.cpp441 case TGSI_SEMANTIC_PRIMID: return nv50_ir::SV_PRIMITIVE_ID;
1269 case TGSI_SEMANTIC_PRIMID:
1520 case TGSI_SEMANTIC_PRIMID:
1571 info_out->out[dst.getIndex(0)].sn == TGSI_SEMANTIC_PRIMID ||
2056 if (!ptr && info_out->in[idx].sn == TGSI_SEMANTIC_PRIMID)
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sfn/
H A Dsfn_vertexstageexport.cpp346 io.name = TGSI_SEMANTIC_PRIMID;

Completed in 41 milliseconds

12