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

/external/mesa3d/src/mesa/swrast/
H A Ds_tritemp.h414 const GLfloat wMax = vMax->attrib[FRAG_ATTRIB_WPOS][3]; local
418 const GLfloat eMaj_dw = wMax - wMin;
431 GLfloat eMaj_da = vMax->attrib[attr][c] * wMax - vMin->attrib[attr][c] * wMin;
/external/deqp/modules/gles31/functional/
H A Des31fPrimitiveBoundingBoxTests.cpp96 const float wMax = de::max(0.0f, bbox.max.w()); local
100 bbox.min.swizzle(0, 1, 2) / wMax);
102 bbox.max.swizzle(0, 1, 2) / wMax);

Completed in 69 milliseconds