/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/detail/ |
H A D | type_mat.hpp | 343 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 D | scalar_multiplication.hpp | 65 GLM_IMPLEMENT_SCAL_MULT(mat4x3)
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/ |
H A D | Initialize.cpp | 155 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 D | generator_impl_member_accessor_test.cc | 81 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 D | generator_impl_member_accessor_test.cc | 81 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 D | generator_impl_test.cc | 282 Global("m8", ty.mat4x3<f32>(), ast::StorageClass::kWorkgroup); in TEST_F()
|
H A D | generator_impl_type_test.cc | 259 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 D | program_builder.h | 569 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 D | builtin_types.cpp | 159 T(mat4x3, 120, 300)
|
/third_party/mesa3d/src/compiler/ |
H A D | builtin_type_macros.h | 65 DECL_TYPE(mat4x3, GL_FLOAT_MAT4x3, GLSL_TYPE_FLOAT, 3, 4)
|
/third_party/skia/third_party/externals/tint/src/resolver/ |
H A D | struct_layout_test.cc | 252 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 D | builder_binary_expression_test.cc | 1206 const ast::Expression* rhs = mat4x3<f32>(); in TEST_P()
|
H A D | builder_constructor_expression_test.cc | 1076 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 D | gl4cEnhancedLayoutsTests.hpp | 123 static const Type mat4x3; member
|
H A D | gl4cEnhancedLayoutsTests.cpp | 164 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()
|