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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/draw/
H A Ddraw_pipe_clip.c311 static inline float getclipdist(const struct clip_stage *clipper, function in typeref:typename:float
423 dp_prev = getclipdist(clipper, vert_prev, plane_idx);
440 float dp = getclipdist(clipper, vert, plane_idx);
586 const float dp0 = getclipdist(clipper, v0, plane_idx);
587 const float dp1 = getclipdist(clipper, v1, plane_idx);
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/draw/
H A Ddraw_pipe_clip.c311 static inline float getclipdist(const struct clip_stage *clipper, function in typeref:typename:float
423 dp_prev = getclipdist(clipper, vert_prev, plane_idx);
440 float dp = getclipdist(clipper, vert, plane_idx);
597 const float dp0 = getclipdist(clipper, v0, plane_idx);
598 const float dp1 = getclipdist(clipper, v1, plane_idx);

Completed in 4 milliseconds