Home
last modified time | relevance | path

Searched refs:TGSI_SEMANTIC_VERTEXID (Results 1 - 13 of 13) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_from_mesa.c221 return TGSI_SEMANTIC_VERTEXID; in tgsi_get_sysval_semantic()
H A Dtgsi_scan.c700 case TGSI_SEMANTIC_VERTEXID: in scan_declaration()
/third_party/mesa3d/src/gallium/include/pipe/
H A Dp_shader_tokens.h171 TGSI_SEMANTIC_VERTEXID, enumerator
/third_party/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_vs_exec.c138 unsigned vid = machine->SysSemanticToIndex[TGSI_SEMANTIC_VERTEXID]; in vs_exec_run_linear()
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_program.c58 case TGSI_SEMANTIC_VERTEXID: return 0x2fc; in nvc0_shader_input_address()
101 case TGSI_SEMANTIC_VERTEXID: in nvc0_vp_assign_input_slots()
251 case TGSI_SEMANTIC_VERTEXID: in nvc0_vtgp_gen_header()
/third_party/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_target_nv50.cpp586 case TGSI_SEMANTIC_VERTEXID: locs[SV_VERTEX_ID] = addr; break; in recordLocation()
H A Dnv50_ir_from_tgsi.cpp443 case TGSI_SEMANTIC_VERTEXID: return nv50_ir::SV_VERTEX_ID; in translateSysVal()
1262 case TGSI_SEMANTIC_VERTEXID:
1386 case TGSI_SEMANTIC_VERTEXID: in scanDeclaration()
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
H A Dnv50_program.c70 case TGSI_SEMANTIC_VERTEXID: in nv50_vertprog_assign_slots()
/third_party/mesa3d/src/gallium/auxiliary/nir/
H A Dtgsi_to_nir.c602 case TGSI_SEMANTIC_VERTEXID: in ttn_src_for_file_and_index()
/third_party/mesa3d/src/gallium/frontends/nine/
H A Dnine_shader.c2232 case TGSI_SEMANTIC_VERTEXID: in nine_tgsi_to_interp_mode()
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_tgsi_soa.c1493 case TGSI_SEMANTIC_VERTEXID: in emit_fetch_system_value()
/third_party/mesa3d/src/gallium/drivers/r600/
H A Dr600_shader.c1215 } else if (d->Semantic.Name == TGSI_SEMANTIC_VERTEXID) in tgsi_declaration()
1748 } else if (ctx->info.system_value_semantic_name[tgsi_src->Register.Index] == TGSI_SEMANTIC_VERTEXID) { in tgsi_src()
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_tgsi_vgpu10.c4663 case TGSI_SEMANTIC_VERTEXID: in emit_system_value_declaration()

Completed in 54 milliseconds