Searched defs:screenDerivate (Results 1 – 2 of 2) sorted by relevance
/external/deqp/modules/gles2/functional/ |
D | es2fTextureUnitTests.cpp | 219 …lculateLodMax(const Vec4& derivateParts, const tcu::IVec2& textureSize, const Vec2& screenDerivate) in calculateLodMax() 230 …lculateLodMin(const Vec4& derivateParts, const tcu::IVec2& textureSize, const Vec2& screenDerivate) in calculateLodMin() 423 Vec2 screenDerivate(1.0f / (float)viewportSize.x(), 1.0f / (float)viewportSize.y()); in makeSafeLods() local
|
/external/deqp/modules/gles3/functional/ |
D | es3fTextureUnitTests.cpp | 299 …cu::Vector<tcu::Vec2, 3>& derivateParts, const tcu::IVec3& textureSize, const Vec2& screenDerivate) in calculateLodMax() 315 …cu::Vector<tcu::Vec2, 3>& derivateParts, const tcu::IVec3& textureSize, const Vec2& screenDerivate) in calculateLodMin() 579 Vec2 screenDerivate(1.0f / (float)viewportSize.x(), 1.0f / (float)viewportSize.y()); in makeSafeLods() local
|