Searched refs:faceSize (Results 1 – 3 of 3) sorted by relevance
/external/deqp/framework/common/ |
D | tcuTexLookupVerifier.hpp | 109 …(const Vec3& coord, const Vec3& coordDx, const Vec3& coordDy, const int faceSize, const LodPrecisi…
|
D | tcuTexLookupVerifier.cpp | 2254 …(const Vec3& coord, const Vec3& coordDx, const Vec3& coordDy, const int faceSize, const LodPrecisi… in computeCubeLodBoundsFromDerivates() argument 2285 const float dudx = float(faceSize) * 0.5f * (scdx*ma - sc*madx) / (ma*ma); in computeCubeLodBoundsFromDerivates() 2286 const float dvdx = float(faceSize) * 0.5f * (tcdx*ma - tc*madx) / (ma*ma); in computeCubeLodBoundsFromDerivates() 2287 const float dudy = float(faceSize) * 0.5f * (scdy*ma - sc*mady) / (ma*ma); in computeCubeLodBoundsFromDerivates() 2288 const float dvdy = float(faceSize) * 0.5f * (tcdy*ma - tc*mady) / (ma*ma); in computeCubeLodBoundsFromDerivates()
|
/external/deqp/framework/opengl/ |
D | gluTextureTestUtil.cpp | 571 …de, const tcu::Vec3& coord, const tcu::Vec3& coordDx, const tcu::Vec3& coordDy, const int faceSize) in computeCubeLodFromDerivates() argument 601 const float dudx = float(faceSize) * 0.5f * (scdx*ma - sc*madx) / (ma*ma); in computeCubeLodFromDerivates() 602 const float dvdx = float(faceSize) * 0.5f * (tcdx*ma - tc*madx) / (ma*ma); in computeCubeLodFromDerivates() 603 const float dudy = float(faceSize) * 0.5f * (scdy*ma - sc*mady) / (ma*ma); in computeCubeLodFromDerivates() 604 const float dvdy = float(faceSize) * 0.5f * (tcdy*ma - tc*mady) / (ma*ma); in computeCubeLodFromDerivates()
|