Home
last modified time | relevance | path

Searched refs:draw_current_shader_position_output (Results 1 – 14 of 14) sorted by relevance

/aosp_15_r20/external/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_pipe_cull.c62 const unsigned pos = draw_current_shader_position_output(stage->draw); in cull_tri()
H A Ddraw_cliptest_tmp.h38 const unsigned pos = draw_current_shader_position_output(pvs->draw); in TAG()
H A Ddraw_pipe_wide_line.c52 const unsigned pos = draw_current_shader_position_output(stage->draw); in wideline_line()
H A Ddraw_pipe_offset.c65 const unsigned pos = draw_current_shader_position_output(stage->draw); in do_offset_tri()
H A Ddraw_private.h444 unsigned draw_current_shader_position_output(const struct draw_context *draw);
H A Ddraw_pipe_stipple.c126 const unsigned pos = draw_current_shader_position_output(stage->draw); in stipple_line()
H A Ddraw_pipe_wide_point.c129 const unsigned pos = draw_current_shader_position_output(stage->draw); in widepoint_point()
H A Ddraw_pt_so_emit.c96 emit->pos_idx = draw_current_shader_position_output(draw); in draw_pt_so_emit_prepare()
H A Ddraw_pt_fetch_shade_pipeline.c346 if (draw_current_shader_position_output(draw) != -1) { in fetch_pipeline_generic()
H A Ddraw_pipe_aapoint.c664 aapoint->pos_slot = draw_current_shader_position_output(draw); in draw_aapoint_prepare_outputs()
H A Ddraw_pipe_aaline.c715 aaline->pos_slot = draw_current_shader_position_output(draw); in draw_aaline_prepare_outputs()
H A Ddraw_pt_fetch_shade_pipeline_llvm.c688 if (draw_current_shader_position_output(draw) != -1) { in llvm_pipeline_generic()
H A Ddraw_context.c890 draw_current_shader_position_output(const struct draw_context *draw) in draw_current_shader_position_output() function
H A Ddraw_pipe_clip.c823 clipper->pos_attr = draw_current_shader_position_output(draw); in clip_init_state()