Home
last modified time | relevance | path

Searched defs:dudy (Results 1 – 9 of 9) sorted by relevance

/external/deqp/modules/gles2/functional/
Des2fTextureUnitTests.cpp195 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/
Des3fTextureUnitTests.cpp240 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
Des3fVertexTextureTests.cpp1484 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/
DgluTextureTestUtil.cpp186 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/
DtcuTexLookupVerifier.cpp2214 …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/
Dsp_tex_sample.c2350 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/
DvktShaderRenderTextureFunctionTests.cpp240 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/
DSamplerCore.cpp1404 Float4 dudy = duvdxy.yyyy; in computeLod2D() local
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_sample_soa.c2235 LLVMValueRef dudy = lp_build_ddy(coord_bld, coords[0]); in lp_build_sample_aniso() local