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

/external/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_pipe_clip.c275 static INLINE float getclipdist(const struct clip_stage *clipper, function
338 dp_prev = getclipdist(clipper, vert_prev, plane_idx);
351 float dp = getclipdist(clipper, vert, plane_idx);
479 const float dp0 = getclipdist(clipper, v0, plane_idx);
480 const float dp1 = getclipdist(clipper, v1, plane_idx);

Completed in 152 milliseconds