Home
last modified time | relevance | path

Searched refs:ENGINE_MASK (Results 1 – 9 of 9) sorted by relevance

/external/igt-gpu-tools/tests/i915/
Di915_module_load.c43 #define ENGINE_MASK (I915_EXEC_RING_MASK | LOCAL_I915_EXEC_BSD_MASK) macro
160 execbuf.flags &= ~ENGINE_MASK; in store_all()
203 execbuf.flags &= ~ENGINE_MASK; in store_all()
209 execbuf.flags &= ~ENGINE_MASK; in store_all()
Dgem_exec_store.c38 #define ENGINE_MASK (I915_EXEC_RING_MASK | LOCAL_I915_EXEC_BSD_MASK) macro
229 execbuf.flags &= ~ENGINE_MASK; in store_all()
272 execbuf.flags &= ~ENGINE_MASK; in store_all()
278 execbuf.flags &= ~ENGINE_MASK; in store_all()
Dgem_exec_whisper.c43 #define ENGINE_MASK (I915_EXEC_RING_MASK | LOCAL_I915_EXEC_BSD_MASK) macro
150 h->execbuf.flags &= ~ENGINE_MASK; in submit_hang()
353 execbuf.flags &= ~ENGINE_MASK; in whisper()
413 execbuf.flags &= ~ENGINE_MASK; in whisper()
444 execbuf.flags &= ~ENGINE_MASK; in whisper()
Dgem_exec_suspend.c44 #define ENGINE_MASK (I915_EXEC_RING_MASK | LOCAL_I915_EXEC_BSD_MASK) macro
185 execbuf.flags &= ~ENGINE_MASK; in run_test()
Dgem_exec_parallel.c41 #define ENGINE_MASK (I915_EXEC_RING_MASK | LOCAL_I915_EXEC_BSD_MASK) macro
Dgem_exec_reloc.c35 #define ENGINE_MASK (I915_EXEC_RING_MASK | LOCAL_I915_EXEC_BSD_MASK) macro
315 execbuf.flags &= ~ENGINE_MASK; in active()
Dgem_exec_schedule.c53 #define ENGINE_MASK (I915_EXEC_RING_MASK | LOCAL_I915_EXEC_BSD_MASK) macro
383 spin->execbuf.flags &= ~ENGINE_MASK; in semaphore_userlock()
408 if (engine == (spin->execbuf.flags & ENGINE_MASK)) in semaphore_userlock()
Dgem_sync.c39 #define ENGINE_MASK (I915_EXEC_RING_MASK | LOCAL_I915_EXEC_BSD_MASK) macro
1116 execbuf.flags &= ~ENGINE_MASK; in store_all()
/external/igt-gpu-tools/lib/
Digt_dummyload.c61 #define ENGINE_MASK (I915_EXEC_RING_MASK | LOCAL_I915_EXEC_BSD_MASK) macro
240 execbuf->flags &= ~ENGINE_MASK; in emit_recursive_batch()