/third_party/skia/third_party/externals/tint/src/resolver/ |
H A D | call_test.cc | 42 using mat3x2 = builder::mat3x2<T>; 82 ParamsFor<mat3x2<f32>>() //
|
H A D | resolver_test.cc | 72 using mat3x2 = builder::mat3x2<T>; 1284 DataType<mat3x2<f32>>::AST // 1384 ParamsFor<mat3x2<f32>, f32, mat3x2<f32>>(Op::kMultiply), 1388 ParamsFor<f32, mat3x2<f32>, mat3x2<f32>>(Op::kMultiply), 1392 ParamsFor<vec2<f32>, mat3x2<f32>, vec3<f32>>(Op::kMultiply), 1395 ParamsFor<mat3x2<f32>, vec3<f32>, vec2<f32>>(Op::kMultiply), 1399 ParamsFor<mat2x3<f32>, mat3x2<f3 [all...] |
H A D | resolver_test_helper.h | 151 using mat3x2 = mat<3, 2, T>;
|
H A D | struct_layout_test.cc | 248 Member("d", ty.mat3x2<f32>()), in TEST_F() 273 EXPECT_EQ(sem->Members()[3]->Offset(), 80u); // mat3x2 in TEST_F()
|
H A D | type_constructor_validation_test.cc | 39 using builder::mat3x2; 364 CreatePtrsFor<mat3x2<i32>>(), // 365 CreatePtrsFor<mat3x2<u32>>(), // 366 CreatePtrsFor<mat3x2<f32>>() //
|
H A D | entry_point_validation_test.cc | 607 // struct S { [[location(0)]] m: mat3x2<f32>; }; in TEST_F() 609 auto* m = Member(Source{{34, 56}}, "m", ty.mat3x2<f32>(), in TEST_F() 616 "type 'mat3x2<f32>'\n" in TEST_F()
|
H A D | dependency_graph_test.cc | 1311 Global(Sym(), ty.mat3x2(T)); in TEST_F()
|
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/detail/ |
H A D | type_mat.hpp | 339 typedef lowp_mat3x2 mat3x2; typedef 349 typedef mediump_mat3x2 mat3x2; typedef 374 typedef highp_mat3x2 mat3x2; typedef
|
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtx/ |
H A D | scalar_multiplication.hpp | 61 GLM_IMPLEMENT_SCAL_MULT(mat3x2)
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/ |
H A D | Initialize.cpp | 151 TType *mat3x2 = new TType(EbtFloat, 3, 2); in InsertBuiltInFunctions() local 165 symbolTable.insertBuiltIn(ESSL3_BUILTINS, EOpMul, mat3x2, "matrixCompMult", mat3x2, mat3x2); in InsertBuiltInFunctions() 175 symbolTable.insertBuiltIn(ESSL3_BUILTINS, EOpOuterProduct, mat3x2, "outerProduct", float2, float3); in InsertBuiltInFunctions() 184 symbolTable.insertBuiltIn(ESSL3_BUILTINS, EOpTranspose, mat2x3, "transpose", mat3x2); in InsertBuiltInFunctions() 185 symbolTable.insertBuiltIn(ESSL3_BUILTINS, EOpTranspose, mat3x2, "transpose", mat2x3); in InsertBuiltInFunctions()
|
/third_party/skia/third_party/externals/tint/src/writer/msl/ |
H A D | generator_impl_variable_decl_statement_test.cc | 100 auto* var = Var("a", ty.mat3x2<f32>()); in TEST_F()
|
H A D | generator_impl_test.cc | 278 Global("m4", ty.mat3x2<f32>(), ast::StorageClass::kWorkgroup); in TEST_F()
|
H A D | generator_impl_intrinsic_test.cc | 180 Global("m3x2", ty.mat3x2<f32>(), ast::StorageClass::kPrivate); in TEST_P()
|
H A D | generator_impl_type_test.cc | 251 Member("o", ty.mat3x2<f32>()), in TEST_F() 605 Member("tint_pad_29", ty.mat3x2<f32>()), in TEST_F()
|
/third_party/skia/third_party/externals/tint/src/ |
H A D | program_builder.h | 545 const ast::Matrix* mat3x2(const ast::Type* type) const { in mat3x2() function in tint::ProgramBuilder::TypesBuilder 607 const ast::Matrix* mat3x2() const { in mat3x2() function in tint::ProgramBuilder::TypesBuilder 608 return mat3x2(Of<T>()); in mat3x2() 1253 const ast::CallExpression* mat3x2(ARGS&&... args) { in mat3x2() function in tint::ProgramBuilder 1254 return Construct(ty.mat3x2<T>(), std::forward<ARGS>(args)...); in mat3x2()
|
/third_party/mesa3d/src/compiler/glsl/ |
H A D | builtin_types.cpp | 156 T(mat3x2, 120, 300)
|
/third_party/skia/third_party/externals/tint/src/writer/glsl/ |
H A D | generator_impl_member_accessor_test.cc | 65 return ty.mat3x2<T>(); in ty_mat3x2()
|
H A D | generator_impl_intrinsic_test.cc | 166 Global("m3x2", ty.mat3x2<f32>(), ast::StorageClass::kPrivate); in TEST_P()
|
/third_party/mesa3d/src/compiler/ |
H A D | builtin_type_macros.h | 62 DECL_TYPE(mat3x2, GL_FLOAT_MAT3x2, GLSL_TYPE_FLOAT, 2, 3)
|
/third_party/skia/third_party/externals/tint/src/writer/hlsl/ |
H A D | generator_impl_intrinsic_test.cc | 166 Global("m3x2", ty.mat3x2<f32>(), ast::StorageClass::kPrivate); in TEST_P()
|
H A D | generator_impl_member_accessor_test.cc | 65 return ty.mat3x2<T>(); in ty_mat3x2()
|
/third_party/skia/third_party/externals/tint/src/writer/spirv/ |
H A D | builder_constructor_expression_test.cc | 998 auto* cast = mat3x2<f32>(vec2<f32>(2.0f, 2.0f), vec2<f32>(2.0f, 2.0f), in TEST_F()
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl4cEnhancedLayoutsTests.hpp | 119 static const Type mat3x2; member
|
H A D | gl4cEnhancedLayoutsTests.cpp | 160 const Type Type::mat3x2 = Type::GetType(Type::Float, 3, 2); member in gl4cts::EnhancedLayouts::Utils::Type 460 { 0, "mat3x2", "mat3", "mat3x4" }, in GetGLSLTypeName() 5475 type = Utils::Type::mat3x2; in getType() 23100 Note: the type can be float, double, mat2, mat3x2, dmat2, dmat3x2..., so to make the each variable of "captured_varyings" has the same xfb_offset with the above shaders, in test()
|