Home
last modified time | relevance | path

Searched refs:mat4x2 (Results 1 - 15 of 15) sorted by relevance

/third_party/skia/third_party/externals/tint/src/writer/hlsl/
H A Dgenerator_impl_assign_test.cc95 Decl(Var("lhs", ty.mat4x2<f32>())), in TEST_F()
117 Decl(Var("lhs", ty.mat4x2<f32>())), in TEST_F()
149 Decl(Var("lhs", ty.mat4x2<f32>())), in TEST_F()
171 Decl(Var("lhs", ty.mat4x2<f32>())), in TEST_F()
H A Dgenerator_impl_member_accessor_test.cc77 return ty.mat4x2<T>(); in ty_mat4x2()
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/detail/
H A Dtype_mat.hpp342 typedef lowp_mat4x2 mat4x2; typedef
352 typedef mediump_mat4x2 mat4x2; typedef
389 typedef highp_mat4x2 mat4x2; typedef
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtx/
H A Dscalar_multiplication.hpp64 GLM_IMPLEMENT_SCAL_MULT(mat4x2)
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
H A DInitialize.cpp154 TType *mat4x2 = new TType(EbtFloat, 4, 2); in InsertBuiltInFunctions() local
167 symbolTable.insertBuiltIn(ESSL3_BUILTINS, EOpMul, mat4x2, "matrixCompMult", mat4x2, mat4x2); in InsertBuiltInFunctions()
177 symbolTable.insertBuiltIn(ESSL3_BUILTINS, EOpOuterProduct, mat4x2, "outerProduct", float2, float4); in InsertBuiltInFunctions()
186 symbolTable.insertBuiltIn(ESSL3_BUILTINS, EOpTranspose, mat2x4, "transpose", mat4x2); in InsertBuiltInFunctions()
187 symbolTable.insertBuiltIn(ESSL3_BUILTINS, EOpTranspose, mat4x2, "transpose", mat2x4); in InsertBuiltInFunctions()
/third_party/skia/third_party/externals/tint/src/writer/msl/
H A Dgenerator_impl_test.cc281 Global("m7", ty.mat4x2<f32>(), ast::StorageClass::kWorkgroup); in TEST_F()
H A Dgenerator_impl_type_test.cc257 Member("u", ty.mat4x2<f32>()), in TEST_F()
611 Member("tint_pad_30", ty.mat4x2<f32>()), in TEST_F()
/third_party/skia/third_party/externals/tint/src/
H A Dprogram_builder.h563 const ast::Matrix* mat4x2(const ast::Type* type) const { in mat4x2() function in tint::ProgramBuilder::TypesBuilder
625 const ast::Matrix* mat4x2() const { in mat4x2() function in tint::ProgramBuilder::TypesBuilder
626 return mat4x2(Of<T>()); in mat4x2()
1277 const ast::CallExpression* mat4x2(ARGS&&... args) { in mat4x2() function in tint::ProgramBuilder
1278 return Construct(ty.mat4x2<T>(), std::forward<ARGS>(args)...); in mat4x2()
/third_party/mesa3d/src/compiler/glsl/
H A Dbuiltin_types.cpp158 T(mat4x2, 120, 300)
/third_party/skia/third_party/externals/tint/src/writer/glsl/
H A Dgenerator_impl_member_accessor_test.cc77 return ty.mat4x2<T>(); in ty_mat4x2()
/third_party/mesa3d/src/compiler/
H A Dbuiltin_type_macros.h64 DECL_TYPE(mat4x2, GL_FLOAT_MAT4x2, GLSL_TYPE_FLOAT, 2, 4)
/third_party/skia/third_party/externals/tint/src/resolver/
H A Dstruct_layout_test.cc251 Member("g", ty.mat4x2<f32>()), in TEST_F()
282 EXPECT_EQ(sem->Members()[6]->Offset(), 208u); // mat4x2 in TEST_F()
/third_party/skia/third_party/externals/tint/src/writer/spirv/
H A Dbuilder_constructor_expression_test.cc1017 auto* cast = mat4x2<f32>(vec2<f32>(2.0f, 2.0f), vec2<f32>(2.0f, 2.0f), in TEST_F()
1380 auto* t = mat4x2<f32>(); in TEST_F()
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cEnhancedLayoutsTests.hpp122 static const Type mat4x2; member
H A Dgl4cEnhancedLayoutsTests.cpp163 const Type Type::mat4x2 = Type::GetType(Type::Float, 4, 2); member in gl4cts::EnhancedLayouts::Utils::Type
461 { 0, "mat4x2", "mat4x3", "mat4" }, in GetGLSLTypeName()
5484 type = Utils::Type::mat4x2; in getType()

Completed in 53 milliseconds