Home
last modified time | relevance | path

Searched refs:wMax (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/src/Shader/
DSetupRoutine.cpp299 Float wMax = Max(Max(w0, w1), w2); in generate() local
301 conditionalRotate1(wMax == w1, v0, v1, v2); in generate()
302 conditionalRotate2(wMax == w2, v0, v1, v2); in generate()
/external/mesa3d/src/mesa/swrast/
Ds_tritemp.h419 const GLfloat wMax = vMax->attrib[VARYING_SLOT_POS][3]; in NAME() local
423 const GLfloat eMaj_dw = wMax - wMin; in NAME()
436 GLfloat eMaj_da = vMax->attrib[attr][c] * wMax - vMin->attrib[attr][c] * wMin; in NAME()
/external/deqp/modules/gles31/functional/
Des31fPrimitiveBoundingBoxTests.cpp96 const float wMax = de::max(0.0f, bbox.max.w()); in projectBoundingBox() local
100 bbox.min.swizzle(0, 1, 2) / wMax); in projectBoundingBox()
102 bbox.max.swizzle(0, 1, 2) / wMax); in projectBoundingBox()