Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/nvc0/
Dnvc0_program.c67 case TGSI_SEMANTIC_INSTANCEID: return 0x2f8; in nvc0_shader_input_address()
110 case TGSI_SEMANTIC_INSTANCEID: /* for SM4 only, in TGSI they're SVs */ in nvc0_vp_assign_input_slots()
267 case TGSI_SEMANTIC_INSTANCEID: in nvc0_vtgp_gen_header()
/external/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h157 #define TGSI_SEMANTIC_INSTANCEID 10 macro
/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_vs_exec.c104 unsigned i = machine->SysSemanticToIndex[TGSI_SEMANTIC_INSTANCEID]; in vs_exec_run_linear()
Ddraw_pt_fetch_shade_pipeline.c78 if (vs->info.input_semantic_name[i] == TGSI_SEMANTIC_INSTANCEID) { in fetch_pipeline_prepare()
/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_scan.c183 if (fulldecl->Semantic.Name == TGSI_SEMANTIC_INSTANCEID) { in tgsi_scan_shader()
/external/mesa3d/src/gallium/drivers/r600/
Dr600_llvm.c44 case TGSI_SEMANTIC_INSTANCEID: chan = 3; break; in llvm_load_system_value()
Dr600_shader.c858 if (d->Semantic.Name == TGSI_SEMANTIC_INSTANCEID) { in tgsi_declaration()
964 if (ctx->info.system_value_semantic_name[tgsi_src->Register.Index] == TGSI_SEMANTIC_INSTANCEID) { in tgsi_src()
/external/mesa3d/src/mesa/state_tracker/
Dst_mesa_to_tgsi.c106 TGSI_SEMANTIC_INSTANCEID
1156 if (semName == TGSI_SEMANTIC_INSTANCEID || in st_translate_mesa_program()
Dst_glsl_to_tgsi.cpp3929 TGSI_SEMANTIC_INSTANCEID
4660 if (semName == TGSI_SEMANTIC_INSTANCEID || in st_translate_program()
/external/mesa3d/src/gallium/drivers/nv50/codegen/
Dnv50_ir_target_nv50.cpp520 case TGSI_SEMANTIC_INSTANCEID: locs[SV_INSTANCE_ID] = addr; break; in recordLocation()
Dnv50_ir_from_sm4.cpp22 case TGSI_SEMANTIC_INSTANCEID: return nv50_ir::SV_INSTANCE_ID; in irSemantic()
656 case SV_INSTANCE_ID: return TGSI_SEMANTIC_INSTANCEID; in tgsiSemantic()
723 info.in[r].sn = TGSI_SEMANTIC_INSTANCEID; in parseSignature()
Dnv50_ir_from_tgsi.cpp325 case TGSI_SEMANTIC_INSTANCEID: return nv50_ir::SV_INSTANCE_ID; in translateSysVal()
769 case TGSI_SEMANTIC_INSTANCEID: in inferSysValDirection()
865 case TGSI_SEMANTIC_INSTANCEID: in scanDeclaration()
/external/mesa3d/src/gallium/drivers/nv50/
Dnv50_program.c60 case TGSI_SEMANTIC_INSTANCEID: in nv50_vertprog_assign_slots()
/external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d1x/
Dsm4_to_tgsi.cpp71 TGSI_SEMANTIC_INSTANCEID,
/external/mesa3d/src/gallium/docs/source/
Dscreen.rst81 * ``PIPE_CAP_TGSI_INSTANCEID``: Whether TGSI_SEMANTIC_INSTANCEID is supported
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi_soa.c798 case TGSI_SEMANTIC_INSTANCEID: in emit_fetch_system_value()