/external/deqp/modules/gles2/functional/ |
D | es2fTextureUnitTests.cpp | 224 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/ |
D | es3fTextureUnitTests.cpp | 304 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
|
D | es3fVertexTextureTests.cpp | 1302 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/ |
D | s_aaline.c | 197 GLfloat dvdx = tPlane[0] / tPlane[2] * invQ * height; in compute_lambda() local
|
D | s_span.c | 423 GLfloat dvdx = texH * ((t + dtdx) / (q + dqdx) - t * invQ); in _swrast_compute_lambda() local
|
D | s_texfilter.c | 1650 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/ |
D | gluTextureTestUtil.cpp | 210 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/ |
D | tcuTexLookupVerifier.cpp | 2211 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/ |
D | sp_tex_sample.c | 2349 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/ |
D | SamplerCore.cpp | 1222 Float4 dvdx = duvdxy.zzzz; in computeLod2D() local
|
/external/swiftshader/src/Shader/ |
D | SamplerCore.cpp | 1414 Float4 dvdx = duvdxy.zzzz; in computeLod() local
|
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/ |
D | vktShaderRenderTextureFunctionTests.cpp | 293 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()
|