Searched refs:DestroyPipelineCache (Results 1 – 5 of 5) sorted by relevance
/frameworks/native/vulkan/libvulkan/ |
D | api_gen.h | 116 PFN_vkDestroyPipelineCache DestroyPipelineCache; member
|
D | api_gen.cpp | 243 INIT_PROC(true, dev, DestroyPipelineCache); in InitDispatchTable() 457 VKAPI_ATTR void DestroyPipelineCache(VkDevice device, VkPipelineCache pipelineCache, const VkAlloca… 875 { "vkDestroyPipelineCache", reinterpret_cast<PFN_vkVoidFunction>(DestroyPipelineCache) }, in GetInstanceProcAddr() 1178 VKAPI_ATTR void DestroyPipelineCache(VkDevice device, VkPipelineCache pipelineCache, const VkAlloca… in DestroyPipelineCache() function 1179 GetData(device).dispatch.DestroyPipelineCache(device, pipelineCache, pAllocator); in DestroyPipelineCache() 2182 vulkan::api::DestroyPipelineCache(device, pipelineCache, pAllocator); in vkDestroyPipelineCache()
|
/frameworks/native/vulkan/nulldrv/ |
D | null_driver_gen.cpp | 191 …interpret_cast<PFN_vkVoidFunction>(static_cast<PFN_vkDestroyPipelineCache>(DestroyPipelineCache))},
|
D | null_driver_gen.h | 95 VKAPI_ATTR void DestroyPipelineCache(VkDevice device, VkPipelineCache pipelineCache, const VkAlloca…
|
D | null_driver.cpp | 1307 void DestroyPipelineCache(VkDevice device, VkPipelineCache pipelineCache, const VkAllocationCallbac… in DestroyPipelineCache() function
|