Home
last modified time | relevance | path

Searched refs:LOCAL_SYNCOBJ_WAIT_FLAGS_WAIT_FOR_SUBMIT (Results 1 – 3 of 3) sorted by relevance

/external/igt-gpu-tools/lib/
Digt_syncobj.h34 #define LOCAL_SYNCOBJ_WAIT_FLAGS_WAIT_FOR_SUBMIT (1 << 1) macro
/external/igt-gpu-tools/tests/
Dsyncobj_wait.c307 flags |= LOCAL_SYNCOBJ_WAIT_FLAGS_WAIT_FOR_SUBMIT; in flags_for_test_flags()
435 uint32_t flags = LOCAL_SYNCOBJ_WAIT_FLAGS_WAIT_FOR_SUBMIT; in test_reset_during_wait_for_submit()
457 uint32_t flags = LOCAL_SYNCOBJ_WAIT_FLAGS_WAIT_FOR_SUBMIT; in test_signal()
/external/igt-gpu-tools/benchmarks/
Dgem_busy.c146 #define LOCAL_SYNCOBJ_WAIT_FLAGS_WAIT_FOR_SUBMIT (1 << 1) macro