/third_party/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_from_mesa.c | 72 *semantic_name = TGSI_SEMANTIC_POSITION; in tgsi_get_gl_varying_semantic() 198 *semantic_name = TGSI_SEMANTIC_POSITION; in tgsi_get_gl_frag_result_semantic() 239 return TGSI_SEMANTIC_POSITION; in tgsi_get_sysval_semantic()
|
D | tgsi_vpos.c | 65 TGSI_SEMANTIC_POSITION, 0, in write_vpos_prolog()
|
D | tgsi_scan.c | 170 if (name == TGSI_SEMANTIC_POSITION && in scan_src_operand() 681 case TGSI_SEMANTIC_POSITION: in scan_declaration() 718 case TGSI_SEMANTIC_POSITION: in scan_declaration() 785 case TGSI_SEMANTIC_POSITION: in scan_declaration()
|
D | tgsi_point_sprite.c | 124 else if (decl->Semantic.Name == TGSI_SEMANTIC_POSITION) { in psprite_decl() 132 else if (decl->Semantic.Name == TGSI_SEMANTIC_POSITION) { in psprite_decl()
|
/third_party/mesa3d/src/gallium/drivers/i915/ |
D | i915_state_derived.c | 61 case TGSI_SEMANTIC_POSITION: in calculate_vertex_layout() 85 src = draw_find_shader_output(i915->draw, TGSI_SEMANTIC_POSITION, 0); in calculate_vertex_layout()
|
D | i915_fpc_translate.c | 167 case TGSI_SEMANTIC_POSITION: { in src_vector() 290 case TGSI_SEMANTIC_POSITION: in get_result_vector() 1070 if (p->shader->info.output_semantic_name[i] != TGSI_SEMANTIC_POSITION) in i915_fixup_depth_write()
|
/third_party/mesa3d/src/gallium/drivers/svga/ |
D | svga_tgsi_decl_sm30.c | 45 case TGSI_SEMANTIC_POSITION: in translate_vs_ps_semantic() 185 if (semantic.Name == TGSI_SEMANTIC_POSITION) { in ps30_input() 368 case TGSI_SEMANTIC_POSITION: in ps30_output() 472 if (semantic.Name == TGSI_SEMANTIC_POSITION) { in vs30_output()
|
D | svga_tgsi.c | 291 case TGSI_SEMANTIC_POSITION: in svga_tgsi_to_gl_vert_attrib_semantic() 322 case TGSI_SEMANTIC_POSITION: in svga_tgsi_to_gl_varying_semantic() 380 case TGSI_SEMANTIC_POSITION: in svga_tgsi_to_gl_frag_result_semantic()
|
D | svga_swtnl_state.c | 239 src = draw_find_shader_output(draw, TGSI_SEMANTIC_POSITION, 0); in svga_swtnl_update_vdecl() 291 case TGSI_SEMANTIC_POSITION: in svga_swtnl_update_vdecl()
|
D | svga_state_vs.c | 60 dst = ureg_DECL_output(ureg, TGSI_SEMANTIC_POSITION, 0); in get_dummy_vertex_shader() 230 dst[0] = ureg_DECL_output(ureg, TGSI_SEMANTIC_POSITION, 0); in compile_passthrough_vs()
|
D | svga_link.c | 107 if (outshader_info->output_semantic_name[i] == TGSI_SEMANTIC_POSITION) { in svga_link_shaders()
|
/third_party/mesa3d/src/mesa/state_tracker/ |
D | st_cb_drawtex.c | 64 case TGSI_SEMANTIC_POSITION: in semantic_to_vert_attrib() 80 case TGSI_SEMANTIC_POSITION: in semantic_to_varying_slot() 240 semantic_names[0] = TGSI_SEMANTIC_POSITION; in st_DrawTex()
|
/third_party/mesa3d/src/gallium/drivers/freedreno/ |
D | freedreno_program.c | 155 struct ureg_dst out1 = ureg_DECL_output(ureg, TGSI_SEMANTIC_POSITION, 1); in fd_prog_blit_vs() 185 ureg_writemask(ureg_DECL_output(ureg, TGSI_SEMANTIC_POSITION, 0), in fd_prog_blit_fs()
|
/third_party/mesa3d/src/gallium/auxiliary/util/ |
D | u_pstipple.c | 212 if (decl->Semantic.Name == TGSI_SEMANTIC_POSITION) in pstip_transform_decl() 288 decl.Semantic.Name = TGSI_SEMANTIC_POSITION; in pstip_transform_prolog()
|
D | u_simple_shaders.c | 120 const enum tgsi_semantic semantic_names[] = {TGSI_SEMANTIC_POSITION, in util_make_layered_clear_vertex_shader() enumerator 413 depth = ureg_DECL_output(ureg, TGSI_SEMANTIC_POSITION, 0); in util_make_fs_blit_zs() 1050 out_depth = ureg_DECL_output(ureg, TGSI_SEMANTIC_POSITION, 0); in util_make_fs_pack_color_zs() 1114 case TGSI_SEMANTIC_POSITION: in util_make_tess_ctrl_passthrough_shader() 1135 tes_semantic_names[i] == TGSI_SEMANTIC_POSITION) { in util_make_tess_ctrl_passthrough_shader()
|
/third_party/mesa3d/src/gallium/drivers/softpipe/ |
D | sp_state_derived.c | 97 TGSI_SEMANTIC_POSITION, 0); in softpipe_compute_vertex_info() 126 case TGSI_SEMANTIC_POSITION: in softpipe_compute_vertex_info()
|
D | sp_fs_exec.c | 150 case TGSI_SEMANTIC_POSITION: in exec_run()
|
/third_party/mesa3d/src/gallium/auxiliary/vl/ |
D | vl_mc.c | 64 o_vpos = ureg_DECL_output(shader, TGSI_SEMANTIC_POSITION, VS_O_VPOS); in calc_position() 90 pos = ureg_DECL_system_value(shader, TGSI_SEMANTIC_POSITION, 0); in calc_line() 92 pos = ureg_DECL_fs_input(shader, TGSI_SEMANTIC_POSITION, VS_O_VPOS, in calc_line() 254 o_vpos = ureg_DECL_output(shader, TGSI_SEMANTIC_POSITION, VS_O_VPOS); in create_ycbcr_vert_shader()
|
/third_party/mesa3d/src/gallium/auxiliary/postprocess/ |
D | pp_program.c | 131 const enum tgsi_semantic semantic_names[] = { TGSI_SEMANTIC_POSITION, in pp_init_prog() enumerator
|
/third_party/mesa3d/src/nouveau/codegen/ |
D | nv50_ir_target_nv50.cpp | 584 case TGSI_SEMANTIC_POSITION: locs[SV_POSITION] = addr; break; in recordLocation() 593 if (var->sn == TGSI_SEMANTIC_POSITION && masks) in recordLocation()
|
/third_party/mesa3d/src/gallium/drivers/r300/ |
D | r300_fs.c | 71 case TGSI_SEMANTIC_POSITION: in r300_shader_read_fs_inputs() 106 case TGSI_SEMANTIC_POSITION: in find_output_registers()
|
D | r300_vs.c | 52 case TGSI_SEMANTIC_POSITION: in r300_shader_read_vs_outputs()
|
/third_party/mesa3d/src/gallium/auxiliary/draw/ |
D | draw_vs.c | 93 if (vs->info.output_semantic_name[i] == TGSI_SEMANTIC_POSITION && in draw_create_vertex_shader()
|
/third_party/mesa3d/src/gallium/tests/trivial/ |
D | tri.c | 220 { TGSI_SEMANTIC_POSITION, TGSI_SEMANTIC_COLOR }; in init_prog() enumerator
|
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_state_derived.c | 81 TGSI_SEMANTIC_POSITION, 0); in compute_vertex_info()
|