Home
last modified time | relevance | path

Searched refs:mat2x4 (Results 1 - 14 of 14) sorted by relevance

/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/detail/
H A Dtype_mat.hpp338 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 Dscalar_multiplication.hpp60 GLM_IMPLEMENT_SCAL_MULT(mat2x4)
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
H A DInitialize.cpp150 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 Dgenerator_impl_test.cc277 Global("m3", ty.mat2x4<f32>(), ast::StorageClass::kWorkgroup); in TEST_F()
H A Dgenerator_impl_type_test.cc249 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 Dprogram_builder.h539 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 Dbuiltin_types.cpp155 T(mat2x4, 120, 300)
/third_party/skia/third_party/externals/tint/src/writer/glsl/
H A Dgenerator_impl_member_accessor_test.cc61 return ty.mat2x4<T>(); in ty_mat2x4()
/third_party/mesa3d/src/compiler/
H A Dbuiltin_type_macros.h61 DECL_TYPE(mat2x4, GL_FLOAT_MAT2x4, GLSL_TYPE_FLOAT, 4, 2)
/third_party/skia/third_party/externals/tint/src/resolver/
H A Dstruct_layout_test.cc247 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 Dgenerator_impl_member_accessor_test.cc61 return ty.mat2x4<T>(); in ty_mat2x4()
/third_party/skia/third_party/externals/tint/src/writer/spirv/
H A Dbuilder_constructor_expression_test.cc1095 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 Dgl4cEnhancedLayoutsTests.hpp118 static const Type mat2x4; member
H A Dgl4cEnhancedLayoutsTests.cpp159 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()

Completed in 56 milliseconds