Searched refs:shearMatrix (Results 1 – 6 of 6) sorted by relevance
/external/deqp/framework/common/ |
D | tcuMatrixUtil.hpp | 41 Matrix<float, 2, 2> shearMatrix (const Vector<float, 2>& shear); 84 inline Matrix<float, 2, 2> shearMatrix (const Vector<float, 2>& shear) in shearMatrix() function
|
/external/deqp/modules/gles2/accuracy/ |
D | es2aTextureMipmapTests.cpp | 232 tcu::Mat2 shearMatrix = tcu::shearMatrix(tcu::Vec2(shearX, 0.0f)); in getAffineTexCoord2D() local 234 tcu::Mat2 transform = rotMatrix * shearMatrix; in getAffineTexCoord2D()
|
/external/deqp/modules/gles3/accuracy/ |
D | es3aTextureMipmapTests.cpp | 223 tcu::Mat2 shearMatrix = tcu::shearMatrix(tcu::Vec2(shearX, 0.0f)); in getAffineTexCoord2D() local 225 tcu::Mat2 transform = rotMatrix * shearMatrix; in getAffineTexCoord2D()
|
/external/deqp/modules/gles2/functional/ |
D | es2fTextureMipmapTests.cpp | 235 tcu::Mat2 shearMatrix = tcu::shearMatrix(tcu::Vec2(shearX, 0.0f)); in getAffineTexCoord2D() local 237 tcu::Mat2 transform = rotMatrix * shearMatrix; in getAffineTexCoord2D()
|
/external/deqp/external/vulkancts/modules/vulkan/texture/ |
D | vktTextureMipmapTests.cpp | 246 const tcu::Mat2 shearMatrix = tcu::shearMatrix(tcu::Vec2(shearX, 0.0f)); in getAffineTexCoord2D() local 248 const tcu::Mat2 transform = rotMatrix * shearMatrix; in getAffineTexCoord2D()
|
/external/deqp/modules/gles3/functional/ |
D | es3fTextureMipmapTests.cpp | 279 tcu::Mat2 shearMatrix = tcu::shearMatrix(tcu::Vec2(shearX, 0.0f)); in getAffineTexCoord2D() local 281 tcu::Mat2 transform = rotMatrix * shearMatrix; in getAffineTexCoord2D()
|