Home
last modified time | relevance | path

Searched defs:dudx (Results 1 – 11 of 11) sorted by relevance

/aosp_15_r20/external/deqp/external/openglcts/modules/glesext/texture_shadow_lod/
H A DesextcTextureShadowLodFunctionsTest.cpp506 float dudx = in initTexture() local
548 float dudx = in initTexture() local
613 float dudx = (c10.s - c00.s) * (float)m_textureSpec.width / (float)viewportSize[0]; in initTexture() local
693 float dudx = (c10.s - c00.s) * (float)m_textureSpec.width / (float)viewportSize[0]; in initTexture() local
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
H A 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()
1604 …float dudx = (m_lookupSpec.maxCoord[0] - m_lookupSpec.minCoord[0]) * proj * (float)m_textureSpec.w… in initTexture() local
1670 float dudx = (c10.s - c00.s) * (float)m_textureSpec.width / (float)viewportSize[0]; in initTexture() local
1711 …float dudx = (m_lookupSpec.maxCoord[0] - m_lookupSpec.minCoord[0]) * proj * (float)m_textureSpec.w… in initTexture() local
1745 …float dudx = (m_lookupSpec.maxCoord[0] - m_lookupSpec.minCoord[0]) * proj * (float)m_textureSpec.w… in initTexture() local
1782 …float dudx = (m_lookupSpec.maxCoord[0] - m_lookupSpec.minCoord[0]) * proj * (float)m_textureSpec.w… in initTexture() local
1822 …float dudx = (m_lookupSpec.maxCoord[0] - m_lookupSpec.minCoord[0]) * proj * (float)m_textureSpec.w… in initTexture() local
1898 float dudx = (c10.s - c00.s) * (float)m_textureSpec.width / (float)viewportSize[0]; in initTexture() local
[all …]
/aosp_15_r20/external/deqp/modules/gles2/functional/
H A Des2fShaderTextureFunctionTests.cpp373 …float dudx = (m_lookupSpec.maxCoord[0] - m_lookupSpec.minCoord[0]) * proj * (float)m_textureSpec.w… in initTexture() local
428 float dudx = (c10.s - c00.s) * (float)m_textureSpec.width / (float)viewportSize[0]; in initTexture() local
H A Des2fTextureUnitTests.cpp194 float dudx = derivateParts.x() * (float)textureSize.x() * screenDerivate.x(); in calculateLodMax() local
205 float dudx = derivateParts.x() * (float)textureSize.x() * screenDerivate.x(); in calculateLodMin() local
/aosp_15_r20/external/deqp/modules/gles3/functional/
H A Des3fShaderTextureFunctionTests.cpp898 …float dudx = (m_lookupSpec.maxCoord[0] - m_lookupSpec.minCoord[0]) * proj * (float)m_textureSpec.w… in initTexture() local
964 float dudx = (c10.s - c00.s) * (float)m_textureSpec.width / (float)viewportSize[0]; in initTexture() local
1004 …float dudx = (m_lookupSpec.maxCoord[0] - m_lookupSpec.minCoord[0]) * proj * (float)m_textureSpec.w… in initTexture() local
1038 …float dudx = (m_lookupSpec.maxCoord[0] - m_lookupSpec.minCoord[0]) * proj * (float)m_textureSpec.w… in initTexture() local
H A Des3fTextureUnitTests.cpp239 float dudx = derivateParts[0].x() * (float)textureSize.x() * screenDerivate.x(); in calculateLodMax() local
256 float dudx = derivateParts[0].x() * (float)textureSize.x() * screenDerivate.x(); in calculateLodMin() local
H A Des3fVertexTextureTests.cpp1483 const float dudx = (trans10.x() - trans00.x()) * (float)texWidth / dstSize.x(); in calculateLod() local
1815 const float dudx = (trans10.x() - trans00.x()) * (float)srcWidth / dstSize.x(); in calculateLod() local
/aosp_15_r20/external/deqp/framework/opengl/
H A 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()
328 float dudx = triDerivateX(u, projection, wx, width, wy / height); in computeProjectedTriLod() local
339 float dudx = triDerivateX(u, projection, wx, width, wy / height); in computeProjectedTriLod() local
352 float dudx = triDerivateX(u, projection, wx, width, wy / height); in computeProjectedTriLod() local
694 const float dudx = float(faceSize) * 0.5f * (scdx * ma - sc * madx) / (ma * ma); in computeCubeLodFromDerivates() local
/aosp_15_r20/external/deqp/framework/common/
H A DtcuTexLookupVerifier.cpp2214 Vec2 computeLodBoundsFromDerivates(const float dudx, const float dvdx, const float dwdx, const floa… 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()
2308 const float dudx = float(faceSize) * 0.5f * (scdx * ma - sc * madx) / (ma * ma); in computeCubeLodBoundsFromDerivates() local
/aosp_15_r20/external/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_tex_sample.c2349 const float dudx, const float dvdx, in img_filter_2d_ewa()
2566 const float dudx = (s[QUAD_BOTTOM_RIGHT] - s[QUAD_BOTTOM_LEFT]) * s_to_u; in mip_filter_linear_aniso() local
/aosp_15_r20/external/swiftshader/src/Pipeline/
H A DSamplerCore.cpp1403 Float4 dudx = duvdxy.xxxx; in computeLod2D() local