Home
last modified time | relevance | path

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

12

/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_from_mesa.c66 *semantic_name = TGSI_SEMANTIC_PRIMID; in tgsi_get_gl_varying_semantic()
Dtgsi_scan.c632 case TGSI_SEMANTIC_PRIMID: in scan_declaration()
663 case TGSI_SEMANTIC_PRIMID: in scan_declaration()
709 case TGSI_SEMANTIC_PRIMID: in scan_declaration()
Dtgsi_dump.c306 decl->Semantic.Name == TGSI_SEMANTIC_PRIMID; in iter_declaration()
/external/virglrenderer/src/gallium/auxiliary/tgsi/
Dtgsi_scan.c334 if (semName == TGSI_SEMANTIC_PRIMID) in tgsi_scan_shader()
362 else if (semName == TGSI_SEMANTIC_PRIMID) { in tgsi_scan_shader()
Dtgsi_dump.c288 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/radeonsi/
Dsi_shader_nir.c242 if (semantic_name == TGSI_SEMANTIC_PRIMID) in si_nir_scan_shader()
379 case TGSI_SEMANTIC_PRIMID: in si_nir_scan_shader()
Dsi_shader.c225 case TGSI_SEMANTIC_PRIMID: in si_shader_io_get_unique_index()
1658 if (swizzle != ~0 && semantic_name == TGSI_SEMANTIC_PRIMID) in fetch_input_gs()
2114 case TGSI_SEMANTIC_PRIMID: in si_load_system_value()
2866 case TGSI_SEMANTIC_PRIMID: in si_build_param_exports()
3679 outputs[i].semantic_name = TGSI_SEMANTIC_PRIMID; in si_llvm_emit_vs_epilogue()
Dsi_state_shaders.c2581 if (name == TGSI_SEMANTIC_PRIMID) in si_get_ps_input_cntl()
/external/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_program.c58 if (info->in[i].sn == TGSI_SEMANTIC_PRIMID) in nv50_vertprog_assign_slots()
175 else if (info->in[i].sn == TGSI_SEMANTIC_PRIMID) in nv50_fragprog_assign_slots()
Dnv50_shader_state.c485 case TGSI_SEMANTIC_PRIMID: in nv50_fp_linkage_validate()
/external/virglrenderer/src/gallium/include/pipe/
Dp_shader_tokens.h174 #define TGSI_SEMANTIC_PRIMID 9 macro
/external/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h175 TGSI_SEMANTIC_PRIMID, enumerator
/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.cpp443 case TGSI_SEMANTIC_PRIMID: return nv50_ir::SV_PRIMITIVE_ID; in translateSysVal()
1311 case TGSI_SEMANTIC_PRIMID: in inferSysValDirection()
1540 case TGSI_SEMANTIC_PRIMID: in scanInstructionSrc()
1574 info->out[dst.getIndex(0)].sn == TGSI_SEMANTIC_PRIMID || in scanInstruction()
2102 if (!ptr && info->in[idx].sn == TGSI_SEMANTIC_PRIMID) in fetchSrc()
/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/virglrenderer/src/
Dvrend_shader.c764 case TGSI_SEMANTIC_PRIMID: in iter_declaration()
1057 case TGSI_SEMANTIC_PRIMID: in iter_declaration()
1251 } else if (decl->Semantic.Name == TGSI_SEMANTIC_PRIMID) { in iter_declaration()
2959 else if (ctx->inputs[j].name == TGSI_SEMANTIC_PRIMID) in get_source_info()
3225 ctx->system_values[j].name == TGSI_SEMANTIC_PRIMID || in get_source_info()
/external/mesa3d/src/mesa/state_tracker/
Dst_program.c735 input_semantic_name[slot] = TGSI_SEMANTIC_PRIMID; in st_translate_fragment_program()
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi_vgpu10.c2377 else if (semantic_name == TGSI_SEMANTIC_PRIMID) { in emit_input_declarations()
2433 if (semantic_name == TGSI_SEMANTIC_PRIMID) { in emit_input_declarations()
2574 case TGSI_SEMANTIC_PRIMID: in emit_output_declarations()
/external/mesa3d/src/gallium/drivers/r600/
Dr600_shader.c846 ctx->shader->output[i].name = TGSI_SEMANTIC_PRIMID; in vs_add_primid_output()
901 case TGSI_SEMANTIC_PRIMID: in tgsi_declaration()
915 if (ctx->shader->input[i].name == TGSI_SEMANTIC_PRIMID) in tgsi_declaration()
1454 …S_CTRL && ctx->info.system_value_semantic_name[tgsi_src->Register.Index] == TGSI_SEMANTIC_PRIMID) { in tgsi_src()
1460 …S_EVAL && ctx->info.system_value_semantic_name[tgsi_src->Register.Index] == TGSI_SEMANTIC_PRIMID) { in tgsi_src()
1669 if (ctx->shader->input[src->Register.Index].name == TGSI_SEMANTIC_PRIMID) { in tgsi_split_gs_inputs()
3771 case TGSI_SEMANTIC_PRIMID: in r600_shader_from_tgsi()
/external/mesa3d/src/gallium/drivers/swr/
Dswr_shader.cpp1160 if (semantic_name == TGSI_SEMANTIC_PRIMID && !ctx->gs) { in CompileFS()
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi_soa.c1479 if (info->input_semantic_name[reg->Register.Index] == TGSI_SEMANTIC_PRIMID) { in emit_fetch_gs_input()
1640 case TGSI_SEMANTIC_PRIMID: in emit_fetch_system_value()
/external/mesa3d/src/gallium/state_trackers/nine/
Dnine_shader.c2131 case TGSI_SEMANTIC_PRIMID: in nine_tgsi_to_interp_mode()

12