Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/tint/src/transform/
Ddecompose_strided_matrix.cc35 struct MatrixInfo { struct
37 uint32_t stride = 0;
39 const sem::Matrix* matrix = nullptr;
43 const ast::Array* array(ProgramBuilder* b) const { in array()
49 bool operator==(const MatrixInfo& info) const { in operator ==()
53 struct Hasher {