/external/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
D | nvc0_program.c | 55 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/ |
D | draw_vs_exec.c | 109 unsigned i = machine->SysSemanticToIndex[TGSI_SEMANTIC_INSTANCEID]; in vs_exec_run_linear()
|
D | draw_pt_fetch_shade_pipeline.c | 95 if (vs->info.input_semantic_name[i] == TGSI_SEMANTIC_INSTANCEID) { in fetch_pipeline_prepare()
|
/external/virglrenderer/src/gallium/include/pipe/ |
D | p_shader_tokens.h | 175 #define TGSI_SEMANTIC_INSTANCEID 10 /**< doesn't include start_instance */ macro
|
/external/mesa3d/src/gallium/include/pipe/ |
D | p_shader_tokens.h | 176 TGSI_SEMANTIC_INSTANCEID, /**< doesn't include start_instance */ enumerator
|
/external/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_target_nv50.cpp | 569 case TGSI_SEMANTIC_INSTANCEID: locs[SV_INSTANCE_ID] = addr; break; in recordLocation()
|
D | nv50_ir_from_tgsi.cpp | 444 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/ |
D | tgsi_scan.c | 350 if (semName == TGSI_SEMANTIC_INSTANCEID) { in tgsi_scan_shader()
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_pbo.c | 306 in_instanceid = ureg_DECL_system_value(ureg, TGSI_SEMANTIC_INSTANCEID, 0); in st_pbo_create_vs()
|
D | st_mesa_to_tgsi.c | 961 if (semName == TGSI_SEMANTIC_INSTANCEID || in st_translate_mesa_program()
|
D | st_glsl_to_tgsi.cpp | 5407 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/ |
D | u_simple_shaders.c | 105 ureg_DECL_system_value(ureg, TGSI_SEMANTIC_INSTANCEID, 0); in util_make_vertex_passthrough_shader_with_so()
|
/external/mesa3d/src/gallium/drivers/nouveau/nv50/ |
D | nv50_program.c | 65 case TGSI_SEMANTIC_INSTANCEID: in nv50_vertprog_assign_slots()
|
/external/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_scan.c | 651 case TGSI_SEMANTIC_INSTANCEID: in scan_declaration()
|
/external/mesa3d/src/gallium/auxiliary/nir/ |
D | tgsi_to_nir.c | 576 case TGSI_SEMANTIC_INSTANCEID: in ttn_src_for_file_and_index()
|
/external/mesa3d/src/gallium/docs/source/ |
D | screen.rst | 72 * ``PIPE_CAP_TGSI_INSTANCEID``: Whether TGSI_SEMANTIC_INSTANCEID is supported
|
D | tgsi.rst | 3261 TGSI_SEMANTIC_INSTANCEID subsection
|
/external/virglrenderer/src/ |
D | vrend_shader.c | 1230 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/ |
D | si_state_shaders.c | 3455 ureg_DECL_system_value(ureg, TGSI_SEMANTIC_INSTANCEID, 0); in si_get_blit_vs()
|
D | si_shader.c | 1989 case TGSI_SEMANTIC_INSTANCEID: in si_load_system_value()
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_tgsi_soa.c | 1620 case TGSI_SEMANTIC_INSTANCEID: in emit_fetch_system_value()
|
/external/mesa3d/src/gallium/state_trackers/nine/ |
D | nine_shader.c | 2129 case TGSI_SEMANTIC_INSTANCEID: in nine_tgsi_to_interp_mode()
|
/external/mesa3d/src/gallium/drivers/svga/ |
D | svga_tgsi_vgpu10.c | 2187 case TGSI_SEMANTIC_INSTANCEID: in emit_system_value_declaration()
|
/external/mesa3d/src/gallium/drivers/r600/ |
D | r600_shader.c | 1008 } 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()
|