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

/external/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_pipe_clip.c57 struct clip_stage { struct
72 static INLINE struct clip_stage *clip_stage( struct draw_stage *stage ) function
74 return (struct clip_stage *)stage;
102 const struct clip_stage *clipper = clip_stage(stage);
114 static void interp( const struct clip_stage *clip,
275 static INLINE float getclipdist(const struct clip_stage *clipper,
301 struct clip_stage *clipper = clip_stage( stag
[all...]

Completed in 83 milliseconds