/third_party/skia/third_party/externals/tint/src/writer/hlsl/ |
H A D | generator_impl_assign_test.cc | 95 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 D | generator_impl_member_accessor_test.cc | 77 return ty.mat4x2<T>(); in ty_mat4x2()
|
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/detail/ |
H A D | type_mat.hpp | 342 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 D | scalar_multiplication.hpp | 64 GLM_IMPLEMENT_SCAL_MULT(mat4x2)
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/ |
H A D | Initialize.cpp | 154 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 D | generator_impl_test.cc | 281 Global("m7", ty.mat4x2<f32>(), ast::StorageClass::kWorkgroup); in TEST_F()
|
H A D | generator_impl_type_test.cc | 257 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 D | program_builder.h | 563 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 D | builtin_types.cpp | 158 T(mat4x2, 120, 300)
|
/third_party/skia/third_party/externals/tint/src/writer/glsl/ |
H A D | generator_impl_member_accessor_test.cc | 77 return ty.mat4x2<T>(); in ty_mat4x2()
|
/third_party/mesa3d/src/compiler/ |
H A D | builtin_type_macros.h | 64 DECL_TYPE(mat4x2, GL_FLOAT_MAT4x2, GLSL_TYPE_FLOAT, 2, 4)
|
/third_party/skia/third_party/externals/tint/src/resolver/ |
H A D | struct_layout_test.cc | 251 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 D | builder_constructor_expression_test.cc | 1017 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 D | gl4cEnhancedLayoutsTests.hpp | 122 static const Type mat4x2; member
|
H A D | gl4cEnhancedLayoutsTests.cpp | 163 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()
|