Home
last modified time | relevance | path

Searched refs:mat3x4 (Results 1 - 16 of 16) sorted by relevance

/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/detail/
H A Dtype_mat.hpp341 typedef lowp_mat3x4 mat3x4; typedef
351 typedef mediump_mat3x4 mat3x4; typedef
384 typedef highp_mat3x4 mat3x4; typedef
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtx/
H A Dscalar_multiplication.hpp63 GLM_IMPLEMENT_SCAL_MULT(mat3x4)
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
H A DInitialize.cpp153 TType *mat3x4 = new TType(EbtFloat, 3, 4); in InsertBuiltInFunctions() local
168 symbolTable.insertBuiltIn(ESSL3_BUILTINS, EOpMul, mat3x4, "matrixCompMult", mat3x4, mat3x4); in InsertBuiltInFunctions()
178 symbolTable.insertBuiltIn(ESSL3_BUILTINS, EOpOuterProduct, mat3x4, "outerProduct", float4, float3); in InsertBuiltInFunctions()
188 symbolTable.insertBuiltIn(ESSL3_BUILTINS, EOpTranspose, mat3x4, "transpose", mat4x3); in InsertBuiltInFunctions()
189 symbolTable.insertBuiltIn(ESSL3_BUILTINS, EOpTranspose, mat4x3, "transpose", mat3x4); in InsertBuiltInFunctions()
/third_party/skia/third_party/externals/tint/src/writer/msl/
H A Dgenerator_impl_test.cc280 Global("m6", ty.mat3x4<f32>(), ast::StorageClass::kWorkgroup); in TEST_F()
H A Dgenerator_impl_type_test.cc255 Member("s", ty.mat3x4<f32>()), in TEST_F()
609 Member("tint_pad_34", ty.mat3x4<f32>()), in TEST_F()
/third_party/skia/third_party/externals/tint/src/writer/spirv/
H A Dbuilder_binary_expression_test.cc1156 const ast::Expression* lhs = mat3x4<f32>(); in TEST_P()
1157 const ast::Expression* rhs = mat3x4<f32>(); in TEST_P()
1205 const ast::Expression* lhs = mat3x4<f32>(); in TEST_P()
H A Dbuilder_constructor_expression_test.cc1114 auto* cast = mat3x4<f32>(vec4<f32>(2.0f, 2.0f, 2.0f, 2.0f), in TEST_F()
/third_party/skia/third_party/externals/tint/src/
H A Dprogram_builder.h557 const ast::Matrix* mat3x4(const ast::Type* type) const { in mat3x4() function in tint::ProgramBuilder::TypesBuilder
619 const ast::Matrix* mat3x4() const { in mat3x4() function in tint::ProgramBuilder::TypesBuilder
620 return mat3x4(Of<T>()); in mat3x4()
1269 const ast::CallExpression* mat3x4(ARGS&&... args) { in mat3x4() function in tint::ProgramBuilder
1270 return Construct(ty.mat3x4<T>(), std::forward<ARGS>(args)...); in mat3x4()
/third_party/mesa3d/src/compiler/glsl/
H A Dbuiltin_types.cpp157 T(mat3x4, 120, 300)
/third_party/skia/third_party/externals/tint/src/writer/glsl/
H A Dgenerator_impl_member_accessor_test.cc73 return ty.mat3x4<T>(); in ty_mat3x4()
/third_party/skia/third_party/externals/tint/src/resolver/
H A Ddependency_graph_test.cc502 b.Global(b.Sym(), b.ty.mat3x4(node), ast::StorageClass::kPrivate); in Add()
543 b.GlobalConst(b.Sym(), b.ty.mat3x4(node), b.Expr(1)); in Add()
595 statements.emplace_back(b.Decl(b.Var(b.Sym(), b.ty.mat3x4(node)))); in Add()
H A Dstruct_layout_test.cc250 Member("f", ty.mat3x4<f32>()), in TEST_F()
279 EXPECT_EQ(sem->Members()[5]->Offset(), 160u); // mat3x4 in TEST_F()
/third_party/mesa3d/src/compiler/
H A Dbuiltin_type_macros.h63 DECL_TYPE(mat3x4, GL_FLOAT_MAT3x4, GLSL_TYPE_FLOAT, 4, 3)
/third_party/skia/third_party/externals/tint/src/writer/hlsl/
H A Dgenerator_impl_member_accessor_test.cc73 return ty.mat3x4<T>(); in ty_mat3x4()
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cEnhancedLayoutsTests.hpp121 static const Type mat3x4; member
H A Dgl4cEnhancedLayoutsTests.cpp162 const Type Type::mat3x4 = Type::GetType(Type::Float, 3, 4); member in gl4cts::EnhancedLayouts::Utils::Type
460 { 0, "mat3x2", "mat3", "mat3x4" }, in GetGLSLTypeName()
5478 type = Utils::Type::mat3x4; in getType()

Completed in 51 milliseconds