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

  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_span.c 184 const GLfloat dwdx = span->attrStepX[FRAG_ATTRIB_WPOS][3]; local
205 w += dwdx;
527 const GLfloat dwdx = span->attrStepX[FRAG_ATTRIB_WPOS][3]; local
528 GLfloat w = span->attrStart[FRAG_ATTRIB_WPOS][3] + span->leftClip * dwdx;
542 w += dwdx;
568 const GLfloat dwdx = span->attrStepX[FRAG_ATTRIB_WPOS][3]; local
569 GLfloat w = span->attrStart[FRAG_ATTRIB_WPOS][3] + span->leftClip * dwdx;
581 w += dwdx;
    [all...]
  /external/mesa3d/src/mesa/swrast/
s_span.c 184 const GLfloat dwdx = span->attrStepX[FRAG_ATTRIB_WPOS][3]; local
205 w += dwdx;
527 const GLfloat dwdx = span->attrStepX[FRAG_ATTRIB_WPOS][3]; local
528 GLfloat w = span->attrStart[FRAG_ATTRIB_WPOS][3] + span->leftClip * dwdx;
542 w += dwdx;
568 const GLfloat dwdx = span->attrStepX[FRAG_ATTRIB_WPOS][3]; local
569 GLfloat w = span->attrStart[FRAG_ATTRIB_WPOS][3] + span->leftClip * dwdx;
581 w += dwdx;
    [all...]
  /external/deqp/framework/common/
tcuTexLookupVerifier.hpp 103 Vec2 computeLodBoundsFromDerivates (const float dudx, const float dvdx, const float dwdx, const float dudy, const float dvdy, const float dwdy, const LodPrecision& prec);
tcuTexLookupVerifier.cpp     [all...]
  /system/core/libpixelflinger/
scanline.cpp 1920 const int32_t dwdx = c->shade.dwdx << SPAN_BITS; local
    [all...]
pixelflinger.cpp 264 c->shade.dwdx = grad[1];
  /external/deqp/modules/gles3/functional/
es3fTextureUnitTests.cpp 305 float dwdx = derivateParts[2].x() * (float)textureSize.z() * screenDerivate.x(); local
310 const float mw = de::max(de::abs(dwdx), de::abs(dwdy));
321 float dwdx = derivateParts[2].x() * (float)textureSize.z() * screenDerivate.x(); local
326 const float mw = de::max(de::abs(dwdx), de::abs(dwdy));
    [all...]
es3fVertexTextureTests.cpp 1643 const float dwdx = (trans10.z() - trans00.z()) * (float)srcDepth \/ dstSize.x(); local
    [all...]
es3fShaderTextureFunctionTests.cpp 279 inline float computeLodFromDerivates (float dudx, float dvdx, float dwdx, float dudy, float dvdy, float dwdy)
287 p = de::max(deFloatSqrt(dudx*dudx + dvdx*dvdx + dwdx*dwdx), deFloatSqrt(dudy*dudy + dvdy*dvdy + dwdy*dwdy));
295 float mw = de::max(deFloatAbs(dwdx), deFloatAbs(dwdy));
787 float dwdx = (m_lookupSpec.maxCoord[2]-m_lookupSpec.minCoord[2])*0.5f*proj*m_textureSpec.depth \/ (float)viewportSize[0]; local
    [all...]
  /system/core/include/private/pixelflinger/
ggl_context.h 471 GGLfixed dwdx; member in struct:android::shade_t
  /external/deqp/modules/glshared/
glsTextureTestUtil.cpp 296 inline float computeLodFromDerivates (LodMode mode, float dudx, float dvdx, float dwdx, float dudy, float dvdy, float dwdy)
302 p = de::max(deFloatSqrt(dudx*dudx + dvdx*dvdx + dwdx*dwdx), deFloatSqrt(dudy*dudy + dvdy*dvdy + dwdy*dwdy));
310 float mw = de::max(deFloatAbs(dwdx), deFloatAbs(dwdy));
382 float dwdx = triDerivateX(w, projection, wx, width, wy/height); local
387 return computeLodFromDerivates(mode, dudx, dvdx, dwdx, dudy, dvdy, dwdy);
    [all...]

Completed in 271 milliseconds