Home
last modified time | relevance | path

Searched refs:TGSI_SEMANTIC_INSTANCEID (Results 1 – 23 of 23) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_from_mesa.c221 return TGSI_SEMANTIC_INSTANCEID; in tgsi_get_sysval_semantic()
Dtgsi_scan.c696 case TGSI_SEMANTIC_INSTANCEID: in scan_declaration()
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/
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()
/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_vs_exec.c110 unsigned i = machine->SysSemanticToIndex[TGSI_SEMANTIC_INSTANCEID]; in vs_exec_run_linear()
Ddraw_pt_fetch_shade_pipeline.c95 if (vs->info.input_semantic_name[i] == TGSI_SEMANTIC_INSTANCEID) { in fetch_pipeline_prepare()
/external/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h176 TGSI_SEMANTIC_INSTANCEID, /**< doesn't include start_instance */ enumerator
/external/virglrenderer/src/gallium/include/pipe/
Dp_shader_tokens.h176 #define TGSI_SEMANTIC_INSTANCEID 10 /**< doesn't include start_instance */ macro
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shaderlib_tgsi.c72 struct ureg_src instance_id = ureg_DECL_system_value(ureg, TGSI_SEMANTIC_INSTANCEID, 0); in si_get_blitter_vs()
/external/virglrenderer/src/gallium/auxiliary/tgsi/
Dtgsi_scan.c350 if (semName == TGSI_SEMANTIC_INSTANCEID) { in tgsi_scan_shader()
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_target_nv50.cpp574 case TGSI_SEMANTIC_INSTANCEID: locs[SV_INSTANCE_ID] = addr; break; in recordLocation()
Dnv50_ir_from_tgsi.cpp442 case TGSI_SEMANTIC_INSTANCEID: return nv50_ir::SV_INSTANCE_ID; in translateSysVal()
1255 case TGSI_SEMANTIC_INSTANCEID: in inferSysValDirection()
1377 case TGSI_SEMANTIC_INSTANCEID: in scanDeclaration()
/external/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_program.c67 case TGSI_SEMANTIC_INSTANCEID: in nv50_vertprog_assign_slots()
/external/mesa3d/src/mesa/state_tracker/
Dst_mesa_to_tgsi.c971 if (semName == TGSI_SEMANTIC_INSTANCEID || in st_translate_mesa_program()
Dst_glsl_to_tgsi.cpp6815 if (semName == TGSI_SEMANTIC_INSTANCEID || in st_translate_program()
/external/mesa3d/src/gallium/auxiliary/util/
Du_simple_shaders.c105 ureg_DECL_system_value(ureg, TGSI_SEMANTIC_INSTANCEID, 0); in util_make_vertex_passthrough_shader_with_so()
/external/mesa3d/src/gallium/auxiliary/nir/
Dtgsi_to_nir.c603 case TGSI_SEMANTIC_INSTANCEID: in ttn_src_for_file_and_index()
/external/mesa3d/docs/gallium/
Dscreen.rst85 * ``PIPE_CAP_TGSI_INSTANCEID``: Whether TGSI_SEMANTIC_INSTANCEID is supported
Dtgsi.rst3344 TGSI_SEMANTIC_INSTANCEID subsection
/external/virglrenderer/src/
Dvrend_shader.c1554 if (decl->Semantic.Name == TGSI_SEMANTIC_INSTANCEID) { in iter_declaration()
4241 ctx->system_values[j].name == TGSI_SEMANTIC_INSTANCEID || in get_source_info()
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi_soa.c1488 case TGSI_SEMANTIC_INSTANCEID: in emit_fetch_system_value()
/external/mesa3d/src/gallium/frontends/nine/
Dnine_shader.c2208 case TGSI_SEMANTIC_INSTANCEID: in nine_tgsi_to_interp_mode()
/external/mesa3d/src/gallium/drivers/r600/
Dr600_shader.c1194 } else if (d->Semantic.Name == TGSI_SEMANTIC_INSTANCEID) { in tgsi_declaration()
1726 …e if (ctx->info.system_value_semantic_name[tgsi_src->Register.Index] == TGSI_SEMANTIC_INSTANCEID) { in tgsi_src()
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi_vgpu10.c4399 case TGSI_SEMANTIC_INSTANCEID: in emit_system_value_declaration()