Searched defs:dvdx (Results 1 – 10 of 10) sorted by relevance
/external/deqp/modules/gles2/functional/ |
D | es2fTextureUnitTests.cpp | 223 float dvdx = derivateParts.z() * (float)textureSize.y() * screenDerivate.x(); in calculateLodMax() local 234 float dvdx = derivateParts.z() * (float)textureSize.y() * screenDerivate.x(); in calculateLodMin() local
|
/external/deqp/modules/gles3/functional/ |
D | es3fTextureUnitTests.cpp | 303 float dvdx = derivateParts[1].x() * (float)textureSize.y() * screenDerivate.x(); in calculateLodMax() local 319 float dvdx = derivateParts[1].x() * (float)textureSize.y() * screenDerivate.x(); in calculateLodMin() local
|
D | es3fVertexTextureTests.cpp | 1300 const float dvdx = (trans10.y() - trans00.y()) * (float)texHeight / dstSize.x(); in calculateLod() local 1641 const float dvdx = (trans10.y() - trans00.y()) * (float)srcHeight / dstSize.x(); in calculateLod() local
|
/external/opencv3/modules/videostab/src/ |
D | inpainting.cpp | 254 float dudx = 0.f, dvdx = 0.f, dudy = 0.f, dvdy = 0.f; in operator ()() local
|
/external/mesa3d/src/mesa/swrast/ |
D | s_aaline.c | 196 GLfloat dvdx = tPlane[0] / tPlane[2] * invQ * height; in compute_lambda() local
|
D | s_span.c | 419 GLfloat dvdx = texH * ((t + dtdx) / (q + dqdx) - t * invQ); in _swrast_compute_lambda() local
|
D | s_texfilter.c | 1645 const GLfloat dudx, const GLfloat dvdx, in sample_2d_ewa() 1772 const GLfloat dudx, const GLfloat dvdx, in sample_2d_footprint() 1916 GLfloat dvdx = texH * ((t + dtdx) / (q + dqdx) - t * invQ); in sample_lambda_2d_aniso() local
|
/external/deqp/modules/glshared/ |
D | glsTextureTestUtil.cpp | 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() 360 float dvdx = triDerivateX(v, projection, wx, width, wy/height); in computeProjectedTriLod() local 372 float dvdx = triDerivateX(v, projection, wx, width, wy/height); in computeProjectedTriLod() local 639 const float dvdx = float(faceSize) * 0.5f * (tcdx*ma - tc*madx) / (ma*ma); in computeCubeLodFromDerivates() local
|
/external/deqp/framework/common/ |
D | tcuTexLookupVerifier.cpp | 2120 Vec2 computeLodBoundsFromDerivates (const float dudx, const float dvdx, const float dwdx, const flo… in computeLodBoundsFromDerivates() 2137 Vec2 computeLodBoundsFromDerivates (const float dudx, const float dvdx, const float dudy, const flo… in computeLodBoundsFromDerivates() 2179 const float dvdx = float(faceSize) * 0.5f * (tcdx*ma - tc*madx) / (ma*ma); in computeCubeLodBoundsFromDerivates() local
|
/external/mesa3d/src/gallium/drivers/softpipe/ |
D | sp_tex_sample.c | 1635 const float dudx, const float dvdx, in img_filter_2d_ewa() 1832 float dvdx = (t[QUAD_BOTTOM_RIGHT] - t[QUAD_BOTTOM_LEFT]) * t_to_v; in mip_filter_linear_aniso() local
|