Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/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) in shearMatrix() function
/third_party/vk-gl-cts/modules/gles2/accuracy/
H A Des2aTextureMipmapTests.cpp232 tcu::Mat2 shearMatrix = tcu::shearMatrix(tcu::Vec2(shearX, 0.0f)); in getAffineTexCoord2D() local
234 tcu::Mat2 transform = rotMatrix * shearMatrix; in getAffineTexCoord2D()
/third_party/vk-gl-cts/modules/gles3/accuracy/
H A Des3aTextureMipmapTests.cpp223 tcu::Mat2 shearMatrix = tcu::shearMatrix(tcu::Vec2(shearX, 0.0f)); in getAffineTexCoord2D() local
225 tcu::Mat2 transform = rotMatrix * shearMatrix; in getAffineTexCoord2D()
/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fTextureMipmapTests.cpp235 tcu::Mat2 shearMatrix = tcu::shearMatrix(tcu::Vec2(shearX, 0.0f)); in getAffineTexCoord2D() local
237 tcu::Mat2 transform = rotMatrix * shearMatrix; in getAffineTexCoord2D()
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fTextureMipmapTests.cpp279 tcu::Mat2 shearMatrix = tcu::shearMatrix(tcu::Vec2(shearX, 0.0f)); in getAffineTexCoord2D() local
281 tcu::Mat2 transform = rotMatrix * shearMatrix; in getAffineTexCoord2D()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/
H A DvktTextureMipmapTests.cpp263 const tcu::Mat2 shearMatrix = tcu::shearMatrix(tcu::Vec2(shearX, 0.0f)); in getAffineTexCoord2D() local
265 const tcu::Mat2 transform = rotMatrix * shearMatrix; in getAffineTexCoord2D()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/texture/
H A DvktTextureMipmapTests.cpp263 const tcu::Mat2 shearMatrix = tcu::shearMatrix(tcu::Vec2(shearX, 0.0f)); in getAffineTexCoord2D() local
265 const tcu::Mat2 transform = rotMatrix * shearMatrix; in getAffineTexCoord2D()

Completed in 22 milliseconds