Searched defs:LoadStoreConf (Results 1 – 1 of 1) sorted by relevance
124 struct LoadStoreConf { struct126 using BufferT = Buffer<Size>;127 using T = typename Backend::template getNextType<Size>;129 static constexpr size_t SIZE = Size;131 static BufferT load(const BufferT &ref) { in load()137 static void store(BufferT &ref, const BufferT value) { in store()