Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_scan.c498 if (semName == TGSI_SEMANTIC_PRIMID) in scan_declaration()
527 case TGSI_SEMANTIC_PRIMID: in scan_declaration()
569 case TGSI_SEMANTIC_PRIMID: in scan_declaration()
Dtgsi_dump.c302 decl->Semantic.Name == TGSI_SEMANTIC_PRIMID; in iter_declaration()
/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_prim_assembler.c188 ia->draw, TGSI_SEMANTIC_PRIMID, 0); in draw_prim_assembler_prepare_outputs()
Ddraw_gs.c145 if (shader->info.input_semantic_name[slot] == TGSI_SEMANTIC_PRIMID) { in tgsi_fetch_gs_input()
243 if (shader->info.input_semantic_name[slot] == TGSI_SEMANTIC_PRIMID) { in llvm_fetch_gs_input()
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_program.c42 case TGSI_SEMANTIC_PRIMID: return 0x060; in nvc0_shader_input_address()
71 case TGSI_SEMANTIC_PRIMID: return 0x060; in nvc0_shader_output_address()
233 case TGSI_SEMANTIC_PRIMID: in nvc0_vtgp_gen_header()
/external/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_program.c56 if (info->in[i].sn == TGSI_SEMANTIC_PRIMID) in nv50_vertprog_assign_slots()
173 else if (info->in[i].sn == TGSI_SEMANTIC_PRIMID) in nv50_fragprog_assign_slots()
Dnv50_shader_state.c482 case TGSI_SEMANTIC_PRIMID: in nv50_fp_linkage_validate()
/external/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h174 TGSI_SEMANTIC_PRIMID, enumerator
/external/mesa3d/src/mesa/state_tracker/
Dst_program.c655 input_semantic_name[slot] = TGSI_SEMANTIC_PRIMID; in st_translate_fragment_program()
1238 input_semantic_name[slot] = TGSI_SEMANTIC_PRIMID; in st_translate_program_common()
1386 output_semantic_name[slot] = TGSI_SEMANTIC_PRIMID; in st_translate_program_common()
Dst_glsl_to_tgsi.cpp5284 return TGSI_SEMANTIC_PRIMID; in _mesa_sysval_to_semantic()
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_target_nv50.cpp571 case TGSI_SEMANTIC_PRIMID: locs[SV_PRIMITIVE_ID] = addr; break; in recordLocation()
Dnv50_ir_from_tgsi.cpp422 case TGSI_SEMANTIC_PRIMID: return nv50_ir::SV_PRIMITIVE_ID; in translateSysVal()
1198 case TGSI_SEMANTIC_PRIMID: in inferSysValDirection()
1442 case TGSI_SEMANTIC_PRIMID: in scanInstructionSrc()
1476 info->out[dst.getIndex(0)].sn == TGSI_SEMANTIC_PRIMID || in scanInstruction()
1921 if (!ptr && info->in[idx].sn == TGSI_SEMANTIC_PRIMID) in fetchSrc()
/external/mesa3d/src/gallium/drivers/swr/
Dswr_shader.cpp506 } else if (semantic_name == TGSI_SEMANTIC_PRIMID) { in CompileFS()
/external/mesa3d/src/gallium/auxiliary/nir/
Dtgsi_to_nir.c123 case TGSI_SEMANTIC_PRIMID: in tgsi_varying_semantic_to_slot()
164 [VARYING_SLOT_PRIMITIVE_ID] = { TGSI_SEMANTIC_PRIMID, 0 }, in varying_slot_to_tgsi_semantic()
/external/mesa3d/src/gallium/drivers/ilo/shader/
Dilo_shader_vs.c220 case TGSI_SEMANTIC_PRIMID: in vs_lower_opcode_tgsi_sv()
Dilo_shader_fs.c468 case TGSI_SEMANTIC_PRIMID: in fs_lower_opcode_tgsi_sv()
/external/mesa3d/src/gallium/drivers/r600/
Dr600_shader.c828 ctx->shader->output[i].name = TGSI_SEMANTIC_PRIMID; in vs_add_primid_output()
883 case TGSI_SEMANTIC_PRIMID: in tgsi_declaration()
897 if (ctx->shader->input[i].name == TGSI_SEMANTIC_PRIMID) in tgsi_declaration()
1378 …S_CTRL && ctx->info.system_value_semantic_name[tgsi_src->Register.Index] == TGSI_SEMANTIC_PRIMID) { in tgsi_src()
1384 …S_EVAL && ctx->info.system_value_semantic_name[tgsi_src->Register.Index] == TGSI_SEMANTIC_PRIMID) { in tgsi_src()
1589 if (ctx->shader->input[src->Register.Index].name == TGSI_SEMANTIC_PRIMID) { in tgsi_split_gs_inputs()
3501 case TGSI_SEMANTIC_PRIMID: in r600_shader_from_tgsi()
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi_vgpu10.c2370 else if (semantic_name == TGSI_SEMANTIC_PRIMID) { in emit_input_declarations()
2424 if (semantic_name == TGSI_SEMANTIC_PRIMID) { in emit_input_declarations()
2558 case TGSI_SEMANTIC_PRIMID: in emit_output_declarations()
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi_soa.c1522 if (info->input_semantic_name[reg->Register.Index] == TGSI_SEMANTIC_PRIMID) { in emit_fetch_gs_input()
1683 case TGSI_SEMANTIC_PRIMID: in emit_fetch_system_value()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader.c154 case TGSI_SEMANTIC_PRIMID: in si_shader_io_get_unique_index2()
1196 if (swizzle != ~0 && semantic_name == TGSI_SEMANTIC_PRIMID) in fetch_input_gs()
1795 case TGSI_SEMANTIC_PRIMID: in declare_system_value()
2508 case TGSI_SEMANTIC_PRIMID: in si_llvm_export_vs()
Dsi_state_shaders.c1868 if (name == TGSI_SEMANTIC_PRIMID) in si_get_ps_input_cntl()
/external/mesa3d/src/gallium/state_trackers/nine/
Dnine_shader.c2119 case TGSI_SEMANTIC_PRIMID: in nine_tgsi_to_interp_mode()
/external/mesa3d/src/gallium/docs/source/
Dtgsi.rst3239 TGSI_SEMANTIC_PRIMID subsection