Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/tint/src/transform/
Ddecompose_memory_access.cc99 struct LoadStoreKey { struct
100 ast::StorageClass const storage_class; // buffer storage class
101 sem::Type const* buf_ty = nullptr; // buffer type
102 sem::Type const* el_ty = nullptr; // element type
103 bool operator==(const LoadStoreKey& rhs) const { in operator ==()
107 struct Hasher {