Searched refs:DestroyPipelineCache (Results 1 – 4 of 4) sorted by relevance
/device/generic/vulkan-cereal/fake-android-guest/libvulkan/ |
D | api_gen.h | 112 PFN_vkDestroyPipelineCache DestroyPipelineCache; member
|
D | api_gen.cpp | 242 INIT_PROC(true, dev, DestroyPipelineCache); in InitDispatchTable() 407 VKAPI_ATTR void DestroyPipelineCache(VkDevice device, VkPipelineCache pipelineCache, const VkAlloca… 730 { "vkDestroyPipelineCache", reinterpret_cast<PFN_vkVoidFunction>(DestroyPipelineCache) }, in GetInstanceProcAddr() 1015 VKAPI_ATTR void DestroyPipelineCache(VkDevice device, VkPipelineCache pipelineCache, const VkAlloca… in DestroyPipelineCache() function 1016 GetData(device).dispatch.DestroyPipelineCache(device, pipelineCache, pAllocator); in DestroyPipelineCache() 1813 vulkan::api::DestroyPipelineCache(device, pipelineCache, pAllocator); in vkDestroyPipelineCache()
|
/device/generic/vulkan-cereal/include/vulkan/ |
D | vk_layer_dispatch_table.h | 327 PFN_vkDestroyPipelineCache DestroyPipelineCache; member
|
D | vk_dispatch_table_helper.h | 875 … table->DestroyPipelineCache = (PFN_vkDestroyPipelineCache) gpa(device, "vkDestroyPipelineCache"); in layer_init_device_dispatch_table()
|