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

  /external/mesa3d/src/mesa/swrast/
s_tritemp.h 419 const GLfloat wMax = vMax->attrib[VARYING_SLOT_POS][3];
423 const GLfloat eMaj_dw = wMax - wMin;
436 GLfloat eMaj_da = vMax->attrib[attr][c] * wMax - vMin->attrib[attr][c] * wMin;
    [all...]
  /external/swiftshader/src/Shader/
SetupRoutine.cpp 301 Float wMax = Max(Max(w0, w1), w2);
303 conditionalRotate1(wMax == w1, v0, v1, v2);
304 conditionalRotate2(wMax == w2, v0, v1, v2);
  /external/deqp/modules/gles31/functional/
es31fPrimitiveBoundingBoxTests.cpp 97 const float wMax = de::max(0.0f, bbox.max.w());
101 bbox.min.swizzle(0, 1, 2) / wMax);
103 bbox.max.swizzle(0, 1, 2) / wMax);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winuser.h     [all...]

Completed in 138 milliseconds