Home
last modified time | relevance | path

Searched defs:dwdx (Results 1 – 6 of 6) sorted by relevance

/external/mesa3d/src/mesa/swrast/
Ds_span.c184 const GLfloat dwdx = span->attrStepX[FRAG_ATTRIB_WPOS][3]; in interpolate_active_attribs() local
527 const GLfloat dwdx = span->attrStepX[FRAG_ATTRIB_WPOS][3]; in interpolate_texcoords() local
568 const GLfloat dwdx = span->attrStepX[FRAG_ATTRIB_WPOS][3]; in interpolate_texcoords() local
/external/deqp/modules/gles3/functional/
Des3fTextureUnitTests.cpp305 float dwdx = derivateParts[2].x() * (float)textureSize.z() * screenDerivate.x(); in calculateLodMax() local
321 float dwdx = derivateParts[2].x() * (float)textureSize.z() * screenDerivate.x(); in calculateLodMin() local
Des3fShaderTextureFunctionTests.cpp724 …float dwdx = (m_lookupSpec.maxCoord[2]-m_lookupSpec.minCoord[2])*0.5f*proj*(float)m_textureSpec.de… in initTexture() local
Des3fVertexTextureTests.cpp1643 const float dwdx = (trans10.z() - trans00.z()) * (float)srcDepth / dstSize.x(); in calculateLod() local
/external/deqp/modules/glshared/
DglsTextureTestUtil.cpp287 float computeLodFromDerivates (LodMode mode, float dudx, float dvdx, float dwdx, float dudy, float … in computeLodFromDerivates()
373 float dwdx = triDerivateX(w, projection, wx, width, wy/height); in computeProjectedTriLod() local
/external/deqp/framework/common/
DtcuTexLookupVerifier.cpp2120 Vec2 computeLodBoundsFromDerivates (const float dudx, const float dvdx, const float dwdx, const flo… in computeLodBoundsFromDerivates()