/external/skqp/src/compute/common/vk/ |
D | cache_vk.h | 25 VkPipelineCache * pipeline_cache); 31 VkPipelineCache pipeline_cache);
|
D | cache_vk.c | 31 VkPipelineCache * pipeline_cache) in vk_pipeline_cache_create() 83 VkPipelineCache pipeline_cache) in vk_pipeline_cache_destroy()
|
/external/skia/src/compute/common/vk/ |
D | cache_vk.h | 25 VkPipelineCache * pipeline_cache); 31 VkPipelineCache pipeline_cache);
|
D | cache_vk.c | 31 VkPipelineCache * pipeline_cache) in vk_pipeline_cache_create() 83 VkPipelineCache pipeline_cache) in vk_pipeline_cache_destroy()
|
/external/swiftshader/src/Vulkan/ |
D | VkPipelineCache.hpp | 23 class PipelineCache : public Object<PipelineCache, VkPipelineCache> 40 static inline PipelineCache* Cast(VkPipelineCache object) in Cast()
|
/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkRefUtil.hpp | 36 VkPipelineCache pipelineCache, 41 VkPipelineCache pipelineCache,
|
D | vkRefUtil.cpp | 33 VkPipelineCache pipelineCache, in createGraphicsPipeline() 44 VkPipelineCache pipelineCache, in createComputePipeline()
|
D | vkRefUtilImpl.inl | 68 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, …
|
D | vkConcreteDeviceInterface.inl | 49 …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…
|
D | vkVirtualDeviceInterface.inl | 49 …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/ |
D | anv_pipeline_cache.c | 383 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/ |
D | anv_entrypoints.h | 612 …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 …]
|
D | anv_entrypoints.c | 492 …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/ |
D | vktSynchronizationUtil.cpp | 143 …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()
|
D | vktSynchronizationInternallySynchronizedObjectsTests.cpp | 447 …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/ |
D | radv_pipeline_cache.c | 487 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/ |
D | GrVkResourceProvider.h | 260 VkPipelineCache pipelineCache(); 265 VkPipelineCache fPipelineCache;
|
D | GrVkCopyPipeline.h | 22 VkPipelineCache cache);
|
D | GrVkPipeline.h | 37 VkPipelineCache cache);
|
/external/skqp/src/gpu/vk/ |
D | GrVkResourceProvider.h | 253 VkPipelineCache pipelineCache(); 258 VkPipelineCache fPipelineCache;
|
D | GrVkCopyPipeline.h | 22 VkPipelineCache cache);
|
D | GrVkPipeline.h | 37 VkPipelineCache cache);
|
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineCacheTests.cpp | 169 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/ |
D | hs_vk.h | 39 VkPipelineCache pipeline_cache);
|
/external/skia/src/compute/hs/vk/ |
D | hs_vk.h | 39 VkPipelineCache pipeline_cache);
|