Home
last modified time | relevance | path

Searched refs:TGSI_SEMANTIC_INSTANCEID (Results 1 - 17 of 17) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_from_mesa.c223 return TGSI_SEMANTIC_INSTANCEID; in tgsi_get_sysval_semantic()
H A Dtgsi_scan.c697 case TGSI_SEMANTIC_INSTANCEID: in scan_declaration()
/third_party/mesa3d/src/gallium/include/pipe/
H A Dp_shader_tokens.h170 TGSI_SEMANTIC_INSTANCEID, /**< doesn't include start_instance */ enumerator
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_shaderlib_tgsi.c72 struct ureg_src instance_id = ureg_DECL_system_value(ureg, TGSI_SEMANTIC_INSTANCEID, 0); in si_get_blitter_vs()
/third_party/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_vs_exec.c113 unsigned i = machine->SysSemanticToIndex[TGSI_SEMANTIC_INSTANCEID]; in vs_exec_run_linear()
H A Ddraw_pt_fetch_shade_pipeline.c94 if (vs->info.input_semantic_name[i] == TGSI_SEMANTIC_INSTANCEID) { in fetch_pipeline_prepare()
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_program.c57 case TGSI_SEMANTIC_INSTANCEID: return 0x2f8; in nvc0_shader_input_address()
100 case TGSI_SEMANTIC_INSTANCEID: /* for SM4 only, in TGSI they're SVs */ in nvc0_vp_assign_input_slots()
248 case TGSI_SEMANTIC_INSTANCEID: in nvc0_vtgp_gen_header()
/third_party/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_target_nv50.cpp585 case TGSI_SEMANTIC_INSTANCEID: locs[SV_INSTANCE_ID] = addr; break; in recordLocation()
H A Dnv50_ir_from_tgsi.cpp442 case TGSI_SEMANTIC_INSTANCEID: return nv50_ir::SV_INSTANCE_ID; in translateSysVal()
1261 case TGSI_SEMANTIC_INSTANCEID:
1383 case TGSI_SEMANTIC_INSTANCEID: in scanDeclaration()
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
H A Dnv50_program.c67 case TGSI_SEMANTIC_INSTANCEID: in nv50_vertprog_assign_slots()
/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_simple_shaders.c105 ureg_DECL_system_value(ureg, TGSI_SEMANTIC_INSTANCEID, 0); in util_make_vertex_passthrough_shader_with_so()
/third_party/mesa3d/src/gallium/frontends/d3d10umd/
H A DShaderTGSI.c291 return TGSI_SEMANTIC_INSTANCEID; in translate_system_name()
/third_party/mesa3d/src/gallium/auxiliary/nir/
H A Dtgsi_to_nir.c608 case TGSI_SEMANTIC_INSTANCEID: in ttn_src_for_file_and_index()
/third_party/mesa3d/src/gallium/frontends/nine/
H A Dnine_shader.c2228 case TGSI_SEMANTIC_INSTANCEID: in nine_tgsi_to_interp_mode()
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_tgsi_soa.c1488 case TGSI_SEMANTIC_INSTANCEID: in emit_fetch_system_value()
/third_party/mesa3d/src/gallium/drivers/r600/
H A Dr600_shader.c1213 } else if (d->Semantic.Name == TGSI_SEMANTIC_INSTANCEID) { in tgsi_declaration()
1742 } else if (ctx->info.system_value_semantic_name[tgsi_src->Register.Index] == TGSI_SEMANTIC_INSTANCEID) { in tgsi_src()
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_tgsi_vgpu10.c4650 case TGSI_SEMANTIC_INSTANCEID: in emit_system_value_declaration()

Completed in 59 milliseconds