Lines Matching refs:cacheEntriesPerProxy
125 int cacheEntriesPerProxy) {
156 int expectedCacheCount = startCacheCount + (proxy->isInstantiated() ? 0 : cacheEntriesPerProxy);
178 expectedCacheCount -= cacheEntriesPerProxy;
193 expectedCacheCount -= cacheEntriesPerProxy;
208 expectedCacheCount -= cacheEntriesPerProxy;
221 int cacheEntriesPerProxy) {
252 REPORTER_ASSERT(reporter, cacheEntriesPerProxy + bufferResources == cache->getResourceCount());
261 REPORTER_ASSERT(reporter, cacheEntriesPerProxy + bufferResources == cache->getResourceCount());
288 int cacheEntriesPerProxy) {
319 REPORTER_ASSERT(reporter, cacheEntriesPerProxy == cache->getResourceCount());
339 int cacheEntriesPerProxy = 1;
342 cacheEntriesPerProxy++;
351 cacheEntriesPerProxy);
358 basic_test(direct, reporter, create_wrapped_backend(direct), cacheEntriesPerProxy);
360 invalidation_test(direct, reporter, cacheEntriesPerProxy);
361 invalidation_and_instantiation_test(direct, reporter, cacheEntriesPerProxy);