Searched refs:ResetCommandPool (Results 1 – 8 of 8) sorted by relevance
/external/vulkan-validation-layers/include/vulkan/ |
D | vk_layer.h | 110 PFN_vkResetCommandPool ResetCommandPool; member
|
/external/vulkan-validation-layers/loader/ |
D | table_ops.h | 169 table->ResetCommandPool = in loader_init_device_dispatch_table() 443 return (void *)table->ResetCommandPool; in loader_lookup_device_dispatch_table()
|
D | trampoline.c | 1710 return disp->ResetCommandPool(device, commandPool, flags);
|
/external/skia/src/gpu/vk/ |
D | GrVkInterface.cpp | 139 ACQUIRE_PROC(ResetCommandPool, VK_NULL_HANDLE, device); in GrVkInterface()
|
/external/vulkan-validation-layers/layers/ |
D | object_tracker.cpp | 1740 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()
|
D | parameter_validation.cpp | 3804 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()
|
D | core_validation.cpp | 6255 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/ |
D | wrap_objects.cpp | 667 VkResult result = device_dispatch_table(device)->ResetCommandPool(device, commandPool, flags); in vkResetCommandPool()
|