Searched refs:shearMatrix (Results 1 - 6 of 6) sorted by relevance

/external/deqp/framework/common/
H A DtcuMatrixUtil.hpp41 Matrix<float, 2, 2> shearMatrix (const Vector<float, 2>& shear);
84 inline Matrix<float, 2, 2> shearMatrix (const Vector<float, 2>& shear) function in namespace:tcu
/external/deqp/modules/gles2/accuracy/
H A Des2aTextureMipmapTests.cpp232 tcu::Mat2 shearMatrix = tcu::shearMatrix(tcu::Vec2(shearX, 0.0f)); local
234 tcu::Mat2 transform = rotMatrix * shearMatrix;
/external/deqp/modules/gles3/accuracy/
H A Des3aTextureMipmapTests.cpp223 tcu::Mat2 shearMatrix = tcu::shearMatrix(tcu::Vec2(shearX, 0.0f)); local
225 tcu::Mat2 transform = rotMatrix * shearMatrix;
/external/deqp/modules/gles2/functional/
H A Des2fTextureMipmapTests.cpp235 tcu::Mat2 shearMatrix = tcu::shearMatrix(tcu::Vec2(shearX, 0.0f)); local
237 tcu::Mat2 transform = rotMatrix * shearMatrix;
/external/deqp/external/vulkancts/modules/vulkan/texture/
H A DvktTextureMipmapTests.cpp246 const tcu::Mat2 shearMatrix = tcu::shearMatrix(tcu::Vec2(shearX, 0.0f)); local
248 const tcu::Mat2 transform = rotMatrix * shearMatrix;
/external/deqp/modules/gles3/functional/
H A Des3fTextureMipmapTests.cpp279 tcu::Mat2 shearMatrix = tcu::shearMatrix(tcu::Vec2(shearX, 0.0f)); local
281 tcu::Mat2 transform = rotMatrix * shearMatrix;

Completed in 99 milliseconds