/third_party/ffmpeg/libavutil/ |
H A D | vulkan_functions.h | 92 MACRO(1, 1, FF_VK_EXT_NO_FLAG, DestroyFence) \
|
H A D | vulkan.c | 1298 vk->DestroyFence(s->hwctx->act_dev, q->fence, s->hwctx->alloc); in free_exec_ctx()
|
H A D | hwcontext_vulkan.c | 1132 vk->DestroyFence(hwctx->act_dev, q->fence, hwctx->alloc); in free_exec_ctx()
|
/third_party/mesa3d/src/vulkan/wsi/ |
H A D | wsi_common.h | 206 WSI_CB(DestroyFence);
|
H A 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/ |
H A 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()
|
H A D | VulkanFunctions.h | 225 PFN_vkDestroyFence DestroyFence = nullptr; member
|
H A D | VulkanFunctions.cpp | 248 GET_DEVICE_PROC(DestroyFence); in LoadDeviceProcs()
|
/third_party/skia/tests/ |
H A D | SurfaceSemaphoreTest.cpp | 327 GR_VK_CALL(interface, DestroyFence(device, fence, nullptr)); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
|
/third_party/skia/src/gpu/vk/ |
H A D | GrVkCommandBuffer.cpp | 680 GR_VK_CALL(gpu->vkInterface(), DestroyFence(gpu->device(), fSubmitFence, nullptr)); 948 GR_VK_CALL(gpu->vkInterface(), DestroyFence(gpu->device(), fSubmitFence, nullptr));
|
H A D | GrVkInterface.cpp | 68 ACQUIRE_PROC(DestroyFence, VK_NULL_HANDLE, device); in GrVkInterface()
|
H A D | GrVkGpu.cpp | 2821 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 D | vk_layer_dispatch_table.h | 324 PFN_vkDestroyFence DestroyFence; member
|
H A D | vk_dispatch_table_helper.h | 58 table->DestroyFence = (PFN_vkDestroyFence)gpa(device, "vkDestroyFence"); in layer_init_device_dispatch_table()
|
H A D | vk_loader_extensions.c | 355 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 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/vulkan-loader/tests/framework/layer/ |
H A D | vk_dispatch_table_helper.h | 58 table->DestroyFence = (PFN_vkDestroyFence)gpa(device, "vkDestroyFence"); in layer_init_device_dispatch_table()
|
/third_party/mesa3d/src/gallium/drivers/zink/ |
H A D | zink_screen.c | 1289 VKSCR(DestroyFence)(screen->dev, screen->fence, NULL); in zink_destroy_screen()
|
/third_party/vulkan-loader/loader/ |
H A D | trampoline.c | 1343 disp->DestroyFence(device, fence, pAllocator); in vkDestroyFence()
|