Home
last modified time | relevance | path

Searched refs:draw_pipe_passthrough_point (Results 1 – 11 of 11) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_pipe_util.c40 draw_pipe_passthrough_point(struct draw_stage *stage, struct prim_header *header) in draw_pipe_passthrough_point() function
Ddraw_pipe.h103 void draw_pipe_passthrough_point(struct draw_stage *stage, struct prim_header *header);
Ddraw_pipe_cull.c150 cull->stage.point = draw_pipe_passthrough_point; in draw_cull_stage()
Ddraw_pipe_twoside.c177 twoside->stage.point = draw_pipe_passthrough_point; in draw_twoside_stage()
Ddraw_pipe_wide_line.c200 wide->stage.point = draw_pipe_passthrough_point; in draw_wide_line_stage()
Ddraw_pipe_offset.c240 offset->stage.point = draw_pipe_passthrough_point; in draw_offset_stage()
Ddraw_pipe_unfilled.c284 unfilled->stage.point = draw_pipe_passthrough_point; in draw_unfilled_stage()
Ddraw_pipe_wide_point.c227 stage->point = draw_pipe_passthrough_point; in widepoint_first_point()
Ddraw_pipe_flatshade.c321 flatshade->stage.point = draw_pipe_passthrough_point; in draw_flatshade_stage()
Ddraw_pipe_pstipple.c307 pstip->stage.point = draw_pipe_passthrough_point; in draw_pstip_stage()
Ddraw_pipe_aaline.c602 aaline->stage.point = draw_pipe_passthrough_point; in draw_aaline_stage()