Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
464
void Device::Wait() const { ASSERT_EQ(VK_SUCCESS, vk::DeviceWaitIdle(handle())); }
465
466
VkResult Device::Wait(const std::vector<const Fence*>& fences, bool wait_all, uint64_t timeout) {
467
std::vector<VkFence> fence_handles;
Callers
15
TEST_F
Function · 0.45
TryTransitionToPresentLayout
Method · 0.45
BuildOnDeviceTopLevel
Function · 0.45
GetCubesTLAS
Function · 0.45
TestRateControlStateMismatch
Method · 0.45
ShutdownFramework
Method · 0.45
DestroySwapchain
Method · 0.45
Reset
Method · 0.45
operator()
Method · 0.45
ValidOwnershipTransferOp
Function · 0.45
TEST_F
Function · 0.45
TEST_F
Function · 0.45
Calls
10
DeviceWaitIdle
Function · 0.85
WaitForFences
Function · 0.85
QueueWaitIdle
Function · 0.85
WaitSemaphores
Function · 0.85
reserve
Method · 0.45
size
Method · 0.45
begin
Method · 0.45
end
Method · 0.45
handle
Method · 0.45
data
Method · 0.45
Tested by
1
TestRateControlStateMismatch
Method · 0.36