Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_program.c56 case TGSI_SEMANTIC_VERTEXID: return 0x2fc; in nvc0_shader_input_address()
99 case TGSI_SEMANTIC_VERTEXID: in nvc0_vp_assign_input_slots()
239 case TGSI_SEMANTIC_VERTEXID: in nvc0_vtgp_gen_header()
/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_vs_exec.c133 unsigned vid = machine->SysSemanticToIndex[TGSI_SEMANTIC_VERTEXID]; in vs_exec_run_linear()
/external/virglrenderer/src/gallium/include/pipe/
Dp_shader_tokens.h176 #define TGSI_SEMANTIC_VERTEXID 11 macro
/external/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h177 TGSI_SEMANTIC_VERTEXID, enumerator
/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.cpp570 case TGSI_SEMANTIC_VERTEXID: locs[SV_VERTEX_ID] = addr; break; in recordLocation()
Dnv50_ir_from_tgsi.cpp445 case TGSI_SEMANTIC_VERTEXID: return nv50_ir::SV_VERTEX_ID; in translateSysVal()
1304 case TGSI_SEMANTIC_VERTEXID: in inferSysValDirection()
1428 case TGSI_SEMANTIC_VERTEXID: in scanDeclaration()
/external/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_program.c68 case TGSI_SEMANTIC_VERTEXID: in nv50_vertprog_assign_slots()
/external/mesa3d/src/mesa/state_tracker/
Dst_mesa_to_tgsi.c962 semName == TGSI_SEMANTIC_VERTEXID) { in st_translate_mesa_program()
Dst_glsl_to_tgsi.cpp5405 return TGSI_SEMANTIC_VERTEXID; in _mesa_sysval_to_semantic()
6479 semName == TGSI_SEMANTIC_VERTEXID) { in st_translate_program()
/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_scan.c654 case TGSI_SEMANTIC_VERTEXID: in scan_declaration()
/external/mesa3d/src/gallium/docs/source/
Dscreen.rst233 TGSI_SEMANTIC_VERTEXID_NOBASE (and not TGSI_SEMANTIC_VERTEXID). This means
235 will need to lower TGSI_SEMANTIC_VERTEXID to TGSI_SEMANTIC_VERTEXID_NOBASE
Dtgsi.rst3268 TGSI_SEMANTIC_VERTEXID subsection
3281 == TGSI_SEMANTIC_VERTEXID). This is an integer value, and only the X component
/external/mesa3d/src/gallium/auxiliary/nir/
Dtgsi_to_nir.c570 case TGSI_SEMANTIC_VERTEXID: in ttn_src_for_file_and_index()
/external/virglrenderer/src/
Dvrend_shader.c1233 } else if (decl->Semantic.Name == TGSI_SEMANTIC_VERTEXID) { in iter_declaration()
3223 if (ctx->system_values[j].name == TGSI_SEMANTIC_VERTEXID || in get_source_info()
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi_soa.c1625 case TGSI_SEMANTIC_VERTEXID: in emit_fetch_system_value()
/external/mesa3d/src/gallium/state_trackers/nine/
Dnine_shader.c2133 case TGSI_SEMANTIC_VERTEXID: in nine_tgsi_to_interp_mode()
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi_vgpu10.c2199 case TGSI_SEMANTIC_VERTEXID: in emit_system_value_declaration()
/external/mesa3d/src/gallium/drivers/r600/
Dr600_shader.c1010 } else if (d->Semantic.Name == TGSI_SEMANTIC_VERTEXID) in tgsi_declaration()
1412 …lse if (ctx->info.system_value_semantic_name[tgsi_src->Register.Index] == TGSI_SEMANTIC_VERTEXID) { in tgsi_src()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader.c1993 case TGSI_SEMANTIC_VERTEXID: in si_load_system_value()