Searched refs:draw_pipe_passthrough_line (Results 1 - 20 of 20) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/draw/
H A Ddraw_pipe.h101 void draw_pipe_passthrough_line(struct draw_stage *stage, struct prim_header *header);
H A Ddraw_pipe_util.c46 draw_pipe_passthrough_line(struct draw_stage *stage, struct prim_header *header) function in typeref:typename:void
H A Ddraw_pipe_twoside.c178 twoside->stage.line = draw_pipe_passthrough_line;
H A Ddraw_pipe_cull.c223 stage->line = draw_pipe_passthrough_line;
H A Ddraw_pipe_offset.c241 offset->stage.line = draw_pipe_passthrough_line;
H A Ddraw_pipe_unfilled.c285 unfilled->stage.line = draw_pipe_passthrough_line;
H A Ddraw_pipe_wide_point.c318 wide->stage.line = draw_pipe_passthrough_line;
H A Ddraw_pipe_pstipple.c298 pstip->stage.line = draw_pipe_passthrough_line;
H A Ddraw_pipe_aaline.c490 stage->line = draw_pipe_passthrough_line;
H A Ddraw_pipe_aapoint.c672 aapoint->stage.line = draw_pipe_passthrough_line;
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/draw/
H A Ddraw_pipe.h102 void draw_pipe_passthrough_line(struct draw_stage *stage, struct prim_header *header);
H A Ddraw_pipe_util.c46 draw_pipe_passthrough_line(struct draw_stage *stage, struct prim_header *header) function in typeref:typename:void
H A Ddraw_pipe_cull.c151 cull->stage.line = draw_pipe_passthrough_line;
H A Ddraw_pipe_twoside.c178 twoside->stage.line = draw_pipe_passthrough_line;
H A Ddraw_pipe_offset.c241 offset->stage.line = draw_pipe_passthrough_line;
H A Ddraw_pipe_unfilled.c285 unfilled->stage.line = draw_pipe_passthrough_line;
H A Ddraw_pipe_wide_point.c318 wide->stage.line = draw_pipe_passthrough_line;
H A Ddraw_pipe_pstipple.c309 pstip->stage.line = draw_pipe_passthrough_line;
H A Ddraw_pipe_aaline.c512 stage->line = draw_pipe_passthrough_line;
H A Ddraw_pipe_aapoint.c705 aapoint->stage.line = draw_pipe_passthrough_line;

Completed in 18 milliseconds