Home
last modified time | relevance | path

Searched refs:VkPipelineCache (Results 1 – 25 of 79) sorted by relevance

1234

/external/skqp/src/compute/common/vk/
Dcache_vk.h25 VkPipelineCache * pipeline_cache);
31 VkPipelineCache pipeline_cache);
Dcache_vk.c31 VkPipelineCache * pipeline_cache) in vk_pipeline_cache_create()
83 VkPipelineCache pipeline_cache) in vk_pipeline_cache_destroy()
/external/skia/src/compute/common/vk/
Dcache_vk.h25 VkPipelineCache * pipeline_cache);
31 VkPipelineCache pipeline_cache);
Dcache_vk.c31 VkPipelineCache * pipeline_cache) in vk_pipeline_cache_create()
83 VkPipelineCache pipeline_cache) in vk_pipeline_cache_destroy()
/external/swiftshader/src/Vulkan/
DVkPipelineCache.hpp23 class PipelineCache : public Object<PipelineCache, VkPipelineCache>
40 static inline PipelineCache* Cast(VkPipelineCache object) in Cast()
/external/deqp/external/vulkancts/framework/vulkan/
DvkRefUtil.hpp36 VkPipelineCache pipelineCache,
41 VkPipelineCache pipelineCache,
DvkRefUtil.cpp33 VkPipelineCache pipelineCache, in createGraphicsPipeline()
44 VkPipelineCache pipelineCache, in createComputePipeline()
DvkRefUtilImpl.inl68 void Deleter<VkPipelineCache>::operator() (VkPipelineCache obj) const
243 Move<VkPipelineCache> createPipelineCache (const DeviceInterface& vk, VkDevice device, const VkPipe…
245 VkPipelineCache object = 0;
247 …return Move<VkPipelineCache>(check<VkPipelineCache>(object), Deleter<VkPipelineCache>(vk, device, …
DvkConcreteDeviceInterface.inl49 …cheCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkPipelineCache* pPipelineCac…
50 virtual void destroyPipelineCache (VkDevice device, VkPipelineCache pipelineCache, const Vk…
51 virtual VkResult getPipelineCacheData (VkDevice device, VkPipelineCache pipelineCache, deUin…
52 …gePipelineCaches (VkDevice device, VkPipelineCache dstCache, deUint32 srcCacheCount, const V…
53 virtual VkResult createGraphicsPipelines (VkDevice device, VkPipelineCache pipelineCache, de…
54 virtual VkResult createComputePipelines (VkDevice device, VkPipelineCache pipelineCache, deU…
DvkVirtualDeviceInterface.inl49 …cheCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkPipelineCache* pPipelineCac…
50 virtual void destroyPipelineCache (VkDevice device, VkPipelineCache pipelineCache, const Vk…
51 virtual VkResult getPipelineCacheData (VkDevice device, VkPipelineCache pipelineCache, deUin…
52 …gePipelineCaches (VkDevice device, VkPipelineCache dstCache, deUint32 srcCacheCount, const V…
53 virtual VkResult createGraphicsPipelines (VkDevice device, VkPipelineCache pipelineCache, de…
54 virtual VkResult createComputePipelines (VkDevice device, VkPipelineCache pipelineCache, deU…
/external/mesa3d/src/intel/vulkan/
Danv_pipeline_cache.c383 VkPipelineCache* pPipelineCache) in anv_CreatePipelineCache()
411 VkPipelineCache _cache, in anv_DestroyPipelineCache()
427 VkPipelineCache _cache, in anv_GetPipelineCacheData()
488 VkPipelineCache destCache, in anv_MergePipelineCaches()
490 const VkPipelineCache* pSrcCaches) in anv_MergePipelineCaches()
/external/mesa3d/prebuilt-intermediates/vulkan/
Danv_entrypoints.h612 …cheCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkPipelineCache* pPipelineCac…
613 …cheCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkPipelineCache* pPipelineCac…
614 …cheCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkPipelineCache* pPipelineCac…
615 …cheCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkPipelineCache* pPipelineCac…
616 …cheCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkPipelineCache* pPipelineCac…
617 …cheCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkPipelineCache* pPipelineCac…
618 …void anv_DestroyPipelineCache(VkDevice device, VkPipelineCache pipelineCache, const VkAllocationCa…
619 …void gen7_DestroyPipelineCache(VkDevice device, VkPipelineCache pipelineCache, const VkAllocationC…
620 …void gen75_DestroyPipelineCache(VkDevice device, VkPipelineCache pipelineCache, const VkAllocation…
621 …void gen8_DestroyPipelineCache(VkDevice device, VkPipelineCache pipelineCache, const VkAllocationC…
[all …]
Danv_entrypoints.c492 …cheCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkPipelineCache* pPipelineCac…
493 …void anv_DestroyPipelineCache(VkDevice device, VkPipelineCache pipelineCache, const VkAllocationCa…
494 …VkResult anv_GetPipelineCacheData(VkDevice device, VkPipelineCache pipelineCache, size_t* pDataSiz…
495 …anv_MergePipelineCaches(VkDevice device, VkPipelineCache dstCache, uint32_t srcCacheCount, const V…
496 …VkResult anv_CreateGraphicsPipelines(VkDevice device, VkPipelineCache pipelineCache, uint32_t crea…
497 …VkResult anv_CreateComputePipelines(VkDevice device, VkPipelineCache pipelineCache, uint32_t creat…
913 …cheCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkPipelineCache* pPipelineCac…
914 …void gen7_DestroyPipelineCache(VkDevice device, VkPipelineCache pipelineCache, const VkAllocationC…
915 …VkResult gen7_GetPipelineCacheData(VkDevice device, VkPipelineCache pipelineCache, size_t* pDataSi…
916 …en7_MergePipelineCaches(VkDevice device, VkPipelineCache dstCache, uint32_t srcCacheCount, const V…
[all …]
/external/deqp/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationUtil.cpp143 …const vk::Unique<vk::VkPipelineCache> pipelineCache (pipelineCacheData.createPipelineCache(vk, dev… in makeComputePipeline()
492 …const vk::Unique<vk::VkPipelineCache> pipelineCache (pipelineCacheData.createPipelineCache(vk, dev… in build()
571 vk::Move<VkPipelineCache> PipelineCacheData::createPipelineCache (const vk::DeviceInterface& vk, co… in createPipelineCache()
586 …(const vk::DeviceInterface& vk, const vk::VkDevice device, const vk::VkPipelineCache pipelineCache) in setFromPipelineCache()
DvktSynchronizationInternallySynchronizedObjectsTests.cpp447 …ThreadGroupThread (const Context& context, VkPipelineCache pipelineCache, const VkPipelineLayout& … in ThreadGroupThread()
473 VkPipelineCache m_pipelineCache;
548 …CreateComputeThread (const Context& context, VkPipelineCache pipelineCache, vector<VkComputePipeli… in CreateComputeThread()
578 …CreateGraphicThread (const Context& context, VkPipelineCache pipelineCache, vector<VkGraphicsPipel… in CreateGraphicThread()
639 Move<VkPipelineCache> pipelineCache = createPipelineCache(vk, device, &pipelineCacheInfo); in iterate()
751 Move<VkPipelineCache> pipelineCache = createPipelineCache(vk, device, &pipelineCacheInfo); in iterate()
/external/mesa3d/src/amd/vulkan/
Dradv_pipeline_cache.c487 VkPipelineCache* pPipelineCache) in radv_CreatePipelineCache()
521 VkPipelineCache _cache, in radv_DestroyPipelineCache()
536 VkPipelineCache _cache, in radv_GetPipelineCacheData()
606 VkPipelineCache destCache, in radv_MergePipelineCaches()
608 const VkPipelineCache* pSrcCaches) in radv_MergePipelineCaches()
/external/skia/src/gpu/vk/
DGrVkResourceProvider.h260 VkPipelineCache pipelineCache();
265 VkPipelineCache fPipelineCache;
DGrVkCopyPipeline.h22 VkPipelineCache cache);
DGrVkPipeline.h37 VkPipelineCache cache);
/external/skqp/src/gpu/vk/
DGrVkResourceProvider.h253 VkPipelineCache pipelineCache();
258 VkPipelineCache fPipelineCache;
DGrVkCopyPipeline.h22 VkPipelineCache cache);
DGrVkPipeline.h37 VkPipelineCache cache);
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineCacheTests.cpp169 VkPipelineCache cache,
222 …lder::buildPipeline (tcu::UVec2 renderSize, VkRenderPass renderPass, VkPipelineCache cache, VkPipe… in buildPipeline()
531 Move<VkPipelineCache> m_cache;
1332 Move<VkPipelineCache> m_newCache;
1396 Move<VkPipelineCache> m_newCache;
1465 Move<VkPipelineCache> m_cacheGetData;
1466 Move<VkPipelineCache> m_cacheEmpty;
1467 Move<VkPipelineCache> m_cacheMerged;
1513 const VkPipelineCache sourceCaches[] = in MergeCacheTestInstance()
1757 …const Unique<VkPipelineCache> pipelineCache (createPipelineCache(vk, vkDevice, &pipelineCacheCre… in ZeroSizeTestInstance()
[all …]
/external/skqp/src/compute/hs/vk/
Dhs_vk.h39 VkPipelineCache pipeline_cache);
/external/skia/src/compute/hs/vk/
Dhs_vk.h39 VkPipelineCache pipeline_cache);

1234