Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/ops/
H A DDashOp.cpp66 // Stores the rotation matrix in rotMatrix, and the mapped points in ptsRot
67 void align_to_x_axis(const SkPoint pts[2], SkMatrix* rotMatrix, SkPoint ptsRot[2] = nullptr) { in align_to_x_axis() argument
76 rotMatrix->setSinCos(-vec.fY, vec.fX, pts[0].fX, pts[0].fY); in align_to_x_axis()
78 rotMatrix->mapPoints(ptsRot, pts, 2); in align_to_x_axis()
1170 SkMatrix rotMatrix;
1171 align_to_x_axis(pts, &rotMatrix, lineData.fPtsRot);
1172 if (!rotMatrix.invert(&lineData.fSrcRotInv)) {
/third_party/vk-gl-cts/modules/gles2/accuracy/
H A Des2aTextureMipmapTests.cpp228 tcu::Mat2 rotMatrix = tcu::rotationMatrix(angle); in getAffineTexCoord2D() local
234 tcu::Mat2 transform = rotMatrix * shearMatrix; in getAffineTexCoord2D()
/third_party/vk-gl-cts/modules/gles3/accuracy/
H A Des3aTextureMipmapTests.cpp219 tcu::Mat2 rotMatrix = tcu::rotationMatrix(angle); in getAffineTexCoord2D() local
225 tcu::Mat2 transform = rotMatrix * shearMatrix; in getAffineTexCoord2D()
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fTextureMipmapTests.cpp275 tcu::Mat2 rotMatrix = tcu::rotationMatrix(angle); in getAffineTexCoord2D() local
281 tcu::Mat2 transform = rotMatrix * shearMatrix; in getAffineTexCoord2D()
1229 tcu::Mat3 rotMatrix = tcu::rotationMatrixX(angleX) * tcu::rotationMatrixY(angleY); in getAffineTexCoord3D() local
1231 Vec3 p0 = rotMatrix * Vec3(dst[0], dst[ 1], dst[ 2]); in getAffineTexCoord3D()
1232 Vec3 p1 = rotMatrix * Vec3(dst[3], dst[ 4], dst[ 5]); in getAffineTexCoord3D()
1233 Vec3 p2 = rotMatrix * Vec3(dst[6], dst[ 7], dst[ 8]); in getAffineTexCoord3D()
1234 Vec3 p3 = rotMatrix * Vec3(dst[9], dst[10], dst[11]); in getAffineTexCoord3D()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/
H A DvktTextureMipmapTests.cpp259 const tcu::Mat2 rotMatrix = tcu::rotationMatrix(angle); in getAffineTexCoord2D() local
265 const tcu::Mat2 transform = rotMatrix * shearMatrix; in getAffineTexCoord2D()
789 const tcu::Mat3 rotMatrix = tcu::rotationMatrixX(angleX) * tcu::rotationMatrixY(angleY); in getAffineTexCoord3D() local
791 const Vec3 p0 = rotMatrix * Vec3(dst[0], dst[ 1], dst[ 2]); in getAffineTexCoord3D()
792 const Vec3 p1 = rotMatrix * Vec3(dst[3], dst[ 4], dst[ 5]); in getAffineTexCoord3D()
793 const Vec3 p2 = rotMatrix * Vec3(dst[6], dst[ 7], dst[ 8]); in getAffineTexCoord3D()
794 const Vec3 p3 = rotMatrix * Vec3(dst[9], dst[10], dst[11]); in getAffineTexCoord3D()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/texture/
H A DvktTextureMipmapTests.cpp259 const tcu::Mat2 rotMatrix = tcu::rotationMatrix(angle); in getAffineTexCoord2D() local
265 const tcu::Mat2 transform = rotMatrix * shearMatrix; in getAffineTexCoord2D()
789 const tcu::Mat3 rotMatrix = tcu::rotationMatrixX(angleX) * tcu::rotationMatrixY(angleY); in getAffineTexCoord3D() local
791 const Vec3 p0 = rotMatrix * Vec3(dst[0], dst[ 1], dst[ 2]); in getAffineTexCoord3D()
792 const Vec3 p1 = rotMatrix * Vec3(dst[3], dst[ 4], dst[ 5]); in getAffineTexCoord3D()
793 const Vec3 p2 = rotMatrix * Vec3(dst[6], dst[ 7], dst[ 8]); in getAffineTexCoord3D()
794 const Vec3 p3 = rotMatrix * Vec3(dst[9], dst[10], dst[11]); in getAffineTexCoord3D()
/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fTextureMipmapTests.cpp231 tcu::Mat2 rotMatrix = tcu::rotationMatrix(angle); in getAffineTexCoord2D() local
237 tcu::Mat2 transform = rotMatrix * shearMatrix; in getAffineTexCoord2D()

Completed in 22 milliseconds