Home
last modified time | relevance | path

Searched refs:DestroyFence (Results 1 – 15 of 15) sorted by relevance

/third_party/mesa3d/src/vulkan/wsi/
Dwsi_common.h206 WSI_CB(DestroyFence);
Dwsi_common.c144 WSI_GET_CB(DestroyFence); in wsi_device_init()
388 chain->wsi->DestroyFence(chain->device, chain->fences[i], &chain->alloc); in wsi_swapchain_finish()
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DDeviceVk.cpp894 fn.DestroyFence(mVkDevice, fence, nullptr); in WaitForIdleForDestruction()
962 fn.DestroyFence(mVkDevice, *mFencesInFlight.front().first, nullptr); in DestroyImpl()
967 fn.DestroyFence(mVkDevice, fence, nullptr); in DestroyImpl()
DVulkanFunctions.cpp248 GET_DEVICE_PROC(DestroyFence); in LoadDeviceProcs()
DVulkanFunctions.h225 PFN_vkDestroyFence DestroyFence = nullptr; member
/third_party/skia/tests/
DSurfaceSemaphoreTest.cpp327 GR_VK_CALL(interface, DestroyFence(device, fence, nullptr)); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
/third_party/skia/src/gpu/vk/
DGrVkCommandBuffer.cpp660 GR_VK_CALL(gpu->vkInterface(), DestroyFence(gpu->device(), fSubmitFence, nullptr)); in submitToQueue()
928 GR_VK_CALL(gpu->vkInterface(), DestroyFence(gpu->device(), fSubmitFence, nullptr)); in onFreeGPUData()
DGrVkInterface.cpp68 ACQUIRE_PROC(DestroyFence, VK_NULL_HANDLE, device); in GrVkInterface()
DGrVkGpu.cpp2569 VK_CALL(DestroyFence(this->device(), fence, nullptr)); in insertFence()
2586 VK_CALL(DestroyFence(this->device(), (VkFence)fence, nullptr)); in deleteFence()
/third_party/vulkan-loader/loader/generated/
Dvk_layer_dispatch_table.h314 PFN_vkDestroyFence DestroyFence; member
Dvk_loader_extensions.c364 table->DestroyFence = (PFN_vkDestroyFence)gpa(dev, "vkDestroyFence"); in loader_init_device_dispatch_table()
1423 if (!strcmp(name, "DestroyFence")) return (void *)table->DestroyFence; in loader_lookup_device_dispatch_table()
Dvk_dispatch_table_helper.h450 table->DestroyFence = (PFN_vkDestroyFence) gpa(device, "vkDestroyFence"); in layer_init_device_dispatch_table()
/third_party/mesa3d/src/vulkan/overlay-layer/
Doverlay.cpp411 device_data->vtable.DestroyFence(device_data->device, data->queries_fence, NULL); in destroy_queue()
1797 device_data->vtable.DestroyFence(device_data->device, draw->fence, NULL); in shutdown_swapchain_data()
/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_screen.c1289 VKSCR(DestroyFence)(screen->dev, screen->fence, NULL); in zink_destroy_screen()
/third_party/vulkan-loader/loader/
Dtrampoline.c1194 disp->DestroyFence(device, fence, pAllocator); in vkDestroyFence()