Searched refs:ResetFences (Results 1 – 17 of 17) sorted by relevance
/third_party/ffmpeg/libavutil/ |
D | vulkan_functions.h | 91 MACRO(1, 1, FF_VK_EXT_NO_FLAG, ResetFences) \
|
D | vulkan.c | 488 vk->ResetFences(s->hwctx->act_dev, 1, &q->fence); in ff_vk_start_exec_recording() 1293 vk->ResetFences(s->hwctx->act_dev, 1, &q->fence); in free_exec_ctx()
|
D | hwcontext_vulkan.c | 1127 vk->ResetFences(hwctx->act_dev, 1, &q->fence); in free_exec_ctx() 1192 vk->ResetFences(hwctx->act_dev, 1, &q->fence); in wait_start_exec_ctx() 1274 vk->ResetFences(hwctx->act_dev, 1, &q->fence); in submit_exec_ctx()
|
/third_party/mesa3d/src/vulkan/wsi/ |
D | wsi_common.h | 221 WSI_CB(ResetFences);
|
D | wsi_common.c | 160 WSI_GET_CB(ResetFences); in wsi_device_init() 1053 result = wsi->ResetFences(device, 1, &swapchain->fences[image_index]); in wsi_common_queue_present()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
D | VulkanFunctions.cpp | 287 GET_DEVICE_PROC(ResetFences); in LoadDeviceProcs()
|
D | VulkanFunctions.h | 264 PFN_vkResetFences ResetFences = nullptr; member
|
D | DeviceVk.cpp | 522 DAWN_TRY(CheckVkSuccess(fn.ResetFences(mVkDevice, 1, &*fence), "vkResetFences")); in GetUnusedFence()
|
/third_party/skia/src/gpu/vk/ |
D | GrVkInterface.cpp | 69 ACQUIRE_PROC(ResetFences, VK_NULL_HANDLE, device); in GrVkInterface()
|
D | GrVkCommandBuffer.cpp | 611 GR_VK_CALL_RESULT(gpu, err, ResetFences(gpu->device(), 1, &fSubmitFence)); in submitToQueue()
|
/third_party/vulkan-loader/loader/generated/ |
D | vk_layer_dispatch_table.h | 315 PFN_vkResetFences ResetFences; member
|
D | vk_loader_extensions.c | 365 table->ResetFences = (PFN_vkResetFences)gpa(dev, "vkResetFences"); in loader_init_device_dispatch_table() 1424 if (!strcmp(name, "ResetFences")) return (void *)table->ResetFences; in loader_lookup_device_dispatch_table()
|
D | vk_dispatch_table_helper.h | 451 table->ResetFences = (PFN_vkResetFences) gpa(device, "vkResetFences"); in layer_init_device_dispatch_table()
|
/third_party/mesa3d/src/gallium/drivers/zink/ |
D | zink_kopper.c | 648 VKSCR(ResetFences)(screen->dev, 1, &screen->fence); in kopper_present()
|
/third_party/mesa3d/src/vulkan/overlay-layer/ |
D | overlay.cpp | 523 VK_CHECK(device_data->vtable.ResetFences(device_data->device, in get_overlay_draw() 1902 VK_CHECK(device_data->vtable.ResetFences(device_data->device, in overlay_QueuePresentKHR()
|
/third_party/vulkan-loader/loader/ |
D | trampoline.c | 1205 return disp->ResetFences(device, fenceCount, pFences); in vkResetFences()
|
/third_party/mesa3d/docs/relnotes/ |
D | 20.3.0.rst | 3008 - radv: fix incorrect ResetFences path for WSI fence
|