Home
last modified time | relevance | path

Searched defs:dvdy (Results 1 – 12 of 12) sorted by relevance

/external/deqp/modules/gles2/functional/
Des2fTextureUnitTests.cpp224 float dvdy = derivateParts.w() * (float)textureSize.y() * screenDerivate.y(); in calculateLodMax() local
235 float dvdy = derivateParts.w() * (float)textureSize.y() * screenDerivate.y(); in calculateLodMin() local
Des2fShaderTextureFunctionTests.cpp353 …float dvdy = (m_lookupSpec.maxCoord[1]-m_lookupSpec.minCoord[1])*proj*(float)m_textureSpec.height … in initTexture() local
398 float dvdy = (c01.t - c00.t)*(float)m_textureSpec.height / (float)viewportSize[1]; in initTexture() local
/external/deqp/modules/gles3/functional/
Des3fShaderTextureFunctionTests.cpp599 …float dvdy = (m_lookupSpec.maxCoord[1]-m_lookupSpec.minCoord[1])*proj*(float)m_textureSpec.height … in initTexture() local
657 float dvdy = (c01.t - c00.t)*(float)m_textureSpec.height / (float)viewportSize[1]; in initTexture() local
693 …float dvdy = (m_lookupSpec.maxCoord[1]-m_lookupSpec.minCoord[1])*proj*(float)m_textureSpec.height … in initTexture() local
723 …float dvdy = (m_lookupSpec.maxCoord[1]-m_lookupSpec.minCoord[1])*proj*(float)m_textureSpec.height … in initTexture() local
Des3fTextureUnitTests.cpp304 float dvdy = derivateParts[1].y() * (float)textureSize.y() * screenDerivate.y(); in calculateLodMax() local
320 float dvdy = derivateParts[1].y() * (float)textureSize.y() * screenDerivate.y(); in calculateLodMin() local
Des3fVertexTextureTests.cpp1301 const float dvdy = (trans01.y() - trans00.y()) * (float)texHeight / dstSize.y(); in calculateLod() local
1642 const float dvdy = (trans01.y() - trans00.y()) * (float)srcHeight / dstSize.y(); in calculateLod() local
/external/opencv3/modules/videostab/src/
Dinpainting.cpp254 float dudx = 0.f, dvdx = 0.f, dudy = 0.f, dvdy = 0.f; in operator ()() local
/external/mesa3d/src/mesa/swrast/
Ds_aaline.c197 GLfloat dvdy = tPlane[1] / tPlane[2] * invQ * height; in compute_lambda() local
Ds_span.c421 GLfloat dvdy = texH * ((t + dtdy) / (q + dqdy) - t * invQ); in _swrast_compute_lambda() local
Ds_texfilter.c1646 const GLfloat dudy, const GLfloat dvdy, const GLint lod, in sample_2d_ewa()
1773 const GLfloat dudy, const GLfloat dvdy, const GLint lod, in sample_2d_footprint()
1918 GLfloat dvdy = texH * ((t + dtdy) / (q + dqdy) - t * invQ); in sample_lambda_2d_aniso() local
/external/deqp/modules/glshared/
DglsTextureTestUtil.cpp247 float computeLodFromDerivates (LodMode mode, float dudx, float dvdx, float dudy, float dvdy) in computeLodFromDerivates()
287 …romDerivates (LodMode mode, float dudx, float dvdx, float dwdx, float dudy, float dvdy, float dwdy) in computeLodFromDerivates()
362 float dvdy = triDerivateY(v, projection, wy, height, wx/width); in computeProjectedTriLod() local
375 float dvdy = triDerivateY(v, projection, wy, height, wx/width); in computeProjectedTriLod() local
641 const float dvdy = float(faceSize) * 0.5f * (tcdy*ma - tc*mady) / (ma*ma); in computeCubeLodFromDerivates() local
/external/deqp/framework/common/
DtcuTexLookupVerifier.cpp2120 …t float dudx, const float dvdx, const float dwdx, const float dudy, const float dvdy, const float … in computeLodBoundsFromDerivates()
2137 …romDerivates (const float dudx, const float dvdx, const float dudy, const float dvdy, const LodPre… in computeLodBoundsFromDerivates()
2181 const float dvdy = float(faceSize) * 0.5f * (tcdy*ma - tc*mady) / (ma*ma); in computeCubeLodBoundsFromDerivates() local
/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_tex_sample.c1636 const float dudy, const float dvdy, in img_filter_2d_ewa()
1833 float dvdy = (t[QUAD_TOP_LEFT] - t[QUAD_BOTTOM_LEFT]) * t_to_v; in mip_filter_linear_aniso() local