Searched defs:dwdx (Results 1 – 6 of 6) sorted by relevance
/external/mesa3d/src/mesa/swrast/ |
D | s_span.c | 184 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/ |
D | es3fTextureUnitTests.cpp | 305 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
|
D | es3fShaderTextureFunctionTests.cpp | 724 …float dwdx = (m_lookupSpec.maxCoord[2]-m_lookupSpec.minCoord[2])*0.5f*proj*(float)m_textureSpec.de… in initTexture() local
|
D | es3fVertexTextureTests.cpp | 1643 const float dwdx = (trans10.z() - trans00.z()) * (float)srcDepth / dstSize.x(); in calculateLod() local
|
/external/deqp/modules/glshared/ |
D | glsTextureTestUtil.cpp | 287 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/ |
D | tcuTexLookupVerifier.cpp | 2120 Vec2 computeLodBoundsFromDerivates (const float dudx, const float dvdx, const float dwdx, const flo… in computeLodBoundsFromDerivates()
|