Searched refs:wMin (Results 1 - 5 of 5) sorted by relevance

/external/mesa3d/src/mesa/swrast/
H A Ds_tritemp.h420 const GLfloat wMin = vMin->attrib[VARYING_SLOT_POS][3]; local
423 const GLfloat eMaj_dw = wMax - wMin;
424 const GLfloat eBot_dw = wMid - wMin;
436 GLfloat eMaj_da = vMax->attrib[attr][c] * wMax - vMin->attrib[attr][c] * wMin;
437 GLfloat eBot_da = vMid->attrib[attr][c] * wMid - vMin->attrib[attr][c] * wMin;
/external/swiftshader/third_party/PowerVR_SDK/Tools/
H A DPVRTTexture.h556 @param[in] wMin Minimum size of a texture level
567 const unsigned int wMin,
H A DPVRTTexture.cpp103 @Input wMin Minimum size of a texture level
114 const unsigned int wMin,
128 len += PVRT_MAX(wTmp, wMin) * PVRT_MAX(hTmp, hMin);
111 PVRTTextureCreate( const unsigned int w, const unsigned int h, const unsigned int wMin, const unsigned int hMin, const unsigned int nBPP, const bool bMIPMap) argument
/external/deqp/modules/gles31/functional/
H A Des31fPrimitiveBoundingBoxTests.cpp96 const float wMin = de::max(0.0f, bbox.min.w()); // clamp to w=0 as extension requires local
100 retVal.min = tcu::min(bbox.min.swizzle(0, 1, 2) / wMin,
102 retVal.max = tcu::max(bbox.max.swizzle(0, 1, 2) / wMin,
/external/valgrind/helgrind/
H A Dlibhb_core.c2947 VtsID rMin, wMin; local
2949 wMin = SVal__unC_Wmin(old_sv);
2951 remap_VtsID( old_tab, new_tab, &wMin );
2952 new_sv = SVal__mkC( rMin, wMin );

Completed in 207 milliseconds