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

Class TimelineWait

tests/framework/binding.h:452–460  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

450};
451
452struct TimelineWait {
453 const Semaphore &semaphore;
454 uint64_t value;
455 VkPipelineStageFlags2 stage_mask;
456
457 explicit TimelineWait(const Semaphore &semaphore, uint64_t value,
458 VkPipelineStageFlags2 stage_mask = VK_PIPELINE_STAGE_2_ALL_COMMANDS_BIT)
459 : semaphore(semaphore), value(value), stage_mask(stage_mask) {}
460};
461
462struct TimelineSignal {
463 const Semaphore &semaphore;

Callers 10

TEST_FFunction · 0.85
TEST_FFunction · 0.85
TEST_FFunction · 0.85
TEST_FFunction · 0.85
TEST_FFunction · 0.85
RunMethod · 0.85
TEST_FFunction · 0.85
TEST_FFunction · 0.85
TEST_FFunction · 0.85
TEST_FFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected