Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/tint/src/writer/msl/
Dgenerator_impl_type_test.cc451 auto* array_x = ty.array<f32, 7>(); in TEST_F() local
518 using array_x = std::array<float, 7>; in TEST_F() typedef