Searched refs:ResetFences (Results 1 – 21 of 21) sorted by relevance
/third_party/flutter/engine/flutter/vulkan/ |
D | vulkan_backbuffer.cc | 111 bool VulkanBackbuffer::ResetFences() { in ResetFences() function in vulkan::VulkanBackbuffer 118 return VK_CALL_LOG_ERROR(vk.ResetFences( in ResetFences()
|
D | vulkan_backbuffer.h | 33 bool ResetFences();
|
D | vulkan_proc_table.h | 106 DEFINE_PROC(ResetFences);
|
D | vulkan_proc_table.cc | 130 ACQUIRE_PROC(ResetFences, handle); in SetupDeviceProcAddresses()
|
D | vulkan_swapchain.cc | 349 if (!backbuffer->ResetFences()) { in AcquireSurface()
|
/third_party/mesa3d/src/vulkan/wsi/ |
D | wsi_common.h | 204 WSI_CB(ResetFences);
|
D | wsi_common.c | 106 WSI_GET_CB(ResetFences); in wsi_device_init() 695 wsi->ResetFences(device, 1, &swapchain->fences[image_index]); in wsi_common_queue_present()
|
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
D | VulkanFunctions.cpp | 205 GET_DEVICE_PROC(ResetFences); in LoadDeviceProcs()
|
D | VulkanFunctions.h | 201 PFN_vkResetFences ResetFences = nullptr; member
|
D | DeviceVk.cpp | 442 if (fn.ResetFences(mVkDevice, 1, &fence) != VK_SUCCESS) { in CheckPassedFences()
|
/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/flutter/engine/flutter/shell/platform/fuchsia/flutter/ |
D | vulkan_surface.cc | 481 VK_CALL_LOG_ERROR(vulkan_provider_.vk().ResetFences( in Reset()
|
/third_party/skia/src/gpu/vk/ |
D | GrVkInterface.cpp | 69 ACQUIRE_PROC(ResetFences, VK_NULL_HANDLE, device); in GrVkInterface()
|
D | GrVkCommandBuffer.cpp | 584 GR_VK_CALL_RESULT(gpu, err, ResetFences(gpu->device(), 1, &fSubmitFence)); in submitToQueue()
|
/third_party/flutter/skia/src/gpu/vk/ |
D | GrVkInterface.cpp | 69 ACQUIRE_PROC(ResetFences, VK_NULL_HANDLE, device); in GrVkInterface()
|
D | GrVkCommandBuffer.cpp | 535 GR_VK_CALL(gpu->vkInterface(), ResetFences(gpu->device(), 1, &fSubmitFence)); in submitToQueue()
|
/third_party/mesa3d/src/gallium/drivers/zink/ |
D | zink_batch.c | 367 VKSCR(ResetFences)(screen->dev, 1, &bs->fence.fence); in submit_queue()
|
/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/mesa3d/docs/relnotes/ |
D | 20.3.0.rst | 3008 - radv: fix incorrect ResetFences path for WSI fence
|