Searched refs:StructuredBufferKey (Results 1 – 2 of 2) sorted by relevance
139 struct StructuredBufferKey struct141 StructuredBufferKey(unsigned int offsetIn, unsigned int structureByteStrideIn) in StructuredBufferKey() argument144 bool operator<(const StructuredBufferKey &rhs) const218 typedef std::map<StructuredBufferKey, BufferCacheEntry> StructuredBufferCache;
924 StructuredBufferKey structuredBufferKey = StructuredBufferKey(offset, structureByteStride); in getStructuredBufferRangeSRV()