Searched refs:pCache (Results 1 - 3 of 3) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
H A D | vkResourceInterface.cpp | 699 VkPipelineCache pCache = pit->second->get(); in createGraphicsPipelines() local 700 return it->second(device, pCache, createInfoCount, pCreateInfoCopies.data(), pAllocator, pPipelines); in createGraphicsPipelines() 791 VkPipelineCache pCache = pit->second->get(); in createComputePipelines() local 792 return it->second(device, pCache, createInfoCount, pCreateInfoCopies.data(), pAllocator, pPipelines); in createComputePipelines()
|
/third_party/sqlite/src/ |
H A D | sqlite3.c | 16508 PCache *pCache; /* PRIVATE: Cache that owns this page */ member 16518 ** Elements above, except pCache, are public. All that follow are 16520 ** pCache is grouped with the public elements for efficiency. 16618 SQLITE_PRIVATE void sqlite3PcacheIterateDirty(PCache *pCache, void (*xIter)(PgHdr *)); 16666 SQLITE_PRIVATE int sqlite3PCacheIsDirty(PCache *pCache); 52662 sqlite3_pcache *pCache; /* Pluggable cache module */ global() member 52688 pcacheDump(PCache *pCache) global() argument 52717 pageOnDirtyList(PCache *pCache, PgHdr *pPg) global() argument 52737 PCache *pCache; global() local 52955 sqlite3PcacheSetPageSize(PCache *pCache, int szPage) global() argument 52999 sqlite3PcacheFetch( PCache *pCache, Pgno pgno, int createFlag ) global() argument 53041 sqlite3PcacheFetchStress( PCache *pCache, Pgno pgno, sqlite3_pcache_page **ppPage ) global() argument 53097 pcacheFetchFinishWithInit( PCache *pCache, Pgno pgno, sqlite3_pcache_page *pPage ) global() argument 53123 sqlite3PcacheFetchFinish( PCache *pCache, Pgno pgno, sqlite3_pcache_page *pPage ) global() argument 53225 sqlite3PcacheCleanAll(PCache *pCache) global() argument 53236 sqlite3PcacheClearWritable(PCache *pCache) global() argument 53248 sqlite3PcacheClearSyncFlags(PCache *pCache) global() argument 53260 PCache *pCache = p->pCache; global() local 53291 sqlite3PcacheTruncate(PCache *pCache, Pgno pgno) global() argument 53324 sqlite3PcacheClose(PCache *pCache) global() argument 53333 sqlite3PcacheClear(PCache *pCache) global() argument 53413 sqlite3PcacheDirtyList(PCache *pCache) global() argument 53427 sqlite3PcacheRefCount(PCache *pCache) global() argument 53441 sqlite3PcachePagecount(PCache *pCache) global() argument 53450 sqlite3PcacheGetCachesize(PCache *pCache) global() argument 53458 sqlite3PcacheSetCachesize(PCache *pCache, int mxPage) global() argument 53487 sqlite3PcacheShrink(PCache *pCache) global() argument 53502 sqlite3PCachePercentDirty(PCache *pCache) global() argument 53514 sqlite3PCacheIsDirty(PCache *pCache) global() argument 53525 sqlite3PcacheIterateDirty(PCache *pCache, void (*xIter)(PgHdr *)) global() argument 53657 PCache1 *pCache; /* Cache that currently owns this page */ global() member 53835 pcache1InitBulk(PCache1 *pCache) global() argument 53966 pcache1AllocPage(PCache1 *pCache, int benignMalloc) global() argument 54007 PCache1 *pCache; global() local 54054 pcache1UnderMemoryPressure(PCache1 *pCache) global() argument 54139 PCache1 *pCache = pPage->pCache; global() local 54155 pcache1EnforceMaxPage(PCache1 *pCache) global() argument 54180 pcache1TruncateUnsafe( PCache1 *pCache, unsigned int iLimit ) global() argument 54299 PCache1 *pCache; /* The newly created page cache */ global() local 54349 PCache1 *pCache = (PCache1 *)p; global() local 54374 PCache1 *pCache = (PCache1*)p; global() local 54392 PCache1 *pCache = (PCache1*)p; global() local 54408 pcache1FetchStage2( PCache1 *pCache, unsigned int iKey, int createFlag ) global() argument 54541 PCache1 *pCache = (PCache1 *)p; global() local 54571 PCache1 *pCache = (PCache1 *)p; global() local 54587 PCache1 *pCache = (PCache1 *)p; global() local 54617 PCache1 *pCache = (PCache1 *)p; global() local 54653 PCache1 *pCache = (PCache1 *)p; global() local 54691 PCache1 *pCache = (PCache1 *)p; global() local 54706 PCache1 *pCache = (PCache1 *)p; global() local [all...] |
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
H A D | RendererVk.cpp | 2922 vk::PipelineCache pCache; in getPipelineCache() local 2924 ANGLE_TRY(initPipelineCache(vk::GetImpl(mDisplay), &pCache, &success)); in getPipelineCache() 2928 mPipelineCache.merge(mDevice, mPipelineCache.getHandle(), 1, pCache.ptr()); in getPipelineCache() 2931 pCache.destroy(mDevice); in getPipelineCache()
|
Completed in 132 milliseconds