Searched refs:lruCount (Results 1 – 6 of 6) sorted by relevance
27 mVertexDeclCache[i].lruCount = 0; in VertexDeclarationCache()211 entry->lruCount = ++mMaxLru; in applyDeclaration()226 if (mVertexDeclCache[i].lruCount < lastCache->lruCount) in applyDeclaration()246 lastCache->lruCount = ++mMaxLru; in applyDeclaration()
61 UINT lruCount; member
146 mNullRenderTargetCache[i].lruCount = 0; in Renderer9()1277 mNullRenderTargetCache[i].lruCount = ++mMaxNullColorbufferLRU; in getNullColorRenderTarget()1290 if (mNullRenderTargetCache[i].lruCount < oldest->lruCount) in getNullColorRenderTarget()1298 oldest->lruCount = ++mMaxNullColorbufferLRU; in getNullColorRenderTarget()
570 UINT lruCount; member
141 BufferCacheEntry() : storage(nullptr), lruCount(0) {} in BufferCacheEntry()144 unsigned int lruCount; member
872 cacheEntry->lruCount = ++mMaxConstantBufferLruCount; in getConstantBufferRangeStorage()875 cacheEntry->lruCount = ++mMaxConstantBufferLruCount; in getConstantBufferRangeStorage()893 return a.second.lruCount < b.second.lruCount; in getConstantBufferRangeStorage()936 cacheEntry->lruCount = ++mMaxStructuredBufferLruCount; in getStructuredBufferRangeSRV()939 cacheEntry->lruCount = ++mMaxStructuredBufferLruCount; in getStructuredBufferRangeSRV()959 return a.second.lruCount < b.second.lruCount; in getStructuredBufferRangeSRV()