Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/include/vulkan/
Dvk_layer.h110 PFN_vkResetCommandPool ResetCommandPool; member
/external/vulkan-validation-layers/loader/
Dtable_ops.h169 table->ResetCommandPool = in loader_init_device_dispatch_table()
443 return (void *)table->ResetCommandPool; in loader_lookup_device_dispatch_table()
Dtrampoline.c1710 return disp->ResetCommandPool(device, commandPool, flags);
/external/skia/src/gpu/vk/
DGrVkInterface.cpp139 ACQUIRE_PROC(ResetCommandPool, VK_NULL_HANDLE, device); in GrVkInterface()
/external/vulkan-validation-layers/layers/
Dobject_tracker.cpp1740 VKAPI_ATTR VkResult VKAPI_CALL ResetCommandPool(VkDevice device, VkCommandPool commandPool, VkComma… in ResetCommandPool() function
1751 …VkResult result = get_dispatch_table(ot_device_table_map, device)->ResetCommandPool(device, comman… in ResetCommandPool()
3908 return (PFN_vkVoidFunction)ResetCommandPool; in InterceptCoreDeviceCommand()
Dparameter_validation.cpp3804 VKAPI_ATTR VkResult VKAPI_CALL ResetCommandPool(VkDevice device, VkCommandPool commandPool, VkComma… in ResetCommandPool() function
3813 …result = get_dispatch_table(pc_device_table_map, device)->ResetCommandPool(device, commandPool, fl… in ResetCommandPool()
5406 {"vkResetCommandPool", reinterpret_cast<PFN_vkVoidFunction>(ResetCommandPool)}, in intercept_core_device_command()
Dcore_validation.cpp6255 ResetCommandPool(VkDevice device, VkCommandPool commandPool, VkCommandPoolResetFlags flags) { in ResetCommandPool() function
6267 VkResult result = dev_data->dispatch_table.ResetCommandPool(device, commandPool, flags); in ResetCommandPool()
11980 {"vkResetCommandPool", reinterpret_cast<PFN_vkVoidFunction>(ResetCommandPool)}, in intercept_core_device_command()
/external/vulkan-validation-layers/tests/layers/
Dwrap_objects.cpp667 VkResult result = device_dispatch_table(device)->ResetCommandPool(device, commandPool, flags); in vkResetCommandPool()