Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/modules/gles3/performance/
H A Des3pTextureFilteringTests.cpp78 tcu::Mat3 minTransform = tcu::translationMatrix(tcu::Vec2(-0.3f, -0.6f)) * tcu::Mat3(tcu::Vec3(1.7f, 2.3f, 1.0f)); in init()
79 tcu::Mat3 magTransform = tcu::translationMatrix(tcu::Vec2( 0.3f, 0.4f)) * tcu::Mat3(tcu::Vec3(0.3f, 0.2f, 1.0f)); in init()
/third_party/vk-gl-cts/modules/gles2/performance/
H A Des2pTextureFilteringTests.cpp77 tcu::Mat3 minTransform = tcu::translationMatrix(tcu::Vec2(-0.3f, -0.6f)) * tcu::Mat3(tcu::Vec3(1.7f, 2.3f, 1.0f)); in init()
78 tcu::Mat3 magTransform = tcu::translationMatrix(tcu::Vec2( 0.3f, 0.4f)) * tcu::Mat3(tcu::Vec3(0.3f, 0.2f, 1.0f)); in init()
/third_party/vk-gl-cts/framework/common/
H A DtcuMatrixUtil.hpp34 Matrix<T, Size+1, Size+1> translationMatrix (const Vector<T, Size>& translation);
52 inline Matrix<T, Len+1, Len+1> translationMatrix (const Vector<T, Len>& translation) in translationMatrix() function
/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fShaderMatrixTests.cpp95 static const Mat3 s_constInMat3[2] = { tcu::translationMatrix(tcu::Vec2(0.2f, -0.3f)), tcu::Mat3(s_constInMat31) };
96 static const Mat4 s_constInMat4[2] = { tcu::translationMatrix(tcu::Vec3(0.2f, -0.3f, 0.15f)), tcu::Mat4(s_constInMat41) };
/third_party/vk-gl-cts/external/openglcts/modules/gles31/
H A Des31cComputeShaderTests.cpp4136 { tcu::translationMatrix(vec3(-1.5f, -0.5f, 0.0f)), tcu::translationMatrix(vec3(0.5f, -0.5f, 0.0f)), in Run()
4137 tcu::translationMatrix(vec3(-0.5f, 0.5f, 0.0f)), tcu::translationMatrix(vec3(0.5f, 0.5f, 0.0f)) }, in Run()
4470 if (transpose(data[1]) != translationMatrix(vec3(10.0f, 20.0f, 30.0f))) in Run()
4476 if (transpose(data[0]) != transpose(translationMatrix(vec3(10.0f, 20.0f, 30.0f)))) in Run()
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cComputeShaderTests.cpp4125 { tcu::translationMatrix(vec3(-1.5f, -0.5f, 0.0f)), tcu::translationMatrix(vec3(0.5f, -0.5f, 0.0f)), in Run()
4126 tcu::translationMatrix(vec3(-0.5f, 0.5f, 0.0f)), tcu::translationMatrix(vec3(0.5f, 0.5f, 0.0f)) }, in Run()
4458 if (data[0] != translationMatrix(vec3(10.0f, 20.0f, 30.0f))) in Run()
4464 if (data[1] != transpose(translationMatrix(vec3(10.0f, 20.0f, 30.0f)))) in Run()
/third_party/vk-gl-cts/framework/opengl/simplereference/
H A DsglrReferenceContext.cpp3219 tcu::Mat3 transform = tcu::translationMatrix(Vec2((float)(srcX0 - srcRect.x()), (float)(srcY0 - srcRect.y())))
3223 * tcu::translationMatrix(Vec2((float)(dstRect.x() - dstX0), (float)(dstRect.y() - dstY0)));

Completed in 25 milliseconds