Home
last modified time | relevance | path

Searched refs:WaitForFences (Results 1 – 23 of 23) sorted by relevance

/external/mesa3d/src/vulkan/wsi/
Dwsi_common.h181 WSI_CB(WaitForFences);
Dwsi_common.c103 WSI_GET_CB(WaitForFences); in wsi_device_init()
582 wsi->WaitForFences(device, 1, &swapchain->fences[image_index], in wsi_common_queue_present()
Dwsi_common_x11.c1167 result = chain->base.wsi->WaitForFences(chain->base.device, 1, in x11_manage_fifo_queues()
/external/skqp/tools/gpu/mtl/
DMtlTestContext.mm88 auto result = GR_VK_CALL(fVk, WaitForFences(fDevice, 1, &fence, true, kForever));
/external/skqp/tools/sk_app/
DVulkanWindowContext.cpp411 WaitForFences(fDevice, 2, in destroyBuffers()
504 WaitForFences(fDevice, 2, backbuffer->fUsageFences, in getAvailableBackbuffer()
/external/skqp/tools/gpu/vk/
DVkTestContext.cpp41 ACQUIRE_VK_PROC(WaitForFences, device); in VkFenceSync()
/external/skqp/tests/
DSurfaceSemaphoreTest.cpp299 err = GR_VK_CALL(interface, WaitForFences(device, 1, &fence, true, 3000000000)); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
/external/skia/tests/
DSurfaceSemaphoreTest.cpp323 err = GR_VK_CALL(interface, WaitForFences(device, 1, &fence, true, 3000000000)); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
/external/vulkan-validation-layers/layers/generated/
Dvk_layer_dispatch_table.h261 PFN_vkWaitForFences WaitForFences; member
Dvk_dispatch_table_helper.h421 table->WaitForFences = (PFN_vkWaitForFences) gpa(device, "vkWaitForFences"); in layer_init_device_dispatch_table()
Dlayer_chassis_dispatch.cpp1571 …if (!wrap_handles) return layer_data->device_dispatch_table.WaitForFences(device, fenceCount, pFen… in DispatchWaitForFences()
1581 …VkResult result = layer_data->device_dispatch_table.WaitForFences(device, fenceCount, (const VkFen… in DispatchWaitForFences()
Dchassis.cpp1691 VKAPI_ATTR VkResult VKAPI_CALL WaitForFences( in WaitForFences() function
9305 {"vkWaitForFences", {false, (void*)WaitForFences}},
Dchassis.h264 VKAPI_ATTR VkResult VKAPI_CALL WaitForFences(
/external/mesa3d/docs/relnotes/
D17.3.7.rst93 - radv: Implement WaitForFences with !waitAll.
/external/skqp/src/gpu/vk/
DGrVkInterface.cpp71 ACQUIRE_PROC(WaitForFences, VK_NULL_HANDLE, device); in GrVkInterface()
DGrVkCommandBuffer.cpp570 WaitForFences(gpu->device(), 1, &fSubmitFence, true, UINT64_MAX)); in submitToQueue()
DGrVkGpu.cpp1633 err = VK_CALL(WaitForFences(fDevice, 1, &fence, true, UINT64_MAX)); in createTestingOnlyVkImage()
2332 VkResult result = VK_CALL(WaitForFences(this->device(), 1, (VkFence*)&fence, VK_TRUE, timeout)); in waitFence()
/external/mesa3d/prebuilt-intermediates/util/
Dvk_enum_to_str.h879 PFN_vkWaitForFences WaitForFences; member
Dvk_enum_to_str.c4902 table->WaitForFences = (PFN_vkWaitForFences) gpa(device, "vkWaitForFences"); in vk_load_device_commands()
/external/skia/src/gpu/vk/
DGrVkInterface.cpp71 ACQUIRE_PROC(WaitForFences, VK_NULL_HANDLE, device); in GrVkInterface()
DGrVkCommandBuffer.cpp649 GR_VK_CALL_ERRCHECK(gpu, WaitForFences(gpu->device(), 1, &fSubmitFence, true, UINT64_MAX)); in forceSync()
DGrVkGpu.cpp2532 VK_CALL_RET(result, WaitForFences(this->device(), 1, (VkFence*)&fence, VK_TRUE, 0)); in waitFence()
/external/mesa3d/src/vulkan/overlay-layer/
Doverlay.cpp1896 VK_CHECK(device_data->vtable.WaitForFences(device_data->device, in overlay_QueuePresentKHR()