Home
last modified time | relevance | path

Searched defs:dudy (Results 1 – 10 of 10) sorted by relevance

/external/deqp/modules/gles2/functional/
Des2fTextureUnitTests.cpp222 float dudy = derivateParts.y() * (float)textureSize.x() * screenDerivate.y(); in calculateLodMax() local
233 float dudy = derivateParts.y() * (float)textureSize.x() * screenDerivate.y(); in calculateLodMin() local
/external/deqp/modules/gles3/functional/
Des3fTextureUnitTests.cpp302 float dudy = derivateParts[0].y() * (float)textureSize.x() * screenDerivate.y(); in calculateLodMax() local
318 float dudy = derivateParts[0].y() * (float)textureSize.x() * screenDerivate.y(); in calculateLodMin() local
Des3fVertexTextureTests.cpp1299 const float dudy = (trans01.x() - trans00.x()) * (float)texWidth / dstSize.y(); in calculateLod() local
1640 const float dudy = (trans01.x() - trans00.x()) * (float)srcWidth / 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/deqp/modules/glshared/
DglsTextureTestUtil.cpp216 float computeLodFromDerivates (LodMode mode, float dudx, float dudy) in computeLodFromDerivates()
247 float computeLodFromDerivates (LodMode mode, float dudx, float dvdx, float dudy, float dvdy) in computeLodFromDerivates()
287 float computeLodFromDerivates (LodMode mode, float dudx, float dvdx, float dwdx, float dudy, float … in computeLodFromDerivates()
350 float dudy = triDerivateY(u, projection, wy, height, wx/width); in computeProjectedTriLod() local
361 float dudy = triDerivateY(u, projection, wy, height, wx/width); in computeProjectedTriLod() local
374 float dudy = triDerivateY(u, projection, wy, height, wx/width); in computeProjectedTriLod() local
640 const float dudy = float(faceSize) * 0.5f * (scdy*ma - sc*mady) / (ma*ma); in computeCubeLodFromDerivates() local
/external/mesa3d/src/mesa/swrast/
Ds_aaline.c195 GLfloat dudy = sPlane[1] / sPlane[2] * invQ * width; in compute_lambda() local
Ds_span.c420 GLfloat dudy = texW * ((s + dsdy) / (q + dqdy) - s * 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()
1917 GLfloat dudy = texW * ((s + dsdy) / (q + dqdy) - s * invQ); in sample_lambda_2d_aniso() local
/external/deqp/framework/common/
DtcuTexLookupVerifier.cpp2120 …romDerivates (const float dudx, const float dvdx, const float dwdx, const float dudy, const float … in computeLodBoundsFromDerivates()
2137 Vec2 computeLodBoundsFromDerivates (const float dudx, const float dvdx, const float dudy, const flo… in computeLodBoundsFromDerivates()
2142 Vec2 computeLodBoundsFromDerivates (const float dudx, const float dudy, const LodPrecision& prec) in computeLodBoundsFromDerivates()
2180 const float dudy = float(faceSize) * 0.5f * (scdy*ma - sc*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()
1831 float dudy = (s[QUAD_TOP_LEFT] - s[QUAD_BOTTOM_LEFT]) * s_to_u; in mip_filter_linear_aniso() local