/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 231 Move<VkPipelineCache> createPipelineCache (const DeviceInterface& vk, VkDevice device, const VkPipe… 233 VkPipelineCache object = 0; 235 …return Move<VkPipelineCache>(check<VkPipelineCache>(object), Deleter<VkPipelineCache>(vk, device, …
|
D | vkConcreteDeviceInterface.inl | 48 …cheCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkPipelineCache* pPipelineCac… 49 virtual void destroyPipelineCache (VkDevice device, VkPipelineCache pipelineCache, const VkA… 50 virtual VkResult getPipelineCacheData (VkDevice device, VkPipelineCache pipelineCache, deUint… 51 …ePipelineCaches (VkDevice device, VkPipelineCache dstCache, deUint32 srcCacheCount, const V… 52 virtual VkResult createGraphicsPipelines (VkDevice device, VkPipelineCache pipelineCache, deU… 53 virtual VkResult createComputePipelines (VkDevice device, VkPipelineCache pipelineCache, deUi…
|
D | vkVirtualDeviceInterface.inl | 48 …cheCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkPipelineCache* pPipelineCac… 49 virtual void destroyPipelineCache (VkDevice device, VkPipelineCache pipelineCache, const VkA… 50 virtual VkResult getPipelineCacheData (VkDevice device, VkPipelineCache pipelineCache, deUint… 51 …ePipelineCaches (VkDevice device, VkPipelineCache dstCache, deUint32 srcCacheCount, const V… 52 virtual VkResult createGraphicsPipelines (VkDevice device, VkPipelineCache pipelineCache, deU… 53 virtual VkResult createComputePipelines (VkDevice device, VkPipelineCache pipelineCache, deUi…
|
D | vkFunctionPointerTypes.inl | 65 …cheCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkPipelineCache* pPipelineCac… 66 … (VKAPI_CALL* DestroyPipelineCacheFunc) (VkDevice device, VkPipelineCache pipelineCache… 67 …t (VKAPI_CALL* GetPipelineCacheDataFunc) (VkDevice device, VkPipelineCache pipelineCache… 68 …lineCachesFunc) (VkDevice device, VkPipelineCache dstCache, deUint32 srcCacheCount, const V… 69 … (VKAPI_CALL* CreateGraphicsPipelinesFunc) (VkDevice device, VkPipelineCache pipelineCache… 70 … (VKAPI_CALL* CreateComputePipelinesFunc) (VkDevice device, VkPipelineCache pipelineCache…
|
D | vkDeviceDriverImpl.inl | 225 …cheCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkPipelineCache* pPipelineCac… 230 void DeviceDriver::destroyPipelineCache (VkDevice device, VkPipelineCache pipelineCache, const VkAl… 235 VkResult DeviceDriver::getPipelineCacheData (VkDevice device, VkPipelineCache pipelineCache, deUint… 240 …r::mergePipelineCaches (VkDevice device, VkPipelineCache dstCache, deUint32 srcCacheCount, const V… 245 VkResult DeviceDriver::createGraphicsPipelines (VkDevice device, VkPipelineCache pipelineCache, deU… 250 VkResult DeviceDriver::createComputePipelines (VkDevice device, VkPipelineCache pipelineCache, deUi…
|
D | vkNullDriverImpl.inl | 76 …cheCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkPipelineCache* pPipelineCac… 79 …VK_NULL_RETURN((*pPipelineCache = allocateNonDispHandle<PipelineCache, VkPipelineCache>(device, pC… 266 VKAPI_ATTR void VKAPI_CALL destroyPipelineCache (VkDevice device, VkPipelineCache pipelineCache, co… 269 freeNonDispHandle<PipelineCache, VkPipelineCache>(pipelineCache, pAllocator); 552 VKAPI_ATTR VkResult VKAPI_CALL getPipelineCacheData (VkDevice device, VkPipelineCache pipelineCache… 561 …LL mergePipelineCaches (VkDevice device, VkPipelineCache dstCache, deUint32 srcCacheCount, const V…
|
D | vkRefUtil.inl | 16 Move<VkPipelineCache> createPipelineCache (const DeviceInterface& vk, VkDevice device, const…
|
/external/skia/src/gpu/vk/ |
D | GrVkCopyPipeline.h | 22 VkPipelineCache cache);
|
D | GrVkPipeline.h | 36 VkPipelineCache cache);
|
D | GrVkCopyPipeline.cpp | 34 VkPipelineCache cache) { in Create()
|
D | GrVkResourceProvider.h | 233 VkPipelineCache fPipelineCache;
|
/external/deqp/external/vulkancts/modules/vulkan/synchronization/ |
D | vktSynchronizationUtil.cpp | 211 …const vk::Unique<vk::VkPipelineCache> pipelineCache (pipelineCacheData.createPipelineCache(vk, dev… in makeComputePipeline() 721 …const vk::Unique<vk::VkPipelineCache> pipelineCache (pipelineCacheData.createPipelineCache(vk, dev… in build() 800 vk::Move<VkPipelineCache> PipelineCacheData::createPipelineCache (const vk::DeviceInterface& vk, co… in createPipelineCache() 815 …(const vk::DeviceInterface& vk, const vk::VkDevice device, const vk::VkPipelineCache pipelineCache) in setFromPipelineCache()
|
D | vktSynchronizationInternallySynchronizedObjectsTests.cpp | 496 …ThreadGroupThread (const Context& context, VkPipelineCache pipelineCache, const VkPipelineLayout& … in ThreadGroupThread() 522 VkPipelineCache m_pipelineCache; 597 …CreateComputeThread (const Context& context, VkPipelineCache pipelineCache, vector<VkComputePipeli… in CreateComputeThread() 627 …CreateGraphicThread (const Context& context, VkPipelineCache pipelineCache, vector<VkGraphicsPipel… in CreateGraphicThread() 688 Move<VkPipelineCache> pipelineCache = createPipelineCache(vk, device, &pipelineCacheInfo); in iterate() 800 Move<VkPipelineCache> pipelineCache = createPipelineCache(vk, device, &pipelineCacheInfo); in iterate()
|
D | vktSynchronizationUtil.hpp | 101 …vk::Move<vk::VkPipelineCache> createPipelineCache (const vk::DeviceInterface& vk, const vk::VkDev… 102 …(const vk::DeviceInterface& vk, const vk::VkDevice device, const vk::VkPipelineCache pipelineCache…
|
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineCacheTests.cpp | 166 VkPipelineCache cache, 219 …lder::buildPipeline (tcu::UVec2 renderSize, VkRenderPass renderPass, VkPipelineCache cache, VkPipe… in buildPipeline() 540 Move<VkPipelineCache> m_cache; 1495 Move<VkPipelineCache> m_newCache; 1559 Move<VkPipelineCache> m_newCache; 1628 Move<VkPipelineCache> m_cacheGetData; 1629 Move<VkPipelineCache> m_cacheEmpty; 1630 Move<VkPipelineCache> m_cacheMerged; 1676 const VkPipelineCache sourceCaches[] = in MergeCacheTestInstance()
|
/external/deqp/external/vulkancts/modules/vulkan/api/ |
D | vktApiNullHandleTests.cpp | 107 inline void release (Context& context, VkPipelineCache pipelineCache, const VkAllocationCallbacks* … in release() 283 addFunctionCase(group, "destroy_pipeline_cache", "", test<VkPipelineCache>); in addTestsToGroup()
|
/external/vulkan-validation-layers/layers/ |
D | threading.h | 240 counter<VkPipelineCache> c_VkPipelineCache; 311 WRAPPER(VkPipelineCache)
|
D | unique_objects.cpp | 393 VKAPI_ATTR VkResult VKAPI_CALL CreateComputePipelines(VkDevice device, VkPipelineCache pipelineCach… in CreateComputePipelines() 422 …pipelineCache = (VkPipelineCache)my_device_data->unique_id_mapping[reinterpret_cast<uint64_t &>(pi… in CreateComputePipelines() 440 VKAPI_ATTR VkResult VKAPI_CALL CreateGraphicsPipelines(VkDevice device, VkPipelineCache pipelineCac… in CreateGraphicsPipelines() 478 …pipelineCache = (VkPipelineCache)my_device_data->unique_id_mapping[reinterpret_cast<uint64_t &>(pi… in CreateGraphicsPipelines()
|
/external/vulkan-validation-layers/include/vulkan/ |
D | vulkan.h | 86 VK_DEFINE_NON_DISPATCHABLE_HANDLE(VkPipelineCache) 2314 …cheCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkPipelineCache* pPipelineCac… 2315 typedef void (VKAPI_PTR *PFN_vkDestroyPipelineCache)(VkDevice device, VkPipelineCache pipelineCache… 2316 typedef VkResult (VKAPI_PTR *PFN_vkGetPipelineCacheData)(VkDevice device, VkPipelineCache pipelineC… 2317 …_vkMergePipelineCaches)(VkDevice device, VkPipelineCache dstCache, uint32_t srcCacheCount, const V… 2318 typedef VkResult (VKAPI_PTR *PFN_vkCreateGraphicsPipelines)(VkDevice device, VkPipelineCache pipeli… 2319 typedef VkResult (VKAPI_PTR *PFN_vkCreateComputePipelines)(VkDevice device, VkPipelineCache pipelin… 2722 VkPipelineCache* pPipelineCache); 2726 VkPipelineCache pipelineCache, 2731 VkPipelineCache pipelineCache, [all …]
|
/external/vulkan-validation-layers/tests/ |
D | vktestbinding.cpp | 591 VkPipelineCache cache; in NON_DISPATCHABLE_HANDLE_DTOR() 604 VkPipelineCache cache; in init_try() 622 VkPipelineCache cache; in init()
|
/external/vulkan-validation-layers/tests/layers/ |
D | wrap_objects.cpp | 499 …cheCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkPipelineCache* pPipelineCac… in vkCreatePipelineCache() 505 VKAPI_ATTR void VKAPI_CALL vkDestroyPipelineCache(VkDevice device, VkPipelineCache pipelineCache, c… in vkDestroyPipelineCache() 511 VKAPI_ATTR VkResult VKAPI_CALL vkGetPipelineCacheData(VkDevice device, VkPipelineCache pipelineCach… in vkGetPipelineCacheData() 518 …L vkMergePipelineCaches(VkDevice device, VkPipelineCache dstCache, uint32_t srcCacheCount, const V… in vkMergePipelineCaches() 525 VKAPI_ATTR VkResult VKAPI_CALL vkCreateGraphicsPipelines(VkDevice device, VkPipelineCache pipelineC… in vkCreateGraphicsPipelines() 532 VKAPI_ATTR VkResult VKAPI_CALL vkCreateComputePipelines(VkDevice device, VkPipelineCache pipelineCa… in vkCreateComputePipelines()
|
/external/vulkan-validation-layers/loader/ |
D | trampoline.c | 1413 VkPipelineCache *pPipelineCache) { 1423 vkDestroyPipelineCache(VkDevice device, VkPipelineCache pipelineCache, 1433 vkGetPipelineCacheData(VkDevice device, VkPipelineCache pipelineCache, 1443 vkMergePipelineCaches(VkDevice device, VkPipelineCache dstCache, 1445 const VkPipelineCache *pSrcCaches) { 1455 vkCreateGraphicsPipelines(VkDevice device, VkPipelineCache pipelineCache, 1469 vkCreateComputePipelines(VkDevice device, VkPipelineCache pipelineCache,
|
/external/deqp/external/vulkancts/scripts/src/ |
D | vulkan.h.in | 86 VK_DEFINE_NON_DISPATCHABLE_HANDLE(VkPipelineCache) 2348 …cheCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkPipelineCache* pPipelineCac… 2349 typedef void (VKAPI_PTR *PFN_vkDestroyPipelineCache)(VkDevice device, VkPipelineCache pipelineCache… 2350 typedef VkResult (VKAPI_PTR *PFN_vkGetPipelineCacheData)(VkDevice device, VkPipelineCache pipelineC… 2351 …_vkMergePipelineCaches)(VkDevice device, VkPipelineCache dstCache, uint32_t srcCacheCount, const V… 2352 typedef VkResult (VKAPI_PTR *PFN_vkCreateGraphicsPipelines)(VkDevice device, VkPipelineCache pipeli… 2353 typedef VkResult (VKAPI_PTR *PFN_vkCreateComputePipelines)(VkDevice device, VkPipelineCache pipelin… 2756 VkPipelineCache* pPipelineCache); 2760 VkPipelineCache pipelineCache, 2765 VkPipelineCache pipelineCache, [all …]
|