Home
last modified time | relevance | path

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

/external/deqp/modules/gles3/functional/
Des3fTextureUnitTests.cpp307 float dwdy = derivateParts[2].y() * (float)textureSize.z() * screenDerivate.y(); in calculateLodMax() local
323 float dwdy = derivateParts[2].y() * (float)textureSize.z() * screenDerivate.y(); in calculateLodMin() local
Des3fShaderTextureFunctionTests.cpp725 …float dwdy = (m_lookupSpec.maxCoord[2]-m_lookupSpec.minCoord[2])*0.5f*proj*(float)m_textureSpec.de… in initTexture() local
Des3fVertexTextureTests.cpp1646 const float dwdy = (trans01.z() - trans00.z()) * (float)srcDepth / dstSize.y(); in calculateLod() local
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderTextureFunctionTests.cpp298 …romDerivates (LodMode mode, float dudx, float dvdx, float dwdx, float dudy, float dvdy, float dwdy) in computeLodFromDerivates()
817 …float dwdy = (m_lookupSpec.maxCoord[2]-m_lookupSpec.minCoord[2])*0.5f*proj*(float)m_textureSpec.de… in initTexture() local
2134 …const float dwdy = (m_maxCoord[2]-m_minCoord[2])*0.5f*(float)m_textureSpec.depth / (float)viewport… in TextureQueryLodInstance() local
/external/deqp/framework/opengl/
DgluTextureTestUtil.cpp250 …romDerivates (LodMode mode, float dudx, float dvdx, float dwdx, float dudy, float dvdy, float dwdy) in computeLodFromDerivates()
339 float dwdy = triDerivateY(w, projection, wy, height, wx/width); in computeProjectedTriLod() local
/external/deqp/framework/common/
DtcuTexLookupVerifier.cpp2120 …t float dvdx, const float dwdx, const float dudy, const float dvdy, const float dwdy, const LodPre… in computeLodBoundsFromDerivates()