/external/deqp/modules/gles2/functional/ |
D | es2fTextureUnitTests.cpp | 223 float dudy = derivateParts.y() * (float)textureSize.x() * screenDerivate.y(); in calculateLodMax() local 234 float dudy = derivateParts.y() * (float)textureSize.x() * screenDerivate.y(); in calculateLodMin() local
|
/external/deqp/modules/gles3/functional/ |
D | es3fTextureUnitTests.cpp | 303 float dudy = derivateParts[0].y() * (float)textureSize.x() * screenDerivate.y(); in calculateLodMax() local 319 float dudy = derivateParts[0].y() * (float)textureSize.x() * screenDerivate.y(); in calculateLodMin() local
|
D | es3fVertexTextureTests.cpp | 1301 const float dudy = (trans01.x() - trans00.x()) * (float)texWidth / dstSize.y(); in calculateLod() local 1642 const float dudy = (trans01.x() - trans00.x()) * (float)srcWidth / dstSize.y(); in calculateLod() local
|
/external/deqp/framework/opengl/ |
D | gluTextureTestUtil.cpp | 179 float computeLodFromDerivates (LodMode mode, float dudx, float dudy) in computeLodFromDerivates() 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() 313 float dudy = triDerivateY(u, projection, wy, height, wx/width); in computeProjectedTriLod() local 324 float dudy = triDerivateY(u, projection, wy, height, wx/width); in computeProjectedTriLod() local 337 float dudy = triDerivateY(u, projection, wy, height, wx/width); in computeProjectedTriLod() local 603 const float dudy = float(faceSize) * 0.5f * (scdy*ma - sc*mady) / (ma*ma); in computeCubeLodFromDerivates() local
|
/external/mesa3d/src/mesa/swrast/ |
D | s_aaline.c | 197 GLfloat dudy = sPlane[1] / sPlane[2] * invQ * width; in compute_lambda() local
|
D | s_span.c | 423 GLfloat dudy = texW * ((s + dsdy) / (q + dqdy) - s * invQ); in _swrast_compute_lambda() local
|
D | s_texfilter.c | 1651 const GLfloat dudy, const GLfloat dvdy, const GLint lod, in sample_2d_ewa() 1778 const GLfloat dudy, const GLfloat dvdy, const GLint lod, in sample_2d_footprint() 1922 GLfloat dudy = texW * ((s + dsdy) / (q + dqdy) - s * invQ); in sample_lambda_2d_aniso() local
|
/external/deqp/framework/common/ |
D | tcuTexLookupVerifier.cpp | 2206 …romDerivates (const float dudx, const float dvdx, const float dwdx, const float dudy, const float … in computeLodBoundsFromDerivates() 2244 Vec2 computeLodBoundsFromDerivates (const float dudx, const float dvdx, const float dudy, const flo… in computeLodBoundsFromDerivates() 2249 Vec2 computeLodBoundsFromDerivates (const float dudx, const float dudy, const LodPrecision& prec) in computeLodBoundsFromDerivates() 2287 const float dudy = float(faceSize) * 0.5f * (scdy*ma - sc*mady) / (ma*ma); in computeCubeLodBoundsFromDerivates() local
|
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/ |
D | vktShaderRenderTextureFunctionTests.cpp | 272 float computeLodFromDerivates (LodMode mode, float dudx, float dudy) in computeLodFromDerivates() 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()
|
/external/mesa3d/src/gallium/drivers/softpipe/ |
D | sp_tex_sample.c | 2198 const float dudy, const float dvdy, in img_filter_2d_ewa() 2415 const float dudy = (s[QUAD_TOP_LEFT] - s[QUAD_BOTTOM_LEFT]) * s_to_u; in mip_filter_linear_aniso() local
|
/external/swiftshader/src/Pipeline/ |
D | SamplerCore.cpp | 1321 Float4 dudy = duvdxy.yyyy; in computeLod() local
|
/external/swiftshader/src/Shader/ |
D | SamplerCore.cpp | 1412 Float4 dudy = duvdxy.yyyy; in computeLod() local
|