Home
last modified time | relevance | path

Searched refs:computeLodFromDerivates (Results 1 – 4 of 4) sorted by relevance

/external/deqp/modules/glshared/
DglsTextureTestUtil.hpp358 float computeLodFromDerivates (LodMode mode, float dudx, float dudy);
359 float computeLodFromDerivates (LodMode mode, float dudx, float dvdx, float dudy, float dvdy);
360 float computeLodFromDerivates (LodMode mode, float dudx, float dvdx, float dwdx, float dudy, flo…
DglsTextureTestUtil.cpp216 float computeLodFromDerivates (LodMode mode, float dudx, float dudy) in computeLodFromDerivates() function
242 return computeLodFromDerivates(mode, dux/dx, duy/dy); in computeNonProjectedTriLod()
247 float computeLodFromDerivates (LodMode mode, float dudx, float dvdx, float dudy, float dvdy) in computeLodFromDerivates() function
282 return computeLodFromDerivates(mode, dux/dx, dvx/dx, duy/dy, dvy/dy); in computeNonProjectedTriLod()
287 float computeLodFromDerivates (LodMode mode, float dudx, float dvdx, float dwdx, float dudy, float … in computeLodFromDerivates() function
325 return computeLodFromDerivates(mode, dux/dx, dvx/dx, dwx/dx, duy/dy, dvy/dy, dwy/dy); in computeNonProjectedTriLod()
352 return computeLodFromDerivates(mode, dudx, dudy); in computeProjectedTriLod()
364 return computeLodFromDerivates(mode, dudx, dvdx, dudy, dvdy); in computeProjectedTriLod()
378 return computeLodFromDerivates(mode, dudx, dvdx, dwdx, dudy, dvdy, dwdy); in computeProjectedTriLod()
643 return computeLodFromDerivates(lodMode, dudx, dvdx, dudy, dvdy); in computeCubeLodFromDerivates()
/external/deqp/modules/gles2/functional/
Des2fShaderTextureFunctionTests.cpp354 …m_lookupParams.lod = gls::TextureTestUtil::computeLodFromDerivates(gls::TextureTestUtil::LODMODE_E… in initTexture()
400 …m_lookupParams.lod = gls::TextureTestUtil::computeLodFromDerivates(gls::TextureTestUtil::LODMODE_E… in initTexture()
/external/deqp/modules/gles3/functional/
Des3fShaderTextureFunctionTests.cpp54 using gls::TextureTestUtil::computeLodFromDerivates;
249 …return computeLodFromDerivates(DEFAULT_LOD_MODE, c.in[1].x()*w, c.in[1].y()*h, c.in[2].x()*w, c.in… in computeLodFromGrad2D()
256 …return computeLodFromDerivates(DEFAULT_LOD_MODE, c.in[1].x()*w, c.in[1].y()*h, c.in[2].x()*w, c.in… in computeLodFromGrad2DArray()
264 …return computeLodFromDerivates(DEFAULT_LOD_MODE, c.in[1].x()*w, c.in[1].y()*h, c.in[1].z()*d, c.in… in computeLodFromGrad3D()
274 …return computeLodFromDerivates(DEFAULT_LOD_MODE, c.in[1].x()*s, c.in[1].y()*t, c.in[2].x()*s, c.in… in computeLodFromGradCube()
600 m_lookupParams.lod = computeLodFromDerivates(DEFAULT_LOD_MODE, dudx, 0.0f, 0.0f, dvdy); in initTexture()
659 m_lookupParams.lod = computeLodFromDerivates(DEFAULT_LOD_MODE, dudx, 0.0f, 0.0f, dvdy); in initTexture()
694 m_lookupParams.lod = computeLodFromDerivates(DEFAULT_LOD_MODE, dudx, 0.0f, 0.0f, dvdy); in initTexture()
726 …m_lookupParams.lod = computeLodFromDerivates(DEFAULT_LOD_MODE, dudx, 0.0f, dwdx, 0.0f, dvdy, dwdy); in initTexture()