Home
last modified time | relevance | path

Searched defs:dvdx (Results 1 – 12 of 12) 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.c197 GLfloat dvdx = tPlane[0] / tPlane[2] * invQ * height; in compute_lambda() local
Ds_span.c423 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.cpp2211 Vec2 computeLodBoundsFromDerivates (const float dudx, const float dvdx, const float dwdx, const flo… in computeLodBoundsFromDerivates()
2249 Vec2 computeLodBoundsFromDerivates (const float dudx, const float dvdx, const float dudy, const flo… in computeLodBoundsFromDerivates()
2291 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.c2349 const float dudx, const float dvdx, in img_filter_2d_ewa()
2568 const float dvdx = (t[QUAD_BOTTOM_RIGHT] - t[QUAD_BOTTOM_LEFT]) * t_to_v; in mip_filter_linear_aniso() local
/external/swiftshader/src/Pipeline/
DSamplerCore.cpp1222 Float4 dvdx = duvdxy.zzzz; in computeLod2D() local
/external/swiftshader/src/Shader/
DSamplerCore.cpp1414 Float4 dvdx = duvdxy.zzzz; in computeLod() local
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderTextureFunctionTests.cpp293 float computeLodFromDerivates (LodMode mode, float dudx, float dvdx, float dudy, float dvdy) in computeLodFromDerivates()
321 float computeLodFromDerivates (LodMode mode, float dudx, float dvdx, float dwdx, float dudy, float … in computeLodFromDerivates()