Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_pipe_clip.c59 struct clip_stage { struct
81 static inline struct clip_stage *clip_stage(struct draw_stage *stage) in clip_stage() argument
83 return (struct clip_stage *)stage; in clip_stage()
126 const struct clip_stage *clipper = clip_stage(stage); in copy_flat()
136 static void interp(const struct clip_stage *clip, in interp()
223 is_tri_null(const struct clip_stage *clip, const struct prim_header *header) in is_tri_null()
251 const struct clip_stage *clipper = clip_stage(stage); in emit_poly()
356 static inline float getclipdist(const struct clip_stage *clipper, in getclipdist()
395 struct clip_stage *clipper = clip_stage( stage ); in do_clip_tri()
606 const struct clip_stage *clipper = clip_stage(stage); in do_clip_line()
[all …]