Home
last modified time | relevance | path

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

/device/generic/vulkan-cereal/fake-android-guest/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…
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/
Dvk_layer_dispatch_table.h327 PFN_vkDestroyPipelineCache DestroyPipelineCache; member
Dvk_dispatch_table_helper.h875 … table->DestroyPipelineCache = (PFN_vkDestroyPipelineCache) gpa(device, "vkDestroyPipelineCache"); in layer_init_device_dispatch_table()