Home
last modified time | relevance | path

Searched refs:shearMatrix (Results 1 – 5 of 5) sorted by relevance

/external/deqp/framework/common/
DtcuMatrixUtil.hpp38 Matrix<float, 2, 2> shearMatrix (const Vector<float, 2>& shear);
71 inline Matrix<float, 2, 2> shearMatrix (const Vector<float, 2>& shear) in shearMatrix() function
/external/deqp/modules/gles2/accuracy/
Des2aTextureMipmapTests.cpp230 tcu::Mat2 shearMatrix = tcu::shearMatrix(tcu::Vec2(shearX, 0.0f)); in getAffineTexCoord2D() local
232 tcu::Mat2 transform = rotMatrix * shearMatrix; in getAffineTexCoord2D()
/external/deqp/modules/gles3/accuracy/
Des3aTextureMipmapTests.cpp222 tcu::Mat2 shearMatrix = tcu::shearMatrix(tcu::Vec2(shearX, 0.0f)); in getAffineTexCoord2D() local
224 tcu::Mat2 transform = rotMatrix * shearMatrix; in getAffineTexCoord2D()
/external/deqp/modules/gles2/functional/
Des2fTextureMipmapTests.cpp234 tcu::Mat2 shearMatrix = tcu::shearMatrix(tcu::Vec2(shearX, 0.0f)); in getAffineTexCoord2D() local
236 tcu::Mat2 transform = rotMatrix * shearMatrix; in getAffineTexCoord2D()
/external/deqp/modules/gles3/functional/
Des3fTextureMipmapTests.cpp278 tcu::Mat2 shearMatrix = tcu::shearMatrix(tcu::Vec2(shearX, 0.0f)); in getAffineTexCoord2D() local
280 tcu::Mat2 transform = rotMatrix * shearMatrix; in getAffineTexCoord2D()