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.c57 struct clip_stage { struct
72 static INLINE struct clip_stage *clip_stage( struct draw_stage *stage ) in clip_stage() argument
74 return (struct clip_stage *)stage; in clip_stage()
102 const struct clip_stage *clipper = clip_stage(stage); in copy_flat()
114 static void interp( const struct clip_stage *clip, in interp()
275 static INLINE float getclipdist(const struct clip_stage *clipper, in getclipdist()
301 struct clip_stage *clipper = clip_stage( stage ); in do_clip_tri()
470 const struct clip_stage *clipper = clip_stage( stage ); in do_clip_line()
573 struct clip_stage *clipper = clip_stage( stage ); in clip_init_state()
705 struct clip_stage *clipper = CALLOC_STRUCT(clip_stage); in draw_clip_stage()