Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/detail/
H A Dtype_mat.hpp343 typedef lowp_mat4x3 mat4x3; typedef
353 typedef mediump_mat4x3 mat4x3; typedef
394 typedef highp_mat4x3 mat4x3; typedef
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtx/
H A Dscalar_multiplication.hpp65 GLM_IMPLEMENT_SCAL_MULT(mat4x3)
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
H A DInitialize.cpp155 TType *mat4x3 = new TType(EbtFloat, 4, 3); in InsertBuiltInFunctions() local
169 symbolTable.insertBuiltIn(ESSL3_BUILTINS, EOpMul, mat4x3, "matrixCompMult", mat4x3, mat4x3); in InsertBuiltInFunctions()
179 symbolTable.insertBuiltIn(ESSL3_BUILTINS, EOpOuterProduct, mat4x3, "outerProduct", float3, float4); 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/glsl/
H A Dgenerator_impl_member_accessor_test.cc81 return ty.mat4x3<T>(); in ty_mat4x3()
322 // a : mat4x3<f32>; in TEST_F()
329 Member("a", ty.mat4x3<f32>()), in TEST_F()
348 mat4x3 a; in TEST_F()
/third_party/skia/third_party/externals/tint/src/writer/hlsl/
H A Dgenerator_impl_member_accessor_test.cc81 return ty.mat4x3<T>(); in ty_mat4x3()
363 // a : mat4x3<f32>; in TEST_F()
370 Member("a", ty.mat4x3<f32>()), in TEST_F()
/third_party/skia/third_party/externals/tint/src/writer/msl/
H A Dgenerator_impl_test.cc282 Global("m8", ty.mat4x3<f32>(), ast::StorageClass::kWorkgroup); in TEST_F()
H A Dgenerator_impl_type_test.cc259 Member("w", ty.mat4x3<f32>()), in TEST_F()
613 Member("tint_pad_31", ty.mat4x3<f32>()), in TEST_F()
/third_party/skia/third_party/externals/tint/src/
H A Dprogram_builder.h569 const ast::Matrix* mat4x3(const ast::Type* type) const { in mat4x3() function in tint::ProgramBuilder::TypesBuilder
631 const ast::Matrix* mat4x3() const { in mat4x3() function in tint::ProgramBuilder::TypesBuilder
632 return mat4x3(Of<T>()); in mat4x3()
1285 const ast::CallExpression* mat4x3(ARGS&&... args) { in mat4x3() function in tint::ProgramBuilder
1286 return Construct(ty.mat4x3<T>(), std::forward<ARGS>(args)...); in mat4x3()
/third_party/mesa3d/src/compiler/glsl/
H A Dbuiltin_types.cpp159 T(mat4x3, 120, 300)
/third_party/mesa3d/src/compiler/
H A Dbuiltin_type_macros.h65 DECL_TYPE(mat4x3, GL_FLOAT_MAT4x3, GLSL_TYPE_FLOAT, 3, 4)
/third_party/skia/third_party/externals/tint/src/resolver/
H A Dstruct_layout_test.cc252 Member("h", ty.mat4x3<f32>()), in TEST_F()
285 EXPECT_EQ(sem->Members()[7]->Offset(), 240u); // mat4x3 in TEST_F()
/third_party/skia/third_party/externals/tint/src/writer/spirv/
H A Dbuilder_binary_expression_test.cc1206 const ast::Expression* rhs = mat4x3<f32>(); in TEST_P()
H A Dbuilder_constructor_expression_test.cc1076 mat4x3<f32>(vec3<f32>(2.0f, 2.0f, 2.0f), vec3<f32>(2.0f, 2.0f, 2.0f), in TEST_F()
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cEnhancedLayoutsTests.hpp123 static const Type mat4x3; member
H A Dgl4cEnhancedLayoutsTests.cpp164 const Type Type::mat4x3 = Type::GetType(Type::Float, 4, 3); member in gl4cts::EnhancedLayouts::Utils::Type
461 { 0, "mat4x2", "mat4x3", "mat4" }, in GetGLSLTypeName()
5487 type = Utils::Type::mat4x3; in getType()
28504 m_test_cases.push_back(testCase{(Utils::Shader::STAGES) stage, { {Utils::Type::dvec3, 0}, {Utils::Type::mat4x3, 0} }, is_nested_struct }); in test()

Completed in 54 milliseconds