Home
last modified time | relevance | path

Searched refs:TGSI_SEMANTIC_VERTEXID (Results 1 – 20 of 20) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_from_mesa.c219 return TGSI_SEMANTIC_VERTEXID; in tgsi_get_sysval_semantic()
Dtgsi_scan.c699 case TGSI_SEMANTIC_VERTEXID: in scan_declaration()
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/
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()
/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_vs_exec.c135 unsigned vid = machine->SysSemanticToIndex[TGSI_SEMANTIC_VERTEXID]; in vs_exec_run_linear()
/external/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h177 TGSI_SEMANTIC_VERTEXID, enumerator
/external/virglrenderer/src/gallium/include/pipe/
Dp_shader_tokens.h177 #define TGSI_SEMANTIC_VERTEXID 11 macro
/external/virglrenderer/src/gallium/auxiliary/tgsi/
Dtgsi_scan.c353 else if (semName == TGSI_SEMANTIC_VERTEXID) { in tgsi_scan_shader()
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_target_nv50.cpp575 case TGSI_SEMANTIC_VERTEXID: locs[SV_VERTEX_ID] = addr; break; in recordLocation()
Dnv50_ir_from_tgsi.cpp443 case TGSI_SEMANTIC_VERTEXID: return nv50_ir::SV_VERTEX_ID; in translateSysVal()
1256 case TGSI_SEMANTIC_VERTEXID: in inferSysValDirection()
1380 case TGSI_SEMANTIC_VERTEXID: in scanDeclaration()
/external/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_program.c70 case TGSI_SEMANTIC_VERTEXID: in nv50_vertprog_assign_slots()
/external/mesa3d/src/mesa/state_tracker/
Dst_mesa_to_tgsi.c972 semName == TGSI_SEMANTIC_VERTEXID) { in st_translate_mesa_program()
Dst_glsl_to_tgsi.cpp6816 semName == TGSI_SEMANTIC_VERTEXID) { in st_translate_program()
/external/mesa3d/docs/gallium/
Dscreen.rst261 TGSI_SEMANTIC_VERTEXID_NOBASE (and not TGSI_SEMANTIC_VERTEXID). This means
263 will need to lower TGSI_SEMANTIC_VERTEXID to TGSI_SEMANTIC_VERTEXID_NOBASE
Dtgsi.rst3351 TGSI_SEMANTIC_VERTEXID subsection
3364 == TGSI_SEMANTIC_VERTEXID). This is an integer value, and only the X component
/external/mesa3d/src/gallium/auxiliary/nir/
Dtgsi_to_nir.c595 case TGSI_SEMANTIC_VERTEXID: in ttn_src_for_file_and_index()
/external/virglrenderer/src/
Dvrend_shader.c1557 } else if (decl->Semantic.Name == TGSI_SEMANTIC_VERTEXID) { in iter_declaration()
4240 if (ctx->system_values[j].name == TGSI_SEMANTIC_VERTEXID || in get_source_info()
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi_soa.c1493 case TGSI_SEMANTIC_VERTEXID: in emit_fetch_system_value()
/external/mesa3d/src/gallium/frontends/nine/
Dnine_shader.c2212 case TGSI_SEMANTIC_VERTEXID: in nine_tgsi_to_interp_mode()
/external/mesa3d/src/gallium/drivers/r600/
Dr600_shader.c1196 } else if (d->Semantic.Name == TGSI_SEMANTIC_VERTEXID) in tgsi_declaration()
1732 …lse if (ctx->info.system_value_semantic_name[tgsi_src->Register.Index] == TGSI_SEMANTIC_VERTEXID) { in tgsi_src()
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi_vgpu10.c4412 case TGSI_SEMANTIC_VERTEXID: in emit_system_value_declaration()