Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_program.c55 case TGSI_SEMANTIC_INSTANCEID: return 0x2f8; in nvc0_shader_input_address()
98 case TGSI_SEMANTIC_INSTANCEID: /* for SM4 only, in TGSI they're SVs */ in nvc0_vp_assign_input_slots()
236 case TGSI_SEMANTIC_INSTANCEID: in nvc0_vtgp_gen_header()
/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_vs_exec.c109 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/virglrenderer/src/gallium/include/pipe/
Dp_shader_tokens.h175 #define TGSI_SEMANTIC_INSTANCEID 10 /**< doesn't include start_instance */ macro
/external/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h176 TGSI_SEMANTIC_INSTANCEID, /**< doesn't include start_instance */ enumerator
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_target_nv50.cpp569 case TGSI_SEMANTIC_INSTANCEID: locs[SV_INSTANCE_ID] = addr; break; in recordLocation()
Dnv50_ir_from_tgsi.cpp444 case TGSI_SEMANTIC_INSTANCEID: return nv50_ir::SV_INSTANCE_ID; in translateSysVal()
1303 case TGSI_SEMANTIC_INSTANCEID: in inferSysValDirection()
1425 case TGSI_SEMANTIC_INSTANCEID: in scanDeclaration()
/external/virglrenderer/src/gallium/auxiliary/tgsi/
Dtgsi_scan.c350 if (semName == TGSI_SEMANTIC_INSTANCEID) { in tgsi_scan_shader()
/external/mesa3d/src/mesa/state_tracker/
Dst_pbo.c306 in_instanceid = ureg_DECL_system_value(ureg, TGSI_SEMANTIC_INSTANCEID, 0); in st_pbo_create_vs()
Dst_mesa_to_tgsi.c961 if (semName == TGSI_SEMANTIC_INSTANCEID || in st_translate_mesa_program()
Dst_glsl_to_tgsi.cpp5407 return TGSI_SEMANTIC_INSTANCEID; in _mesa_sysval_to_semantic()
6478 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/drivers/nouveau/nv50/
Dnv50_program.c65 case TGSI_SEMANTIC_INSTANCEID: in nv50_vertprog_assign_slots()
/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_scan.c651 case TGSI_SEMANTIC_INSTANCEID: in scan_declaration()
/external/mesa3d/src/gallium/auxiliary/nir/
Dtgsi_to_nir.c576 case TGSI_SEMANTIC_INSTANCEID: in ttn_src_for_file_and_index()
/external/mesa3d/src/gallium/docs/source/
Dscreen.rst72 * ``PIPE_CAP_TGSI_INSTANCEID``: Whether TGSI_SEMANTIC_INSTANCEID is supported
Dtgsi.rst3261 TGSI_SEMANTIC_INSTANCEID subsection
/external/virglrenderer/src/
Dvrend_shader.c1230 if (decl->Semantic.Name == TGSI_SEMANTIC_INSTANCEID) { in iter_declaration()
3224 ctx->system_values[j].name == TGSI_SEMANTIC_INSTANCEID || in get_source_info()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_state_shaders.c3455 ureg_DECL_system_value(ureg, TGSI_SEMANTIC_INSTANCEID, 0); in si_get_blit_vs()
Dsi_shader.c1989 case TGSI_SEMANTIC_INSTANCEID: in si_load_system_value()
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi_soa.c1620 case TGSI_SEMANTIC_INSTANCEID: in emit_fetch_system_value()
/external/mesa3d/src/gallium/state_trackers/nine/
Dnine_shader.c2129 case TGSI_SEMANTIC_INSTANCEID: in nine_tgsi_to_interp_mode()
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi_vgpu10.c2187 case TGSI_SEMANTIC_INSTANCEID: in emit_system_value_declaration()
/external/mesa3d/src/gallium/drivers/r600/
Dr600_shader.c1008 } else if (d->Semantic.Name == TGSI_SEMANTIC_INSTANCEID) { in tgsi_declaration()
1406 …e if (ctx->info.system_value_semantic_name[tgsi_src->Register.Index] == TGSI_SEMANTIC_INSTANCEID) { in tgsi_src()