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

  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_aalinetemp.h 159 const GLfloat invW0 = v0->attrib[FRAG_ATTRIB_WPOS][3];
162 compute_plane(line.x0, line.y0, line.x1, line.y1, invW0, invW1, line.wPlane);
172 const GLfloat a0 = v0->attrib[attr][c] * invW0;
s_aatritemp.h 137 const GLfloat invW0 = v0->attrib[FRAG_ATTRIB_WPOS][3];
140 compute_plane(p0, p1, p2, invW0, invW1, invW2, wPlane);
152 const GLfloat a0 = v0->attrib[attr][c] * invW0;
  /external/mesa3d/src/mesa/swrast/
s_aalinetemp.h 159 const GLfloat invW0 = v0->attrib[FRAG_ATTRIB_WPOS][3];
162 compute_plane(line.x0, line.y0, line.x1, line.y1, invW0, invW1, line.wPlane);
172 const GLfloat a0 = v0->attrib[attr][c] * invW0;
s_aatritemp.h 137 const GLfloat invW0 = v0->attrib[FRAG_ATTRIB_WPOS][3];
140 compute_plane(p0, p1, p2, invW0, invW1, invW2, wPlane);
152 const GLfloat a0 = v0->attrib[attr][c] * invW0;

Completed in 1314 milliseconds