Lines Matching full:test_flags

303 flags_for_test_flags(uint32_t test_flags)  in flags_for_test_flags()  argument
307 if (test_flags & WAIT_FOR_SUBMIT) in flags_for_test_flags()
310 if (test_flags & WAIT_ALL) in flags_for_test_flags()
317 test_single_wait(int fd, uint32_t test_flags, int expect) in test_single_wait() argument
320 uint32_t flags = flags_for_test_flags(test_flags); in test_single_wait()
323 if (test_flags & (WAIT_SUBMITTED | WAIT_SIGNALED)) in test_single_wait()
326 if (test_flags & WAIT_SIGNALED) in test_single_wait()
345 test_wait_delayed_signal(int fd, uint32_t test_flags) in test_wait_delayed_signal() argument
348 uint32_t flags = flags_for_test_flags(test_flags); in test_wait_delayed_signal()
352 if (test_flags & WAIT_FOR_SUBMIT) { in test_wait_delayed_signal()
472 test_multi_wait(int fd, uint32_t test_flags, int expect) in test_multi_wait() argument
482 flags = flags_for_test_flags(test_flags); in test_multi_wait()
483 test_flags &= ~(WAIT_ALL | WAIT_FOR_SUBMIT); in test_multi_wait()
486 fidx = ffs(test_flags) - 1; in test_multi_wait()
489 if (test_flags & ~tflag) in test_multi_wait()
490 test_flags &= ~tflag; in test_multi_wait()
527 test_wait_snapshot(int fd, uint32_t test_flags) in test_wait_snapshot() argument
537 if (!(test_flags & WAIT_FOR_SUBMIT)) { in test_wait_snapshot()
546 wait.wait.flags = flags_for_test_flags(test_flags); in test_wait_snapshot()
555 if (test_flags & WAIT_ALL) { in test_wait_snapshot()
561 } else if (test_flags & WAIT_FOR_SUBMIT) { in test_wait_snapshot()
589 if (!(test_flags & WAIT_ALL)) in test_wait_snapshot()
614 test_wait_complex(int fd, uint32_t test_flags) in test_wait_complex() argument
628 if (test_flags & WAIT_FOR_SUBMIT) { in test_wait_complex()
640 wait.wait.flags = flags_for_test_flags(test_flags); in test_wait_complex()
654 if (!(test_flags & WAIT_FOR_SUBMIT)) { in test_wait_complex()
688 if (test_flags & WAIT_ALL) { in test_wait_complex()
701 if (test_flags & WAIT_ALL) { in test_wait_complex()
715 test_wait_interrupted(int fd, uint32_t test_flags) in test_wait_interrupted() argument
723 wait.flags = flags_for_test_flags(test_flags); in test_wait_interrupted()
725 if (test_flags & WAIT_FOR_SUBMIT) { in test_wait_interrupted()