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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/draw/
H A Ddraw_pipe_clip.c54 struct clip_stage { struct
76 static inline struct clip_stage *clip_stage(struct draw_stage *stage) function in typeref:struct:clip_stage *
78 return (struct clip_stage *)stage;
121 const struct clip_stage *clipper = clip_stage(stage);
131 static void interp(const struct clip_stage *clip,
222 const struct clip_stage *clipper = clip_stage(stage);
311 static inline float getclipdist(const struct clip_stage *clippe
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/draw/
H A Ddraw_pipe_clip.c54 struct clip_stage { struct
76 static inline struct clip_stage *clip_stage(struct draw_stage *stage) function in typeref:struct:clip_stage *
78 return (struct clip_stage *)stage;
121 const struct clip_stage *clipper = clip_stage(stage);
131 static void interp(const struct clip_stage *clip,
222 const struct clip_stage *clipper = clip_stage(stage);
311 static inline float getclipdist(const struct clip_stage *clippe
[all...]

Completed in 3 milliseconds