Home
last modified time | relevance | path

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

/device/generic/vulkan-cereal/fake-android-guest/libvulkan/
Dapi_gen.h137 PFN_vkResetCommandPool ResetCommandPool; member
Dapi_gen.cpp267 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/
Dvk_layer_dispatch_table.h352 PFN_vkResetCommandPool ResetCommandPool; member
Dvk_dispatch_table_helper.h900 table->ResetCommandPool = (PFN_vkResetCommandPool) gpa(device, "vkResetCommandPool"); in layer_init_device_dispatch_table()