/external/mesa3d/src/vulkan/wsi/ |
D | wsi_common.h | 181 WSI_CB(WaitForFences);
|
D | wsi_common.c | 103 WSI_GET_CB(WaitForFences); in wsi_device_init() 582 wsi->WaitForFences(device, 1, &swapchain->fences[image_index], in wsi_common_queue_present()
|
D | wsi_common_x11.c | 1167 result = chain->base.wsi->WaitForFences(chain->base.device, 1, in x11_manage_fifo_queues()
|
/external/skqp/tools/gpu/mtl/ |
D | MtlTestContext.mm | 88 auto result = GR_VK_CALL(fVk, WaitForFences(fDevice, 1, &fence, true, kForever));
|
/external/skqp/tools/sk_app/ |
D | VulkanWindowContext.cpp | 411 WaitForFences(fDevice, 2, in destroyBuffers() 504 WaitForFences(fDevice, 2, backbuffer->fUsageFences, in getAvailableBackbuffer()
|
/external/skqp/tools/gpu/vk/ |
D | VkTestContext.cpp | 41 ACQUIRE_VK_PROC(WaitForFences, device); in VkFenceSync()
|
/external/skqp/tests/ |
D | SurfaceSemaphoreTest.cpp | 299 err = GR_VK_CALL(interface, WaitForFences(device, 1, &fence, true, 3000000000)); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
|
/external/skia/tests/ |
D | SurfaceSemaphoreTest.cpp | 323 err = GR_VK_CALL(interface, WaitForFences(device, 1, &fence, true, 3000000000)); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
|
/external/vulkan-validation-layers/layers/generated/ |
D | vk_layer_dispatch_table.h | 261 PFN_vkWaitForFences WaitForFences; member
|
D | vk_dispatch_table_helper.h | 421 table->WaitForFences = (PFN_vkWaitForFences) gpa(device, "vkWaitForFences"); in layer_init_device_dispatch_table()
|
D | layer_chassis_dispatch.cpp | 1571 …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()
|
D | chassis.cpp | 1691 VKAPI_ATTR VkResult VKAPI_CALL WaitForFences( in WaitForFences() function 9305 {"vkWaitForFences", {false, (void*)WaitForFences}},
|
D | chassis.h | 264 VKAPI_ATTR VkResult VKAPI_CALL WaitForFences(
|
/external/mesa3d/docs/relnotes/ |
D | 17.3.7.rst | 93 - radv: Implement WaitForFences with !waitAll.
|
/external/skqp/src/gpu/vk/ |
D | GrVkInterface.cpp | 71 ACQUIRE_PROC(WaitForFences, VK_NULL_HANDLE, device); in GrVkInterface()
|
D | GrVkCommandBuffer.cpp | 570 WaitForFences(gpu->device(), 1, &fSubmitFence, true, UINT64_MAX)); in submitToQueue()
|
D | GrVkGpu.cpp | 1633 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/ |
D | vk_enum_to_str.h | 879 PFN_vkWaitForFences WaitForFences; member
|
D | vk_enum_to_str.c | 4902 table->WaitForFences = (PFN_vkWaitForFences) gpa(device, "vkWaitForFences"); in vk_load_device_commands()
|
/external/skia/src/gpu/vk/ |
D | GrVkInterface.cpp | 71 ACQUIRE_PROC(WaitForFences, VK_NULL_HANDLE, device); in GrVkInterface()
|
D | GrVkCommandBuffer.cpp | 649 GR_VK_CALL_ERRCHECK(gpu, WaitForFences(gpu->device(), 1, &fSubmitFence, true, UINT64_MAX)); in forceSync()
|
D | GrVkGpu.cpp | 2532 VK_CALL_RET(result, WaitForFences(this->device(), 1, (VkFence*)&fence, VK_TRUE, 0)); in waitFence()
|
/external/mesa3d/src/vulkan/overlay-layer/ |
D | overlay.cpp | 1896 VK_CHECK(device_data->vtable.WaitForFences(device_data->device, in overlay_QueuePresentKHR()
|