Searched refs:draw_pipe_passthrough_point (Results 1 - 22 of 22) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/draw/
H A Ddraw_pipe.h102 void draw_pipe_passthrough_point(struct draw_stage *stage, struct prim_header *header);
H A Ddraw_pipe_util.c40 draw_pipe_passthrough_point(struct draw_stage *stage, struct prim_header *header) function in typeref:typename:void
H A Ddraw_pipe_twoside.c177 twoside->stage.point = draw_pipe_passthrough_point;
H A Ddraw_pipe_cull.c208 stage->point = draw_pipe_passthrough_point;
H A Ddraw_pipe_offset.c240 offset->stage.point = draw_pipe_passthrough_point;
H A Ddraw_pipe_unfilled.c284 unfilled->stage.point = draw_pipe_passthrough_point;
H A Ddraw_pipe_wide_line.c200 wide->stage.point = draw_pipe_passthrough_point;
H A Ddraw_pipe_wide_point.c227 stage->point = draw_pipe_passthrough_point;
H A Ddraw_pipe_flatshade.c321 flatshade->stage.point = draw_pipe_passthrough_point;
H A Ddraw_pipe_pstipple.c297 pstip->stage.point = draw_pipe_passthrough_point;
H A Ddraw_pipe_aaline.c570 aaline->stage.point = draw_pipe_passthrough_point;
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/draw/
H A Ddraw_pipe.h103 void draw_pipe_passthrough_point(struct draw_stage *stage, struct prim_header *header);
H A Ddraw_pipe_util.c40 draw_pipe_passthrough_point(struct draw_stage *stage, struct prim_header *header) function in typeref:typename:void
H A Ddraw_pipe_cull.c150 cull->stage.point = draw_pipe_passthrough_point;
H A Ddraw_pipe_twoside.c177 twoside->stage.point = draw_pipe_passthrough_point;
H A Ddraw_pipe_offset.c240 offset->stage.point = draw_pipe_passthrough_point;
H A Ddraw_pipe_unfilled.c284 unfilled->stage.point = draw_pipe_passthrough_point;
H A Ddraw_pipe_wide_line.c200 wide->stage.point = draw_pipe_passthrough_point;
H A Ddraw_pipe_wide_point.c227 stage->point = draw_pipe_passthrough_point;
H A Ddraw_pipe_flatshade.c321 flatshade->stage.point = draw_pipe_passthrough_point;
H A Ddraw_pipe_pstipple.c308 pstip->stage.point = draw_pipe_passthrough_point;
H A Ddraw_pipe_aaline.c592 aaline->stage.point = draw_pipe_passthrough_point;

Completed in 13 milliseconds