Home
last modified time | relevance | path

Searched refs:ResetFences (Results 1 – 17 of 17) sorted by relevance

/third_party/ffmpeg/libavutil/
Dvulkan_functions.h91 MACRO(1, 1, FF_VK_EXT_NO_FLAG, ResetFences) \
Dvulkan.c488 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()
Dhwcontext_vulkan.c1127 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/
Dwsi_common.h221 WSI_CB(ResetFences);
Dwsi_common.c160 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/
DVulkanFunctions.cpp287 GET_DEVICE_PROC(ResetFences); in LoadDeviceProcs()
DVulkanFunctions.h264 PFN_vkResetFences ResetFences = nullptr; member
DDeviceVk.cpp522 DAWN_TRY(CheckVkSuccess(fn.ResetFences(mVkDevice, 1, &*fence), "vkResetFences")); in GetUnusedFence()
/third_party/skia/src/gpu/vk/
DGrVkInterface.cpp69 ACQUIRE_PROC(ResetFences, VK_NULL_HANDLE, device); in GrVkInterface()
DGrVkCommandBuffer.cpp611 GR_VK_CALL_RESULT(gpu, err, ResetFences(gpu->device(), 1, &fSubmitFence)); in submitToQueue()
/third_party/vulkan-loader/loader/generated/
Dvk_layer_dispatch_table.h315 PFN_vkResetFences ResetFences; member
Dvk_loader_extensions.c365 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()
Dvk_dispatch_table_helper.h451 table->ResetFences = (PFN_vkResetFences) gpa(device, "vkResetFences"); in layer_init_device_dispatch_table()
/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_kopper.c648 VKSCR(ResetFences)(screen->dev, 1, &screen->fence); in kopper_present()
/third_party/mesa3d/src/vulkan/overlay-layer/
Doverlay.cpp523 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/
Dtrampoline.c1205 return disp->ResetFences(device, fenceCount, pFences); in vkResetFences()
/third_party/mesa3d/docs/relnotes/
D20.3.0.rst3008 - radv: fix incorrect ResetFences path for WSI fence