Home
last modified time | relevance | path

Searched defs:dvdx (Results 1 – 11 of 11) sorted by relevance

/external/deqp/modules/gles2/functional/
Des2fTextureUnitTests.cpp224 float dvdx = derivateParts.z() * (float)textureSize.y() * screenDerivate.x(); in calculateLodMax() local
235 float dvdx = derivateParts.z() * (float)textureSize.y() * screenDerivate.x(); in calculateLodMin() local
/external/deqp/modules/gles3/functional/
Des3fTextureUnitTests.cpp304 float dvdx = derivateParts[1].x() * (float)textureSize.y() * screenDerivate.x(); in calculateLodMax() local
320 float dvdx = derivateParts[1].x() * (float)textureSize.y() * screenDerivate.x(); in calculateLodMin() local
Des3fVertexTextureTests.cpp1302 const float dvdx = (trans10.y() - trans00.y()) * (float)texHeight / dstSize.x(); in calculateLod() local
1643 const float dvdx = (trans10.y() - trans00.y()) * (float)srcHeight / dstSize.x(); in calculateLod() local
/external/mesa3d/src/mesa/swrast/
Ds_aaline.c198 GLfloat dvdx = tPlane[0] / tPlane[2] * invQ * height; in compute_lambda() local
Ds_span.c420 GLfloat dvdx = texH * ((t + dtdx) / (q + dqdx) - t * invQ); in _swrast_compute_lambda() local
Ds_texfilter.c1650 const GLfloat dudx, const GLfloat dvdx, in sample_2d_ewa()
1777 const GLfloat dudx, const GLfloat dvdx, in sample_2d_footprint()
1921 GLfloat dvdx = texH * ((t + dtdx) / (q + dqdx) - t * invQ); in sample_lambda_2d_aniso() local
/external/deqp/framework/opengl/
DgluTextureTestUtil.cpp210 float computeLodFromDerivates (LodMode mode, float dudx, float dvdx, float dudy, float dvdy) in computeLodFromDerivates()
250 float computeLodFromDerivates (LodMode mode, float dudx, float dvdx, float dwdx, float dudy, float … in computeLodFromDerivates()
323 float dvdx = triDerivateX(v, projection, wx, width, wy/height); in computeProjectedTriLod() local
335 float dvdx = triDerivateX(v, projection, wx, width, wy/height); in computeProjectedTriLod() local
602 const float dvdx = float(faceSize) * 0.5f * (tcdx*ma - tc*madx) / (ma*ma); in computeCubeLodFromDerivates() local
/external/deqp/framework/common/
DtcuTexLookupVerifier.cpp2120 Vec2 computeLodBoundsFromDerivates (const float dudx, const float dvdx, const float dwdx, const flo… in computeLodBoundsFromDerivates()
2158 Vec2 computeLodBoundsFromDerivates (const float dudx, const float dvdx, const float dudy, const flo… in computeLodBoundsFromDerivates()
2200 const float dvdx = float(faceSize) * 0.5f * (tcdx*ma - tc*madx) / (ma*ma); in computeCubeLodBoundsFromDerivates() local
/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_tex_sample.c2214 const float dudx, const float dvdx, in img_filter_2d_ewa()
2433 const float dvdx = (t[QUAD_BOTTOM_RIGHT] - t[QUAD_BOTTOM_LEFT]) * t_to_v; in mip_filter_linear_aniso() local
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderTextureFunctionTests.cpp270 float computeLodFromDerivates (LodMode mode, float dudx, float dvdx, float dudy, float dvdy) in computeLodFromDerivates()
298 float computeLodFromDerivates (LodMode mode, float dudx, float dvdx, float dwdx, float dudy, float … in computeLodFromDerivates()
/external/swiftshader/src/Shader/
DSamplerCore.cpp1432 Float4 dvdx = duvdxy.zzzz; in computeLod() local