/external/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_from_mesa.c | 66 *semantic_name = TGSI_SEMANTIC_PRIMID; in tgsi_get_gl_varying_semantic() 257 return TGSI_SEMANTIC_PRIMID; in tgsi_get_sysval_semantic()
|
D | tgsi_scan.c | 677 case TGSI_SEMANTIC_PRIMID: in scan_declaration() 711 case TGSI_SEMANTIC_PRIMID: in scan_declaration() 757 case TGSI_SEMANTIC_PRIMID: in scan_declaration()
|
D | tgsi_dump.c | 306 decl->Semantic.Name == TGSI_SEMANTIC_PRIMID; in iter_declaration()
|
/external/virglrenderer/src/gallium/auxiliary/tgsi/ |
D | tgsi_scan.c | 334 if (semName == TGSI_SEMANTIC_PRIMID) in tgsi_scan_shader() 362 else if (semName == TGSI_SEMANTIC_PRIMID) { in tgsi_scan_shader()
|
D | tgsi_dump.c | 306 decl->Semantic.Name == TGSI_SEMANTIC_PRIMID; in iter_declaration()
|
/external/mesa3d/src/gallium/auxiliary/draw/ |
D | draw_prim_assembler.c | 197 ia->draw, TGSI_SEMANTIC_PRIMID, 0); in draw_prim_assembler_prepare_outputs()
|
D | draw_gs.c | 135 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/ |
D | nvc0_program.c | 44 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/ |
D | nir_to_tgsi_info.c | 532 if (semantic_name == TGSI_SEMANTIC_PRIMID) in nir_tgsi_scan_shader() 707 case TGSI_SEMANTIC_PRIMID: in nir_tgsi_scan_shader()
|
D | tgsi_to_nir.c | 129 case TGSI_SEMANTIC_PRIMID: in tgsi_varying_semantic_to_slot()
|
/external/mesa3d/src/gallium/drivers/nouveau/nv50/ |
D | nv50_program.c | 60 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()
|
D | nv50_shader_state.c | 486 case TGSI_SEMANTIC_PRIMID: in nv50_fp_linkage_validate()
|
/external/virglrenderer/src/gallium/include/pipe/ |
D | p_shader_tokens.h | 184 TGSI_SEMANTIC_PRIMID, enumerator
|
/external/mesa3d/src/gallium/include/pipe/ |
D | p_shader_tokens.h | 175 TGSI_SEMANTIC_PRIMID, enumerator
|
/external/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_target_nv50.cpp | 576 case TGSI_SEMANTIC_PRIMID: locs[SV_PRIMITIVE_ID] = addr; break; in recordLocation()
|
D | nv50_ir_from_tgsi.cpp | 441 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/ |
D | sfn_vertexstageexport.cpp | 262 io.name = TGSI_SEMANTIC_PRIMID; in finalize_exports()
|
D | sfn_shader_fragment.cpp | 94 case TGSI_SEMANTIC_PRIMID: in do_process_inputs()
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_tgsi_soa.c | 1131 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/ |
D | vrend_shader.c | 1075 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/ |
D | svga_tgsi_vgpu10.c | 174 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/ |
D | st_program.c | 968 input_semantic_name[slot] = TGSI_SEMANTIC_PRIMID; in st_translate_fragment_program()
|
/external/mesa3d/src/gallium/drivers/r600/ |
D | r600_shader.c | 936 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/ |
D | swr_shader.cpp | 2776 if (semantic_name == TGSI_SEMANTIC_PRIMID && !ctx->gs) { in CompileFS()
|
/external/mesa3d/src/gallium/frontends/nine/ |
D | nine_shader.c | 2210 case TGSI_SEMANTIC_PRIMID: in nine_tgsi_to_interp_mode()
|