Lines Matching refs:dudx
251 inline float computeLodFromDerivates (float dudx, float dvdx, float dudy, float dvdy) in computeLodFromDerivates() argument
259 p = de::max(deFloatSqrt(dudx*dudx + dvdx*dvdx), deFloatSqrt(dudy*dudy + dvdy*dvdy)); in computeLodFromDerivates()
265 float mu = de::max(deFloatAbs(dudx), deFloatAbs(dudy)); in computeLodFromDerivates()
279 inline float computeLodFromDerivates (float dudx, float dvdx, float dwdx, float dudy, float dvdy, f… in computeLodFromDerivates() argument
287 …p = de::max(deFloatSqrt(dudx*dudx + dvdx*dvdx + dwdx*dwdx), deFloatSqrt(dudy*dudy + dvdy*dvdy + dw… in computeLodFromDerivates()
293 float mu = de::max(deFloatAbs(dudx), deFloatAbs(dudy)); in computeLodFromDerivates()
661 …float dudx = (m_lookupSpec.maxCoord[0]-m_lookupSpec.minCoord[0])*proj*m_textureSpec.width / (float… in initTexture() local
663 m_lookupParams.lod = computeLodFromDerivates(dudx, 0.0f, 0.0f, dvdy); in initTexture()
719 float dudx = (c10.s - c00.s)*m_textureSpec.width / (float)viewportSize[0]; in initTexture() local
722 m_lookupParams.lod = computeLodFromDerivates(dudx, 0.0f, 0.0f, dvdy); in initTexture()
755 …float dudx = (m_lookupSpec.maxCoord[0]-m_lookupSpec.minCoord[0])*proj*m_textureSpec.width / (float… in initTexture() local
757 m_lookupParams.lod = computeLodFromDerivates(dudx, 0.0f, 0.0f, dvdy); in initTexture()
785 …float dudx = (m_lookupSpec.maxCoord[0]-m_lookupSpec.minCoord[0])*proj*m_textureSpec.width / (floa… in initTexture() local
789 m_lookupParams.lod = computeLodFromDerivates(dudx, 0.0f, dwdx, 0.0f, dvdy, dwdy); in initTexture()