Searched defs:dwdy (Results 1 – 6 of 6) sorted by relevance
/external/deqp/modules/gles3/functional/ |
D | es3fTextureUnitTests.cpp | 307 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
|
D | es3fShaderTextureFunctionTests.cpp | 725 …float dwdy = (m_lookupSpec.maxCoord[2]-m_lookupSpec.minCoord[2])*0.5f*proj*(float)m_textureSpec.de… in initTexture() local
|
D | es3fVertexTextureTests.cpp | 1646 const float dwdy = (trans01.z() - trans00.z()) * (float)srcDepth / dstSize.y(); in calculateLod() local
|
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/ |
D | vktShaderRenderTextureFunctionTests.cpp | 321 …romDerivates (LodMode mode, float dudx, float dvdx, float dwdx, float dudy, float dvdy, float dwdy) in computeLodFromDerivates() 1018 …float dwdy = (m_lookupSpec.maxCoord[2]-m_lookupSpec.minCoord[2])*0.5f*proj*(float)m_textureSpec.de… in initTexture() local 2514 …const float dwdy = (m_maxCoord[2]-m_minCoord[2])*0.5f*(float)m_textureSpec.depth / (float)viewport… in TextureQueryLodInstance() local
|
/external/deqp/framework/opengl/ |
D | gluTextureTestUtil.cpp | 250 …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/ |
D | tcuTexLookupVerifier.cpp | 2206 …t float dvdx, const float dwdx, const float dudy, const float dvdy, const float dwdy, const LodPre… in computeLodBoundsFromDerivates()
|