Lines Matching defs:cache
208 // Besides checking that the number of refs and cache hits and misses are as expected, this
253 // views in this cache should never appear in the recorder's cache
262 // views in this cache should never appear in the main proxy cache
271 // the textures backing the views in this cache should never be discoverable in the
272 // resource cache
338 // the buffer holding the vertex data in this cache should never be discoverable
339 // in the resource cache
681 // it crams a lazy proxy into the cache and then fills it in later.
707 // that needed this resource and reduce future pollution of the cache.
992 // Case 6: Check on dropping refs. In particular, that the cache has its own ref to keep
1020 // The cache still has its ref
1080 // safe cache. This simulates the case where we have one DDL that has finished
1125 // the thread safe cache. This simulates the case where we have one DDL that has finished
1170 // expected wrt the thread safe cache. It, in particular, tests out the MRU behavior
1171 // of the shared cache.
1205 // This should clear out everything but the textures locked in the thread-safe cache
1220 auto cache = dContext->priv().getResourceCache();
1221 size_t currentBytes = cache->getResourceBytes();
1247 // expected wrt the thread safe cache. In particular, that when 'scratchResourcesOnly'
1248 // is true, the call has no effect on the cache.
1272 // This shouldn't remove anything from the cache
1290 // Case 12: Test out purges caused by resetting the cache budget to 0. Note that, due to
1291 // the how the cache operates (i.e., not directly driven by ref/unrefs) there
1292 // needs to be an explicit kick to purge the cache.
1385 // Case 14: Test out mixing & matching view & vertex data w/ recycling of the cache entries to
1414 // Drop all the accumulated resources from the thread-safe cache
1421 // Case 15: Test out posting invalidation messages that involve the thread safe cache
1470 // Case 16: Test out pre-emption of an existing vertex-data cache entry. This test simulates
1472 // to finish is better and usurps the first's position in the cache.