HomeSort by relevance Sort by last modified time
    Searched refs:clipvertex (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
draw_cliptest_tmp.h 61 float *clipvertex = position; local
64 clipvertex = out->data[cv];
67 out->clip[i] = clipvertex[i];
107 * and the shader has written to it, otherwise use clipvertex
122 if (dot4(clipvertex, plane[plane_idx]) < 0)
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_cliptest_tmp.h 61 float *clipvertex = position; local
64 clipvertex = out->data[cv];
67 out->clip[i] = clipvertex[i];
107 * and the shader has written to it, otherwise use clipvertex
122 if (dot4(clipvertex, plane[plane_idx]) < 0)

Completed in 758 milliseconds