Searched defs:dwdy (Results 1 – 7 of 7) sorted by relevance
/third_party/vk-gl-cts/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
|
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_state_fs_linear.c | 265 float w0, float dwdx, float dwdy) in init_nearest_sampler()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/ |
D | vktShaderRenderTextureFunctionTests.cpp | 322 …romDerivates (LodMode mode, float dudx, float dvdx, float dwdx, float dudy, float dvdy, float dwdy) in computeLodFromDerivates() 1032 …float dwdy = (m_lookupSpec.maxCoord[2]-m_lookupSpec.minCoord[2])*0.5f*proj*(float)m_textureSpec.de… in initTexture() local 2717 …const float dwdy = (m_maxCoord[2]-m_minCoord[2])*0.5f*(float)m_textureSpec.depth / (float)viewport… in TextureQueryLodInstance() local
|
/third_party/vk-gl-cts/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
|
/third_party/vk-gl-cts/framework/common/ |
D | tcuTexLookupVerifier.cpp | 2211 …t float dvdx, const float dwdx, const float dudy, const float dvdy, const float dwdy, const LodPre… in computeLodBoundsFromDerivates()
|