Searched refs:StructuredBufferKey (Results 1 – 2 of 2) sorted by relevance
147 struct StructuredBufferKey struct149 StructuredBufferKey(unsigned int offsetIn, unsigned int structureByteStrideIn) in StructuredBufferKey() function152 bool operator<(const StructuredBufferKey &rhs) const226 typedef std::map<StructuredBufferKey, BufferCacheEntry> StructuredBufferCache;
930 StructuredBufferKey structuredBufferKey = StructuredBufferKey(offset, structureByteStride); in getStructuredBufferRangeSRV()