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

Method NotifyAndWait

layers/state_tracker/queue_state.cpp:150–153  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

148}
149
150void vvl::Queue::NotifyAndWait(const Location& loc, uint64_t until_seq) {
151 Notify(until_seq);
152 Wait(loc, until_seq);
153}
154
155std::optional<vvl::SemaphoreInfo> vvl::Queue::FindTimelineWaitWithoutResolvingSignal(uint64_t until_seq) const {
156 // A simple optimization for a long sequence of submits without host waits.

Callers 1

PostSubmitMethod · 0.45

Calls 1

WaitClass · 0.85

Tested by

no test coverage detected