/external/deqp/modules/gles2/functional/ |
D | es2fTextureUnitTests.cpp | 195 float dudy = derivateParts.y() * (float)textureSize.x() * screenDerivate.y(); in calculateLodMax() local 206 float dudy = derivateParts.y() * (float)textureSize.x() * screenDerivate.y(); in calculateLodMin() local
|
/external/deqp/modules/gles3/functional/ |
D | es3fTextureUnitTests.cpp | 240 float dudy = derivateParts[0].y() * (float)textureSize.x() * screenDerivate.y(); in calculateLodMax() local 257 float dudy = derivateParts[0].y() * (float)textureSize.x() * screenDerivate.y(); in calculateLodMin() local
|
D | es3fVertexTextureTests.cpp | 1484 const float dudy = (trans01.x() - trans00.x()) * (float)texWidth / dstSize.y(); in calculateLod() local 1816 const float dudy = (trans01.x() - trans00.x()) * (float)srcWidth / dstSize.y(); in calculateLod() local
|
/external/deqp/framework/opengl/ |
D | gluTextureTestUtil.cpp | 186 float computeLodFromDerivates(LodMode mode, float dudx, float dudy) in computeLodFromDerivates() 217 float computeLodFromDerivates(LodMode mode, float dudx, float dvdx, float dudy, float dvdy) in computeLodFromDerivates() 258 float computeLodFromDerivates(LodMode mode, float dudx, float dvdx, float dwdx, float dudy, float d… in computeLodFromDerivates() 329 float dudy = triDerivateY(u, projection, wy, height, wx / width); in computeProjectedTriLod() local 341 float dudy = triDerivateY(u, projection, wy, height, wx / width); in computeProjectedTriLod() local 355 float dudy = triDerivateY(u, projection, wy, height, wx / width); in computeProjectedTriLod() local 696 const float dudy = float(faceSize) * 0.5f * (scdy * ma - sc * mady) / (ma * ma); in computeCubeLodFromDerivates() local
|
/external/deqp/framework/common/ |
D | tcuTexLookupVerifier.cpp | 2214 …mputeLodBoundsFromDerivates(const float dudx, const float dvdx, const float dwdx, const float dudy, in computeLodBoundsFromDerivates() 2253 Vec2 computeLodBoundsFromDerivates(const float dudx, const float dvdx, const float dudy, const floa… in computeLodBoundsFromDerivates() 2259 Vec2 computeLodBoundsFromDerivates(const float dudx, const float dudy, const LodPrecision &prec) in computeLodBoundsFromDerivates() 2310 const float dudy = float(faceSize) * 0.5f * (scdy * ma - sc * mady) / (ma * ma); in computeCubeLodBoundsFromDerivates() local
|
/external/mesa3d/src/gallium/drivers/softpipe/ |
D | sp_tex_sample.c | 2350 const float dudy, const float dvdy, in img_filter_2d_ewa() 2567 const float dudy = (s[QUAD_TOP_LEFT] - s[QUAD_BOTTOM_LEFT]) * s_to_u; in mip_filter_linear_aniso() local
|
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/ |
D | vktShaderRenderTextureFunctionTests.cpp | 240 float computeLodFromDerivates(LodMode mode, float dudx, float dudy) in computeLodFromDerivates() 261 float computeLodFromDerivates(LodMode mode, float dudx, float dvdx, float dudy, float dvdy) in computeLodFromDerivates() 289 float computeLodFromDerivates(LodMode mode, float dudx, float dvdx, float dwdx, float dudy, float d… in computeLodFromDerivates()
|
/external/swiftshader/src/Pipeline/ |
D | SamplerCore.cpp | 1404 Float4 dudy = duvdxy.yyyy; in computeLod2D() local
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_sample_soa.c | 2235 LLVMValueRef dudy = lp_build_ddy(coord_bld, coords[0]); in lp_build_sample_aniso() local
|