/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/detail/ |
H A D | type_mat.hpp | 338 typedef lowp_mat2x4 mat2x4; typedef 348 typedef mediump_mat2x4 mat2x4; typedef 369 typedef highp_mat2x4 mat2x4; typedef
|
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtx/ |
H A D | scalar_multiplication.hpp | 60 GLM_IMPLEMENT_SCAL_MULT(mat2x4)
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/ |
H A D | Initialize.cpp | 150 TType *mat2x4 = new TType(EbtFloat, 2, 4); in InsertBuiltInFunctions() local 166 symbolTable.insertBuiltIn(ESSL3_BUILTINS, EOpMul, mat2x4, "matrixCompMult", mat2x4, mat2x4); in InsertBuiltInFunctions() 176 symbolTable.insertBuiltIn(ESSL3_BUILTINS, EOpOuterProduct, mat2x4, "outerProduct", float4, float2); 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 | 277 Global("m3", ty.mat2x4<f32>(), ast::StorageClass::kWorkgroup); in TEST_F()
|
H A D | generator_impl_type_test.cc | 249 Member("m", ty.mat2x4<f32>()), in TEST_F() 603 Member("tint_pad_8", ty.mat2x4<f32>()), in TEST_F()
|
/third_party/skia/third_party/externals/tint/src/ |
H A D | program_builder.h | 539 const ast::Matrix* mat2x4(const ast::Type* type) const { in mat2x4() function in tint::ProgramBuilder::TypesBuilder 601 const ast::Matrix* mat2x4() const { in mat2x4() function in tint::ProgramBuilder::TypesBuilder 602 return mat2x4(Of<T>()); in mat2x4() 1245 const ast::CallExpression* mat2x4(ARGS&&... args) { in mat2x4() function in tint::ProgramBuilder 1246 return Construct(ty.mat2x4<T>(), std::forward<ARGS>(args)...); in mat2x4()
|
/third_party/mesa3d/src/compiler/glsl/ |
H A D | builtin_types.cpp | 155 T(mat2x4, 120, 300)
|
/third_party/skia/third_party/externals/tint/src/writer/glsl/ |
H A D | generator_impl_member_accessor_test.cc | 61 return ty.mat2x4<T>(); in ty_mat2x4()
|
/third_party/mesa3d/src/compiler/ |
H A D | builtin_type_macros.h | 61 DECL_TYPE(mat2x4, GL_FLOAT_MAT2x4, GLSL_TYPE_FLOAT, 4, 2)
|
/third_party/skia/third_party/externals/tint/src/resolver/ |
H A D | struct_layout_test.cc | 247 Member("c", ty.mat2x4<f32>()), in TEST_F() 270 EXPECT_EQ(sem->Members()[2]->Offset(), 48u); // mat2x4 in TEST_F()
|
/third_party/skia/third_party/externals/tint/src/writer/hlsl/ |
H A D | generator_impl_member_accessor_test.cc | 61 return ty.mat2x4<T>(); in ty_mat2x4()
|
/third_party/skia/third_party/externals/tint/src/writer/spirv/ |
H A D | builder_constructor_expression_test.cc | 1095 auto* cast = mat2x4<f32>(vec4<f32>(2.0f, 2.0f, 2.0f, 2.0f), in TEST_F()
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl4cEnhancedLayoutsTests.hpp | 118 static const Type mat2x4; member
|
H A D | gl4cEnhancedLayoutsTests.cpp | 159 const Type Type::mat2x4 = Type::GetType(Type::Float, 2, 4); member in gl4cts::EnhancedLayouts::Utils::Type 459 { 0, "mat2", "mat2x3", "mat2x4" }, in GetGLSLTypeName() 5469 type = Utils::Type::mat2x4; in getType()
|