Lines Matching refs:cmds
75 static uint64_t __exec_batch_patched(int fd, uint32_t cmd_bo, uint32_t *cmds, in __exec_batch_patched() argument
85 gem_write(fd, cmd_bo, 0, cmds, size); in __exec_batch_patched()
116 static void exec_batch_patched(int fd, uint32_t cmd_bo, uint32_t *cmds, in exec_batch_patched() argument
120 igt_assert_eq(__exec_batch_patched(fd, cmd_bo, cmds, in exec_batch_patched()
125 static int __exec_batch(int fd, uint32_t cmd_bo, uint32_t *cmds, in __exec_batch() argument
131 gem_write(fd, cmd_bo, 0, cmds, size); in __exec_batch()
144 #define exec_batch(fd, bo, cmds, sz, ring, expected) \ argument
145 igt_assert_eq(__exec_batch(fd, bo, cmds, sz, ring), expected)
147 static void exec_split_batch(int fd, uint32_t *cmds, in exec_split_batch() argument
166 gem_write(fd, cmd_bo, actual_start_offset, cmds, size); in exec_split_batch()
191 static void exec_batch_chained(int fd, uint32_t cmd_bo, uint32_t *cmds, in exec_batch_chained() argument
216 gem_write(fd, cmd_bo, 0, cmds, size); in exec_batch_chained()