Home
last modified time | relevance | path

Searched refs:TGSI_SEMANTIC_PRIMID (Results 1 – 25 of 26) 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()
257 return TGSI_SEMANTIC_PRIMID; in tgsi_get_sysval_semantic()
Dtgsi_scan.c677 case TGSI_SEMANTIC_PRIMID: in scan_declaration()
711 case TGSI_SEMANTIC_PRIMID: in scan_declaration()
757 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.c306 decl->Semantic.Name == TGSI_SEMANTIC_PRIMID; in iter_declaration()
/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_prim_assembler.c197 ia->draw, TGSI_SEMANTIC_PRIMID, 0); in draw_prim_assembler_prepare_outputs()
Ddraw_gs.c135 int primid_sv = machine->SysSemanticToIndex[TGSI_SEMANTIC_PRIMID]; in tgsi_fetch_gs_input()
153 if (shader->info.input_semantic_name[slot] == TGSI_SEMANTIC_PRIMID) { in tgsi_fetch_gs_input()
274 if (shader->info.input_semantic_name[slot] == TGSI_SEMANTIC_PRIMID) { in llvm_fetch_gs_input()
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_program.c44 case TGSI_SEMANTIC_PRIMID: return 0x060; in nvc0_shader_input_address()
73 case TGSI_SEMANTIC_PRIMID: return 0x060; in nvc0_shader_output_address()
245 case TGSI_SEMANTIC_PRIMID: in nvc0_vtgp_gen_header()
/external/mesa3d/src/gallium/auxiliary/nir/
Dnir_to_tgsi_info.c532 if (semantic_name == TGSI_SEMANTIC_PRIMID) in nir_tgsi_scan_shader()
707 case TGSI_SEMANTIC_PRIMID: in nir_tgsi_scan_shader()
Dtgsi_to_nir.c129 case TGSI_SEMANTIC_PRIMID: in tgsi_varying_semantic_to_slot()
/external/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_program.c60 if (info->in[i].sn == TGSI_SEMANTIC_PRIMID) in nv50_vertprog_assign_slots()
177 else if (info->in[i].sn == TGSI_SEMANTIC_PRIMID) in nv50_fragprog_assign_slots()
Dnv50_shader_state.c486 case TGSI_SEMANTIC_PRIMID: in nv50_fp_linkage_validate()
/external/virglrenderer/src/gallium/include/pipe/
Dp_shader_tokens.h184 TGSI_SEMANTIC_PRIMID, enumerator
/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.cpp576 case TGSI_SEMANTIC_PRIMID: locs[SV_PRIMITIVE_ID] = addr; break; in recordLocation()
Dnv50_ir_from_tgsi.cpp441 case TGSI_SEMANTIC_PRIMID: return nv50_ir::SV_PRIMITIVE_ID; in translateSysVal()
1263 case TGSI_SEMANTIC_PRIMID: in inferSysValDirection()
1499 case TGSI_SEMANTIC_PRIMID: in scanInstructionSrc()
1550 info_out->out[dst.getIndex(0)].sn == TGSI_SEMANTIC_PRIMID || in scanInstruction()
2032 if (!ptr && info_out->in[idx].sn == TGSI_SEMANTIC_PRIMID) in fetchSrc()
/external/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_vertexstageexport.cpp262 io.name = TGSI_SEMANTIC_PRIMID; in finalize_exports()
Dsfn_shader_fragment.cpp94 case TGSI_SEMANTIC_PRIMID: in do_process_inputs()
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi_soa.c1131 if (info->input_semantic_name[reg->Register.Index] == TGSI_SEMANTIC_PRIMID) { in emit_fetch_gs_input()
1219 if (info->input_semantic_name[reg->Register.Index] == TGSI_SEMANTIC_PRIMID) { in emit_fetch_tcs_input()
1322 if (info->input_semantic_name[reg->Register.Index] == TGSI_SEMANTIC_PRIMID) { in emit_fetch_tes_input()
1513 case TGSI_SEMANTIC_PRIMID: in emit_fetch_system_value()
/external/virglrenderer/src/
Dvrend_shader.c1075 case TGSI_SEMANTIC_PRIMID: in varying_bit_from_semantic_and_index()
1369 case TGSI_SEMANTIC_PRIMID: in iter_declaration()
1709 case TGSI_SEMANTIC_PRIMID: in iter_declaration()
1894 } else if (decl->Semantic.Name == TGSI_SEMANTIC_PRIMID) { in iter_declaration()
4622 else if (input->name == TGSI_SEMANTIC_PRIMID) in get_source_info()
4902 ctx->system_values[j].name == TGSI_SEMANTIC_PRIMID || in get_source_info()
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi_vgpu10.c174 assert(tgsi_semantic_to_sgn_name[TGSI_SEMANTIC_PRIMID] == in map_tgsi_semantic_to_sgn_name()
4055 case TGSI_SEMANTIC_PRIMID: in emit_gs_output_declarations()
4541 case TGSI_SEMANTIC_PRIMID: in emit_system_value_declaration()
4714 else if (semantic_name == TGSI_SEMANTIC_PRIMID) { in emit_fs_input_declarations()
4836 if (semantic_name == TGSI_SEMANTIC_PRIMID) { in emit_gs_input_declarations()
/external/mesa3d/src/mesa/state_tracker/
Dst_program.c968 input_semantic_name[slot] = TGSI_SEMANTIC_PRIMID; in st_translate_fragment_program()
/external/mesa3d/src/gallium/drivers/r600/
Dr600_shader.c936 ctx->shader->output[i].name = TGSI_SEMANTIC_PRIMID; in vs_add_primid_output()
1082 case TGSI_SEMANTIC_PRIMID: in tgsi_declaration()
1096 if (ctx->shader->input[i].name == TGSI_SEMANTIC_PRIMID) in tgsi_declaration()
1766 …S_CTRL && ctx->info.system_value_semantic_name[tgsi_src->Register.Index] == TGSI_SEMANTIC_PRIMID) { in tgsi_src()
1772 …S_EVAL && ctx->info.system_value_semantic_name[tgsi_src->Register.Index] == TGSI_SEMANTIC_PRIMID) { in tgsi_src()
1987 if (ctx->shader->input[src->Register.Index].name == TGSI_SEMANTIC_PRIMID) { in tgsi_split_gs_inputs()
4169 case TGSI_SEMANTIC_PRIMID: in r600_shader_from_tgsi()
/external/mesa3d/src/gallium/drivers/swr/
Dswr_shader.cpp2776 if (semantic_name == TGSI_SEMANTIC_PRIMID && !ctx->gs) { in CompileFS()
/external/mesa3d/src/gallium/frontends/nine/
Dnine_shader.c2210 case TGSI_SEMANTIC_PRIMID: in nine_tgsi_to_interp_mode()

12