Searched refs:DestroyFence (Results 1 – 15 of 15) sorted by relevance
/third_party/mesa3d/src/vulkan/wsi/ |
D | wsi_common.h | 206 WSI_CB(DestroyFence);
|
D | wsi_common.c | 144 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/ |
D | DeviceVk.cpp | 894 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()
|
D | VulkanFunctions.cpp | 248 GET_DEVICE_PROC(DestroyFence); in LoadDeviceProcs()
|
D | VulkanFunctions.h | 225 PFN_vkDestroyFence DestroyFence = nullptr; member
|
/third_party/skia/tests/ |
D | SurfaceSemaphoreTest.cpp | 327 GR_VK_CALL(interface, DestroyFence(device, fence, nullptr)); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
|
/third_party/skia/src/gpu/vk/ |
D | GrVkCommandBuffer.cpp | 660 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()
|
D | GrVkInterface.cpp | 68 ACQUIRE_PROC(DestroyFence, VK_NULL_HANDLE, device); in GrVkInterface()
|
D | GrVkGpu.cpp | 2569 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/ |
D | vk_layer_dispatch_table.h | 314 PFN_vkDestroyFence DestroyFence; member
|
D | vk_loader_extensions.c | 364 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()
|
D | vk_dispatch_table_helper.h | 450 table->DestroyFence = (PFN_vkDestroyFence) gpa(device, "vkDestroyFence"); in layer_init_device_dispatch_table()
|
/third_party/mesa3d/src/vulkan/overlay-layer/ |
D | overlay.cpp | 411 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/ |
D | zink_screen.c | 1289 VKSCR(DestroyFence)(screen->dev, screen->fence, NULL); in zink_destroy_screen()
|
/third_party/vulkan-loader/loader/ |
D | trampoline.c | 1194 disp->DestroyFence(device, fence, pAllocator); in vkDestroyFence()
|