D | glsTextureTestUtil.cpp | 216 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()
|