Lines Matching refs:vkWaitForFences
1993 Fences can: be waited on by the host with the flink:vkWaitForFences command,
2441 [open,refpage='vkWaitForFences',desc='Wait for one or more fences to become signaled',type='protos']
2446 include::{generated}/api/protos/vkWaitForFences.txt[]
2464 If the condition is satisfied when fname:vkWaitForFences is called, then
2465 fname:vkWaitForFences returns immediately.
2466 If the condition is not satisfied at the time fname:vkWaitForFences is
2467 called, then fname:vkWaitForFences will block and wait until the condition
2470 If pname:timeout is zero, then fname:vkWaitForFences does not wait, but
2476 fname:vkWaitForFences returns ename:VK_SUCCESS.
2477 Otherwise, fname:vkWaitForFences returns ename:VK_TIMEOUT after the
2481 the timeout has expired, fname:vkWaitForFences must: return in finite time
2487 While we guarantee that fname:vkWaitForFences must: return in finite time,
2490 order of seconds and that calling fname:vkWaitForFences will not result in a
2494 include::{generated}/validity/protos/vkWaitForFences.txt[]
2499 signaled, either via flink:vkWaitForFences or by polling on
2506 includes the host operations of flink:vkWaitForFences or
6375 signal using flink:vkWaitForFences with an infinite timeout and