Home
last modified time | relevance | path

Searched refs:DestroyFence (Results 1 - 19 of 19) sorted by relevance

/third_party/ffmpeg/libavutil/
H A Dvulkan_functions.h92 MACRO(1, 1, FF_VK_EXT_NO_FLAG, DestroyFence) \
H A Dvulkan.c1298 vk->DestroyFence(s->hwctx->act_dev, q->fence, s->hwctx->alloc); in free_exec_ctx()
H A Dhwcontext_vulkan.c1132 vk->DestroyFence(hwctx->act_dev, q->fence, hwctx->alloc); in free_exec_ctx()
/third_party/mesa3d/src/vulkan/wsi/
H A Dwsi_common.h206 WSI_CB(DestroyFence);
H A 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/
H A 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()
H A DVulkanFunctions.h225 PFN_vkDestroyFence DestroyFence = nullptr; member
H A DVulkanFunctions.cpp248 GET_DEVICE_PROC(DestroyFence); in LoadDeviceProcs()
/third_party/skia/tests/
H A DSurfaceSemaphoreTest.cpp327 GR_VK_CALL(interface, DestroyFence(device, fence, nullptr)); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
/third_party/skia/src/gpu/vk/
H A DGrVkCommandBuffer.cpp680 GR_VK_CALL(gpu->vkInterface(), DestroyFence(gpu->device(), fSubmitFence, nullptr));
948 GR_VK_CALL(gpu->vkInterface(), DestroyFence(gpu->device(), fSubmitFence, nullptr));
H A DGrVkInterface.cpp68 ACQUIRE_PROC(DestroyFence, VK_NULL_HANDLE, device); in GrVkInterface()
H A DGrVkGpu.cpp2821 VK_CALL(DestroyFence(this->device(), fence, nullptr)); in insertFence()
2838 VK_CALL(DestroyFence(this->device(), (VkFence)fence, nullptr)); in deleteFence()
/third_party/vulkan-loader/loader/generated/
H A Dvk_layer_dispatch_table.h324 PFN_vkDestroyFence DestroyFence; member
H A Dvk_dispatch_table_helper.h58 table->DestroyFence = (PFN_vkDestroyFence)gpa(device, "vkDestroyFence"); in layer_init_device_dispatch_table()
H A Dvk_loader_extensions.c355 table->DestroyFence = (PFN_vkDestroyFence)gpa(dev, "vkDestroyFence"); in loader_init_device_dispatch_table()
1638 if (!strcmp(name, "DestroyFence")) { in loader_lookup_device_dispatch_table()
1640 return (void *)table->DestroyFence; in loader_lookup_device_dispatch_table()
/third_party/mesa3d/src/vulkan/overlay-layer/
H A 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/vulkan-loader/tests/framework/layer/
H A Dvk_dispatch_table_helper.h58 table->DestroyFence = (PFN_vkDestroyFence)gpa(device, "vkDestroyFence"); in layer_init_device_dispatch_table()
/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_screen.c1289 VKSCR(DestroyFence)(screen->dev, screen->fence, NULL); in zink_destroy_screen()
/third_party/vulkan-loader/loader/
H A Dtrampoline.c1343 disp->DestroyFence(device, fence, pAllocator); in vkDestroyFence()

Completed in 67 milliseconds