/external/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_scan.c | 498 if (semName == TGSI_SEMANTIC_PRIMID) in scan_declaration() 527 case TGSI_SEMANTIC_PRIMID: in scan_declaration() 569 case TGSI_SEMANTIC_PRIMID: in scan_declaration()
|
D | tgsi_dump.c | 302 decl->Semantic.Name == TGSI_SEMANTIC_PRIMID; in iter_declaration()
|
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
D | nvc0_program.c | 42 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/auxiliary/draw/ |
D | draw_prim_assembler.c | 188 ia->draw, TGSI_SEMANTIC_PRIMID, 0); in draw_prim_assembler_prepare_outputs()
|
D | draw_gs.c | 145 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/nv50/ |
D | nv50_program.c | 56 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()
|
D | nv50_shader_state.c | 482 case TGSI_SEMANTIC_PRIMID: in nv50_fp_linkage_validate()
|
/external/mesa3d/src/gallium/include/pipe/ |
D | p_shader_tokens.h | 174 TGSI_SEMANTIC_PRIMID, enumerator
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_program.c | 655 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()
|
D | st_glsl_to_tgsi.cpp | 5284 return TGSI_SEMANTIC_PRIMID; in _mesa_sysval_to_semantic()
|
/external/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_target_nv50.cpp | 571 case TGSI_SEMANTIC_PRIMID: locs[SV_PRIMITIVE_ID] = addr; break; in recordLocation()
|
D | nv50_ir_from_tgsi.cpp | 422 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/ |
D | swr_shader.cpp | 506 } else if (semantic_name == TGSI_SEMANTIC_PRIMID) { in CompileFS()
|
/external/mesa3d/src/gallium/auxiliary/nir/ |
D | tgsi_to_nir.c | 123 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/ |
D | ilo_shader_vs.c | 220 case TGSI_SEMANTIC_PRIMID: in vs_lower_opcode_tgsi_sv()
|
D | ilo_shader_fs.c | 468 case TGSI_SEMANTIC_PRIMID: in fs_lower_opcode_tgsi_sv()
|
/external/mesa3d/src/gallium/drivers/r600/ |
D | r600_shader.c | 828 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/ |
D | svga_tgsi_vgpu10.c | 2370 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/ |
D | lp_bld_tgsi_soa.c | 1522 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/ |
D | si_shader.c | 154 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()
|
D | si_state_shaders.c | 1868 if (name == TGSI_SEMANTIC_PRIMID) in si_get_ps_input_cntl()
|
/external/mesa3d/src/gallium/state_trackers/nine/ |
D | nine_shader.c | 2119 case TGSI_SEMANTIC_PRIMID: in nine_tgsi_to_interp_mode()
|
/external/mesa3d/src/gallium/docs/source/ |
D | tgsi.rst | 3239 TGSI_SEMANTIC_PRIMID subsection
|