Home
last modified time | relevance | path

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

/external/deqp/modules/gles2/functional/
Des2fShaderTextureFunctionTests.cpp184 inline float computeLodFromDerivates (float dudx, float dvdx, float dudy, float dvdy) in computeLodFromDerivates()
357 …float dudx = (m_lookupSpec.maxCoord[0]-m_lookupSpec.minCoord[0])*proj*m_textureSpec.width / (float… in initTexture() local
402 float dudx = (c10.s - c00.s)*m_textureSpec.width / (float)viewportSize[0]; in initTexture() local
Des2fTextureUnitTests.cpp221 float dudx = derivateParts.x() * (float)textureSize.x() * screenDerivate.x(); in calculateLodMax() local
232 float dudx = derivateParts.x() * (float)textureSize.x() * screenDerivate.x(); in calculateLodMin() local
/external/deqp/modules/gles3/functional/
Des3fShaderTextureFunctionTests.cpp251 inline float computeLodFromDerivates (float dudx, float dvdx, float dudy, float dvdy) in computeLodFromDerivates()
279 inline float computeLodFromDerivates (float dudx, float dvdx, float dwdx, float dudy, float dvdy, f… in computeLodFromDerivates()
661 …float dudx = (m_lookupSpec.maxCoord[0]-m_lookupSpec.minCoord[0])*proj*m_textureSpec.width / (float… in initTexture() local
719 float dudx = (c10.s - c00.s)*m_textureSpec.width / (float)viewportSize[0]; in initTexture() local
755 …float dudx = (m_lookupSpec.maxCoord[0]-m_lookupSpec.minCoord[0])*proj*m_textureSpec.width / (float… in initTexture() local
785 …float dudx = (m_lookupSpec.maxCoord[0]-m_lookupSpec.minCoord[0])*proj*m_textureSpec.width / (floa… in initTexture() local
Des3fTextureUnitTests.cpp301 float dudx = derivateParts[0].x() * (float)textureSize.x() * screenDerivate.x(); in calculateLodMax() local
317 float dudx = derivateParts[0].x() * (float)textureSize.x() * screenDerivate.x(); in calculateLodMin() local
Des3fVertexTextureTests.cpp1298 const float dudx = (trans10.x() - trans00.x()) * (float)texWidth / dstSize.x(); in calculateLod() local
1639 const float dudx = (trans10.x() - trans00.x()) * (float)srcWidth / dstSize.x(); in calculateLod() local
/external/deqp/modules/glshared/
DglsTextureTestUtil.cpp216 inline float computeLodFromDerivates (LodMode mode, float dudx, float dudy) in computeLodFromDerivates()
247 inline float computeLodFromDerivates (LodMode mode, float dudx, float dvdx, float dudy, float dvdy) in computeLodFromDerivates()
287 inline float computeLodFromDerivates (LodMode mode, float dudx, float dvdx, float dwdx, float dudy,… in computeLodFromDerivates()
349 float dudx = triDerivateX(u, projection, wx, width, wy/height); in computeProjectedTriLod() local
359 float dudx = triDerivateX(u, projection, wx, width, wy/height); in computeProjectedTriLod() local
371 float dudx = triDerivateX(u, projection, wx, width, wy/height); in computeProjectedTriLod() local
638 const float dudx = float(faceSize) * 0.5f * (scdx*ma - sc*madx) / (ma*ma); in computeCubeLodFromDerivates() local
/external/mesa3d/src/mesa/swrast/
Ds_aaline.c194 GLfloat dudx = sPlane[0] / sPlane[2] * invQ * width; in compute_lambda() local
Ds_span.c418 GLfloat dudx = texW * ((s + dsdx) / (q + dqdx) - s * invQ); in _swrast_compute_lambda() local
Ds_texfilter.c1645 const GLfloat dudx, const GLfloat dvdx, in sample_2d_ewa()
1772 const GLfloat dudx, const GLfloat dvdx, in sample_2d_footprint()
1915 GLfloat dudx = texW * ((s + dsdx) / (q + dqdx) - s * invQ); in sample_lambda_2d_aniso() local
/external/deqp/framework/common/
DtcuTexLookupVerifier.cpp2053 Vec2 computeLodBoundsFromDerivates (const float dudx, const float dvdx, const float dwdx, const flo… in computeLodBoundsFromDerivates()
2070 Vec2 computeLodBoundsFromDerivates (const float dudx, const float dvdx, const float dudy, const flo… in computeLodBoundsFromDerivates()
2075 Vec2 computeLodBoundsFromDerivates (const float dudx, const float dudy, const LodPrecision& prec) in computeLodBoundsFromDerivates()
2111 const float dudx = float(faceSize) * 0.5f * (scdx*ma - sc*madx) / (ma*ma); in computeCubeLodBoundsFromDerivates() local
/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_tex_sample.c1635 const float dudx, const float dvdx, in img_filter_2d_ewa()
1830 float dudx = (s[QUAD_BOTTOM_RIGHT] - s[QUAD_BOTTOM_LEFT]) * s_to_u; in mip_filter_linear_aniso() local