Searched defs:IndirectLinearData (Results 1 – 1 of 1) sorted by relevance
75 struct IndirectLinearData { struct76 typedef impl::Entry<T> Entry;80 __device__ int get_index(int i) const { in get_index()83 __device__ T get_value(int i) const { return data[i].value; } in get_value()85 Entry* const data;86 Entry* const backing_data;