Searched refs:ResetCommandPool (Results 1 – 4 of 4) sorted by relevance
/device/generic/vulkan-cereal/fake-android-guest/libvulkan/ |
D | api_gen.h | 137 PFN_vkResetCommandPool ResetCommandPool; member
|
D | api_gen.cpp | 267 INIT_PROC(true, dev, ResetCommandPool); in InitDispatchTable() 432 VKAPI_ATTR VkResult ResetCommandPool(VkDevice device, VkCommandPool commandPool, VkCommandPoolReset… 782 { "vkResetCommandPool", reinterpret_cast<PFN_vkVoidFunction>(ResetCommandPool) }, in GetInstanceProcAddr() 1115 VKAPI_ATTR VkResult ResetCommandPool(VkDevice device, VkCommandPool commandPool, VkCommandPoolReset… in ResetCommandPool() function 1116 return GetData(device).dispatch.ResetCommandPool(device, commandPool, flags); in ResetCommandPool() 1938 return vulkan::api::ResetCommandPool(device, commandPool, flags); in vkResetCommandPool()
|
/device/generic/vulkan-cereal/include/vulkan/ |
D | vk_layer_dispatch_table.h | 352 PFN_vkResetCommandPool ResetCommandPool; member
|
D | vk_dispatch_table_helper.h | 900 table->ResetCommandPool = (PFN_vkResetCommandPool) gpa(device, "vkResetCommandPool"); in layer_init_device_dispatch_table()
|