Home
last modified time | relevance | path

Searched defs:mat2x3 (Results 1 – 13 of 13) sorted by relevance

/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/detail/
Dtype_mat.hpp337 typedef lowp_mat2x3 mat2x3; typedef
347 typedef mediump_mat2x3 mat2x3; typedef
364 typedef highp_mat2x3 mat2x3; typedef
/third_party/skia/third_party/externals/tint/src/resolver/
Dcall_test.cc40 using mat2x3 = builder::mat2x3<T>; typedef
Dresolver_test_helper.h148 using mat2x3 = mat<2, 3, T>; variable
Dresolver_test.cc70 using mat2x3 = builder::mat2x3<T>; typedef
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
DInitialize.cpp149 TType *mat2x3 = new TType(EbtFloat, 2, 3); in InsertBuiltInFunctions() local
/third_party/skia/third_party/externals/tint/src/
Dprogram_builder.h533 const ast::Matrix* mat2x3(const ast::Type* type) const { in mat2x3() function
595 const ast::Matrix* mat2x3() const { in mat2x3() function
1237 const ast::CallExpression* mat2x3(ARGS&&... args) { in mat2x3() function
/third_party/skia/third_party/externals/tint/src/writer/glsl/
Dgenerator_impl_type_test.cc141 auto* mat2x3 = create<sem::Matrix>(vec3, 2); in TEST_F() local
/third_party/skia/third_party/externals/tint/src/writer/hlsl/
Dgenerator_impl_type_test.cc141 auto* mat2x3 = create<sem::Matrix>(vec3, 2); in TEST_F() local
/third_party/skia/third_party/externals/tint/src/writer/wgsl/
Dgenerator_impl_type_test.cc107 auto* mat2x3 = ty.mat2x3<f32>(); in TEST_F() local
/third_party/skia/third_party/externals/tint/src/writer/spirv/
Dbuilder_type_test.cc212 auto* mat2x3 = create<sem::Matrix>(vec3, 2); in TEST_F() local
/third_party/skia/third_party/externals/tint/src/writer/msl/
Dgenerator_impl_type_test.cc181 auto* mat2x3 = create<sem::Matrix>(vec3, 2); in TEST_F() local
/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cEnhancedLayoutsTests.hpp117 static const Type mat2x3; member
Dgl4cEnhancedLayoutsTests.cpp158 const Type Type::mat2x3 = Type::GetType(Type::Float, 2, 3); member in gl4cts::EnhancedLayouts::Utils::Type