MCPcopy Create free account
hub / github.com/KhronosGroup/Vulkan-ValidationLayers / Wait

Method Wait

tests/framework/binding.cpp:464–464  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

462}
463
464void Device::Wait() const { ASSERT_EQ(VK_SUCCESS, vk::DeviceWaitIdle(handle())); }
465
466VkResult Device::Wait(const std::vector<const Fence*>& fences, bool wait_all, uint64_t timeout) {
467 std::vector<VkFence> fence_handles;

Callers 15

TEST_FFunction · 0.45
BuildOnDeviceTopLevelFunction · 0.45
GetCubesTLASFunction · 0.45
ShutdownFrameworkMethod · 0.45
DestroySwapchainMethod · 0.45
ResetMethod · 0.45
operator()Method · 0.45
ValidOwnershipTransferOpFunction · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45

Calls 10

DeviceWaitIdleFunction · 0.85
WaitForFencesFunction · 0.85
QueueWaitIdleFunction · 0.85
WaitSemaphoresFunction · 0.85
reserveMethod · 0.45
sizeMethod · 0.45
beginMethod · 0.45
endMethod · 0.45
handleMethod · 0.45
dataMethod · 0.45

Tested by 1