Home
last modified time | relevance | path

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

/external/skia/tools/gpu/vk/
DVkTestContext.cpp86 auto result = GR_VK_CALL(fVk, WaitForFences(fDevice, 1, &fence, true, kForever)); in waitFence()
/external/vulkan-validation-layers/include/vulkan/
Dvk_layer.h62 PFN_vkWaitForFences WaitForFences; member
/external/skia/tools/gpu/mtl/
DMtlTestContext.mm88 auto result = GR_VK_CALL(fVk, WaitForFences(fDevice, 1, &fence, true, kForever));
/external/skia/tools/viewer/sk_app/
DVulkanWindowContext.cpp351 WaitForFences(fBackendContext->fDevice, 2, in destroyBuffers()
430 WaitForFences(fBackendContext->fDevice, 2, backbuffer->fUsageFences, in getAvailableBackbuffer()
/external/vulkan-validation-layers/loader/
Dtable_ops.h85 table->WaitForFences = (PFN_vkWaitForFences)gpa(dev, "vkWaitForFences"); in loader_init_device_dispatch_table()
347 return (void *)table->WaitForFences; in loader_lookup_device_dispatch_table()
Dtrampoline.c1190 return disp->WaitForFences(device, fenceCount, pFences, waitAll, timeout);
/external/skia/src/gpu/vk/
DGrVkInterface.cpp91 ACQUIRE_PROC(WaitForFences, VK_NULL_HANDLE, device); in GrVkInterface()
DGrVkCommandBuffer.cpp491 WaitForFences(gpu->device(), 1, &fSubmitFence, true, UINT64_MAX)); in submitToQueue()
DGrVkGpu.cpp1352 err = VK_CALL(WaitForFences(fDevice, 1, &fence, true, UINT64_MAX)); in createTestingOnlyBackendTexture()
2004 VkResult result = VK_CALL(WaitForFences(this->device(), 1, (VkFence*)&fence, VK_TRUE, timeout)); in waitFence()
/external/vulkan-validation-layers/demos/smoke/
DShell.cpp500 vk::assert_success(vk::WaitForFences(ctx_.dev, 1, &buf.present_fence, in acquire_back_buffer()
DSmoke.cpp769 vk::assert_success(vk::WaitForFences(dev_, 1, &data.fence, true, UINT64_MAX)); in on_frame()
/external/vulkan-validation-layers/layers/
Dobject_tracker.cpp868 VKAPI_ATTR VkResult VKAPI_CALL WaitForFences(VkDevice device, uint32_t fenceCount, const VkFence *p… in WaitForFences() function
884 …VkResult result = get_dispatch_table(ot_device_table_map, device)->WaitForFences(device, fenceCoun… in WaitForFences()
3812 return (PFN_vkVoidFunction)WaitForFences; in InterceptCoreDeviceCommand()
Dparameter_validation.cpp2162 VKAPI_ATTR VkResult VKAPI_CALL WaitForFences(VkDevice device, uint32_t fenceCount, const VkFence *p… in WaitForFences() function
2172 …result = get_dispatch_table(pc_device_table_map, device)->WaitForFences(device, fenceCount, pFence… in WaitForFences()
5313 {"vkWaitForFences", reinterpret_cast<PFN_vkVoidFunction>(WaitForFences)}, in intercept_core_device_command()
Dcore_validation.cpp5302 WaitForFences(VkDevice device, uint32_t fenceCount, const VkFence *pFences, VkBool32 waitAll, uint6… in WaitForFences() function
5314 …VkResult result = dev_data->dispatch_table.WaitForFences(device, fenceCount, pFences, waitAll, tim… in WaitForFences()
11935 {"vkWaitForFences", reinterpret_cast<PFN_vkVoidFunction>(WaitForFences)}, in intercept_core_device_command()
/external/vulkan-validation-layers/tests/layers/
Dwrap_objects.cpp361 …VkResult result = device_dispatch_table(device)->WaitForFences(device, fenceCount, pFences, waitAl… in vkWaitForFences()