Home
last modified time | relevance | path

Searched defs:mat2x2 (Results 1 – 10 of 10) sorted by relevance

/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/detail/
Dtype_mat.hpp336 typedef lowp_mat2x2 mat2x2; typedef
346 typedef mediump_mat2x2 mat2x2; typedef
359 typedef highp_mat2x2 mat2x2; typedef
/third_party/skia/third_party/externals/tint/src/resolver/
Dcall_test.cc38 using mat2x2 = builder::mat2x2<T>; typedef
Dresolver_test_helper.h145 using mat2x2 = mat<2, 2, T>; variable
Dinferred_type_test.cc35 using mat2x2 = builder::mat2x2<T>; typedef
Dentry_point_validation_test.cc39 using mat2x2 = builder::mat2x2<T>; typedef
Dtype_validation_test.cc40 using mat2x2 = builder::mat2x2<T>; typedef
Ddecoration_validation_test.cc34 using mat2x2 = builder::mat2x2<T>; typedef
Dresolver_test.cc68 using mat2x2 = builder::mat2x2<T>; typedef
/third_party/vk-gl-cts/external/amber/src/src/
Dformat_test.cc896 auto mat2x2 = type::Number::Float(32); in TEST_F() local
941 auto mat2x2 = type::Number::Float(32); in TEST_F() local
/third_party/skia/third_party/externals/tint/src/
Dprogram_builder.h527 const ast::Matrix* mat2x2(const ast::Type* type) const { in mat2x2() function
589 const ast::Matrix* mat2x2() const { in mat2x2() function
1229 const ast::CallExpression* mat2x2(ARGS&&... args) { in mat2x2() function