Home
last modified time | relevance | path

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

/external/skqp/src/gpu/vk/
DGrVkCommandPool.cpp55 GR_VK_CALL_ERRCHECK(gpu->vkInterface(), ResetCommandPool(gpu->device(), fCommandPool, 0)); in reset()
DGrVkInterface.cpp119 ACQUIRE_PROC(ResetCommandPool, VK_NULL_HANDLE, device); in GrVkInterface()
/external/skia/src/gpu/vk/
DGrVkCommandPool.cpp85 ResetCommandPool(gpu->device(), fCommandPool, 0)); in reset()
DGrVkInterface.cpp119 ACQUIRE_PROC(ResetCommandPool, VK_NULL_HANDLE, device); in GrVkInterface()
/external/vulkan-validation-layers/layers/generated/
Dvk_layer_dispatch_table.h309 PFN_vkResetCommandPool ResetCommandPool; member
Dvk_dispatch_table_helper.h469 table->ResetCommandPool = (PFN_vkResetCommandPool) gpa(device, "vkResetCommandPool"); in layer_init_device_dispatch_table()
Dlayer_chassis_dispatch.cpp2405 …if (!wrap_handles) return layer_data->device_dispatch_table.ResetCommandPool(device, commandPool, … in DispatchResetCommandPool()
2409 … VkResult result = layer_data->device_dispatch_table.ResetCommandPool(device, commandPool, flags); in DispatchResetCommandPool()
Dchassis.cpp2684 VKAPI_ATTR VkResult VKAPI_CALL ResetCommandPool( in ResetCommandPool() function
9353 {"vkResetCommandPool", {false, (void*)ResetCommandPool}},
Dchassis.h536 VKAPI_ATTR VkResult VKAPI_CALL ResetCommandPool(
/external/mesa3d/prebuilt-intermediates/util/
Dvk_enum_to_str.h862 PFN_vkResetCommandPool ResetCommandPool; member
Dvk_enum_to_str.c4885 table->ResetCommandPool = (PFN_vkResetCommandPool) gpa(device, "vkResetCommandPool"); in vk_load_device_commands()