Home
last modified time | relevance | path

Searched refs:Mat3 (Results 1 – 25 of 47) sorted by relevance

12

/external/deqp/modules/gles3/performance/
Des3pTextureFilteringTests.cpp78 …tcu::Mat3 minTransform = tcu::translationMatrix(tcu::Vec2(-0.3f, -0.6f)) * tcu::Mat3(tcu::Vec3(1.7… in init()
79 …tcu::Mat3 magTransform = tcu::translationMatrix(tcu::Vec2( 0.3f, 0.4f)) * tcu::Mat3(tcu::Vec3(0.3… in init()
Des3pTextureCases.hpp50 const tcu::Mat3& coordTransform,
67 const tcu::Mat3 m_coordTransform;
Des3pTextureCountTests.cpp81 …(), description.c_str(), format, wrapS, wrapT, minFilter, magFilter, tcu::Mat3(), numTextures, fal… in init()
/external/deqp/modules/gles2/performance/
Des2pTextureFilteringTests.cpp77 …tcu::Mat3 minTransform = tcu::translationMatrix(tcu::Vec2(-0.3f, -0.6f)) * tcu::Mat3(tcu::Vec3(1.7… in init()
78 …tcu::Mat3 magTransform = tcu::translationMatrix(tcu::Vec2( 0.3f, 0.4f)) * tcu::Mat3(tcu::Vec3(0.3… in init()
Des2pTextureCases.hpp46 const tcu::Mat3& coordTransform,
63 tcu::Mat3 m_coordTransform;
Des2pTextureFormatTests.cpp79 …nBase.c_str(), format, dataType, wrapS, wrapT, minFilter, magFilter, tcu::Mat3(), numTextures, fal… in init()
Des2pTextureCountTests.cpp80 …ption.c_str(), format, dataType, wrapS, wrapT, minFilter, magFilter, tcu::Mat3(), numTextures, fal… in init()
/external/llvm-project/clang/test/SemaCXX/
Dmatrix-type-operators.cpp27 MyMatrix<float, 2, 2> Mat3; in test_add_template() local
36 Mat1.value = add<unsigned, 3, 3, float, 2, 2, unsigned, 2, 2>(Mat2, Mat3); in test_add_template()
55 MyMatrix<float, 2, 2> Mat3; in test_subtract_template() local
64 Mat1.value = subtract<unsigned, 3, 3, float, 2, 2, unsigned, 2, 2>(Mat2, Mat3); in test_subtract_template()
89 MyMatrix<float, 2, 2> Mat3; in test_multiply_template() local
99 Mat1.value = multiply<float, 2, 2, unsigned, 2, 2, unsigned, 2, 2>(Mat3, Mat1); in test_multiply_template()
Dmatrix-type-builtins.cpp38 MyMatrix<float, 3, 3> Mat3; in test_transpose_template() local
39 Mat3.value = transpose<unsigned, 3, 3, float, 3, 3>(Mat2); in test_transpose_template()
/external/deqp/modules/gles2/functional/
Des2fTextureUnitTests.cpp48 using tcu::Mat3;
206 static Vec4 calculateLodDerivateParts(const Mat3& transformation) in calculateLodDerivateParts()
255 vector<Mat3> m_transformations;
352 Mat3 transformation = in MultiTexShader()
353 Mat3(tempOffsetData) * in MultiTexShader()
354 Mat3(translationTransfData) * in MultiTexShader()
355 Mat3(rotTransfData) * in MultiTexShader()
356 Mat3(scaleTransfData) * in MultiTexShader()
357 Mat3(xShearTransfData) * in MultiTexShader()
358 Mat3(yShearTransfData) * in MultiTexShader()
[all …]
Des2fShaderMatrixTests.cpp66 using tcu::Mat3;
95 static const Mat3 s_constInMat3[2] = { tcu::translationMatrix(tcu::Vec2(0.2f, -0.3f)), tcu::Mat3(s_…
161 DECLARE_TYPE_TRAIT(TYPE_FLOAT_MAT3, tcu::Mat3);
343 template <> inline tcu::Mat3 getInputValue<INPUTTYPE_CONST, TYPE_FLOAT_MAT3> (const ShaderEvalCont… in getInputValue()
360 template <> inline tcu::Mat3 getInputValue<INPUTTYPE_DYNAMIC, TYPE_FLOAT_MAT3> (const ShaderEvalCon… in getInputValue()
363 tcu::Mat3 m; in getInputValue()
387 inline tcu::Vec3 reduceToVec3 (const tcu::Mat3& value) { return value.getColumn(0) + value.getColum… in reduceToVec3()
879 case TYPE_FLOAT_MAT3: writeMatrixConstructor<3, 3>(op, Mat3(s_constInMat3[inNdx])); break; in init()
/external/angle/third_party/vulkan-deps/glslang/src/Test/
Dspv.matFun.vert15 mat3 Mat3(mat4 m)
22 return v * Mat3(m4);
/external/deqp-deps/glslang/Test/
Dspv.matFun.vert15 mat3 Mat3(mat4 m)
22 return v * Mat3(m4);
/external/deqp/external/vulkancts/modules/vulkan/ray_query/
DvktRayQueryDirectionTests.cpp115 tcu::Mat3 getScaleMatrix (float scaleFactor) in getScaleMatrix()
123 return tcu::Mat3(scaleDirectionMatrixData); in getScaleMatrix()
127 tcu::Mat3 getRotationMatrix (float rotationX, float rotationY) in getRotationMatrix()
141 const tcu::Mat3 rotationMatrixX (rotationMatrixDataX); in getRotationMatrix()
149 const tcu::Mat3 rotationMatrixY (rotationMatrixDataY); in getRotationMatrix()
155 VkTransformMatrixKHR toTransformMatrixKHR (const tcu::Mat3& mat3) in toTransformMatrixKHR()
/external/deqp/modules/gles3/functional/
Des3fVertexTextureTests.cpp51 using tcu::Mat3;
201 Mat3 transform;
203 TexTypeCoordParams (const Mat3& transform_) : transform(transform_) {} in TexTypeCoordParams()
209 Mat3 transform;
211 TexTypeCoordParams (const Mat3& transform_) : transform(transform_) {} in TexTypeCoordParams()
1145 float calculateLod (const Mat3& transf, const Vec2& dstSize, int textureNdx) const;
1288 float Vertex2DArrayTextureCase::calculateLod (const Mat3& transf, const Vec2& dstSize, int textureN… in calculateLod()
1356 const Mat3 texMinTransf = Mat3(layerShearTransfData) * Mat3(texMinTransfData); in iterate()
1357 const Mat3 texMagTransf = Mat3(layerShearTransfData) * Mat3(texMagTransfData); in iterate()
1367 const Mat3 texTransform; in iterate()
[all …]
Des3fTextureUnitTests.cpp50 using tcu::Mat3;
185 static Mat4 matExtend3To4 (const Mat3& mat) in matExtend3To4()
460 Mat4 transformation = matExtend3To4(Mat3(tempOffsetData) * in MultiTexShader()
461 Mat3(translationTransfData) * in MultiTexShader()
462 Mat3(rotTransfData) * in MultiTexShader()
463 Mat3(scaleTransfData) * in MultiTexShader()
464 Mat3(xShearTransfData) * in MultiTexShader()
465 Mat3(yShearTransfData) * in MultiTexShader()
466 (Mat3(tempOffsetData) * (-1.0f))); in MultiTexShader()
490 Mat3 planarTrans (planarTransData); // Planar, face-agnostic transformation. in MultiTexShader()
[all …]
Des3fShaderMatrixTests.cpp71 using tcu::Mat3;
272 DECLARE_TYPE_TRAIT(TYPE_FLOAT_MAT3, tcu::Mat3);
505 … tcu::Mat3 getInputValue<INPUTTYPE_CONST, TYPE_FLOAT_MAT3> (const ShaderEvalContext& evalCtx, int… in getInputValue()
553 template <> inline tcu::Mat3 getInputValue<INPUTTYPE_DYNAMIC, TYPE_FLOAT_MAT3> (const ShaderEvalCon… in getInputValue()
556 tcu::Mat3 m; in getInputValue()
615 inline tcu::Vec3 reduceToVec3 (const tcu::Mat3& value) { return value.getColumn(0) + value.getColu… in reduceToVec3()
698 return + mat(0,0) * determinant(tcu::Mat3(minorMatrices[0])) in determinant()
699 - mat(0,1) * determinant(tcu::Mat3(minorMatrices[1])) in determinant()
700 + mat(0,2) * determinant(tcu::Mat3(minorMatrices[2])) in determinant()
701 - mat(0,3) * determinant(tcu::Mat3(minorMatrices[3])); in determinant()
[all …]
/external/deqp-deps/glslang/Test/baseResults/
Dspv.matFun.vert.out15 Name 21 "Mat3(mf44;"
119 21(Mat3(mf44;): 8 Function None 19
154 67: 8 FunctionCall 21(Mat3(mf44;) 65(param)
/external/angle/third_party/vulkan-deps/glslang/src/Test/baseResults/
Dspv.matFun.vert.out15 Name 21 "Mat3(mf44;"
119 21(Mat3(mf44;): 8 Function None 19
154 67: 8 FunctionCall 21(Mat3(mf44;) 65(param)
/external/deqp/external/vulkancts/modules/vulkan/ray_tracing/
DvktRayTracingDirectionTests.cpp115 tcu::Mat3 getScaleMatrix (float scaleFactor) in getScaleMatrix()
123 return tcu::Mat3(scaleDirectionMatrixData); in getScaleMatrix()
127 tcu::Mat3 getRotationMatrix (float rotationX, float rotationY) in getRotationMatrix()
141 const tcu::Mat3 rotationMatrixX (rotationMatrixDataX); in getRotationMatrix()
149 const tcu::Mat3 rotationMatrixY (rotationMatrixDataY); in getRotationMatrix()
155 VkTransformMatrixKHR toTransformMatrixKHR (const tcu::Mat3& mat3) in toTransformMatrixKHR()
/external/llvm-project/llvm/test/CodeGen/X86/
Dnegate-add-zero.ll61 …3, %struct.Vec3, %struct.Vec3, %struct.Vec3, %struct.Vec3, %struct.Mat3, %struct.Mat3, %struct.Vec…
63 …Spec<1>", %struct.Vec3, %"struct.CDSVector<Vec3,0,CDS::DefaultAlloc>", %struct.Vec3, %struct.Mat3 }
65 …3, %struct.Vec3, %struct.Vec3, %struct.Vec3, %struct.Vec3, %struct.Mat3, %struct.Mat3, %struct.Vec…
67 …e,1,6,0,0>", %struct.Mat6, %"struct.FixedMatrix<double,1,6,0,0>", %struct.Mat3, %struct.Mat6, %str…
75 %struct.InertiaTensor = type { %struct.Mat3 }
80 %struct.Mat3 = type { %"struct.FixedMatrix<double,3,3,0,0>" }
946 …MatrixIT0_ERKS4_(%struct.Mat3* noalias sret(%struct.Mat3), %"struct.SubMatrix<FixedMatrix<double, …
948 …MatrixIT0_ERKS4_(%struct.Mat3* noalias sret(%struct.Mat3), %"struct.SubMatrix<FixedMatrix<double, …
952 …IdLi6ELi6ELi0ELi0EEET_RKS3_RK9SubMatrixIT0_E(%struct.Mat3* noalias sret(%struct.Mat3), %struct.Mat…
978 …IdLi6ELi6ELi0ELi0EEET_RKS3_RK9SubMatrixIT0_E(%struct.Mat3* noalias sret(%struct.Mat3), %struct.Mat…
[all …]
/external/deqp/modules/gles3/scripts/
Dgen-swizzles.py211 inMat3 = [Mat3(1.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 1.0),
212 Mat3(6.5, 12.5, -0.75, 32.0, 1.0/32.0, 1.0/64.0, 1.0/8.0, 1.0/16.0, 1.0/32.0),
/external/deqp/modules/gles2/scripts/
Dgen-swizzles.py207 inMat3 = [Mat3(1.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 1.0),
208 Mat3(6.5, 12.5, -0.75, 32.0, 1.0/32.0, 1.0/64.0, 1.0/8.0, 1.0/16.0, 1.0/32.0),
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderMatrixTests.cpp67 using tcu::Mat3;
267 DECLARE_TYPE_TRAIT(TYPE_FLOAT_MAT3, tcu::Mat3);
500 … tcu::Mat3 getInputValue<INPUTTYPE_CONST, TYPE_FLOAT_MAT3> (const ShaderEvalContext& evalCtx, int… in getInputValue()
548 template <> inline tcu::Mat3 getInputValue<INPUTTYPE_DYNAMIC, TYPE_FLOAT_MAT3> (const ShaderEvalCon… in getInputValue()
551 tcu::Mat3 m; in getInputValue()
610 inline tcu::Vec3 reduceToVec3 (const tcu::Mat3& value) { return value.getColumn(0) + value.getColu… in reduceToVec3()
693 return + mat(0,0) * determinant(tcu::Mat3(minorMatrices[0])) in determinant()
694 - mat(0,1) * determinant(tcu::Mat3(minorMatrices[1])) in determinant()
695 + mat(0,2) * determinant(tcu::Mat3(minorMatrices[2])) in determinant()
696 - mat(0,3) * determinant(tcu::Mat3(minorMatrices[3])); in determinant()
[all …]
/external/llvm/test/CodeGen/X86/
Dnegate-add-zero.ll60 …3, %struct.Vec3, %struct.Vec3, %struct.Vec3, %struct.Vec3, %struct.Mat3, %struct.Mat3, %struct.Vec…
62 …Spec<1>", %struct.Vec3, %"struct.CDSVector<Vec3,0,CDS::DefaultAlloc>", %struct.Vec3, %struct.Mat3 }
64 …3, %struct.Vec3, %struct.Vec3, %struct.Vec3, %struct.Vec3, %struct.Mat3, %struct.Mat3, %struct.Vec…
66 …e,1,6,0,0>", %struct.Mat6, %"struct.FixedMatrix<double,1,6,0,0>", %struct.Mat3, %struct.Mat6, %str…
74 %struct.InertiaTensor = type { %struct.Mat3 }
79 %struct.Mat3 = type { %"struct.FixedMatrix<double,3,3,0,0>" }
900 …_RK9SubMatrixIT0_ERKS4_(%struct.Mat3* noalias sret, %"struct.SubMatrix<FixedMatrix<double, 6, 6, 0…
902 …_RK9SubMatrixIT0_ERKS4_(%struct.Mat3* noalias sret, %"struct.SubMatrix<FixedMatrix<double, 6, 6, 0…
906 …dMatrixIdLi6ELi6ELi0ELi0EEET_RKS3_RK9SubMatrixIT0_E(%struct.Mat3* noalias sret, %struct.Mat3*, %"s…
932 …dMatrixIdLi6ELi6ELi0ELi0EEET_RKS3_RK9SubMatrixIT0_E(%struct.Mat3* noalias sret, %struct.Mat3*, %"s…
[all …]

12