Home
last modified time | relevance | path

Searched refs:DestroyPipelineCache (Results 1 – 5 of 5) sorted by relevance

/frameworks/native/vulkan/libvulkan/
Dapi_gen.h112 PFN_vkDestroyPipelineCache DestroyPipelineCache; member
Dapi_gen.cpp242 INIT_PROC(true, dev, DestroyPipelineCache); in InitDispatchTable()
407 VKAPI_ATTR void DestroyPipelineCache(VkDevice device, VkPipelineCache pipelineCache, const VkAlloca…
731 { "vkDestroyPipelineCache", reinterpret_cast<PFN_vkVoidFunction>(DestroyPipelineCache) }, in GetInstanceProcAddr()
1016 VKAPI_ATTR void DestroyPipelineCache(VkDevice device, VkPipelineCache pipelineCache, const VkAlloca… in DestroyPipelineCache() function
1017 GetData(device).dispatch.DestroyPipelineCache(device, pipelineCache, pAllocator); in DestroyPipelineCache()
1814 vulkan::api::DestroyPipelineCache(device, pipelineCache, pAllocator); in vkDestroyPipelineCache()
/frameworks/native/vulkan/nulldrv/
Dnull_driver_gen.cpp153 …interpret_cast<PFN_vkVoidFunction>(static_cast<PFN_vkDestroyPipelineCache>(DestroyPipelineCache))},
Dnull_driver_gen.h93 VKAPI_ATTR void DestroyPipelineCache(VkDevice device, VkPipelineCache pipelineCache, const VkAlloca…
Dnull_driver.cpp1276 void DestroyPipelineCache(VkDevice device, VkPipelineCache pipelineCache, const VkAllocationCallbac… in DestroyPipelineCache() function