• Home
  • Raw
  • Download

Lines Matching refs:bbe

572 	const uint32_t bbe = MI_BATCH_BUFFER_END;  in batch_create()  local
576 gem_write(fd, handle, 0, &bbe, sizeof(bbe)); in batch_create()
662 const uint32_t bbe = MI_BATCH_BUFFER_END; in test_long_history() local
684 gem_write(fd, obj[1].handle, sz - sizeof(bbe), &bbe, sizeof(bbe)); in test_long_history()
796 const uint32_t bbe = MI_BATCH_BUFFER_END; in test_invalid_fence_array() local
805 gem_write(fd, obj.handle, 0, &bbe, sizeof(bbe)); in test_invalid_fence_array()
1020 const uint32_t bbe = MI_BATCH_BUFFER_END; in test_syncobj_unused_fence() local
1040 gem_write(fd, obj.handle, 0, &bbe, sizeof(bbe)); in test_syncobj_unused_fence()
1056 const uint32_t bbe = MI_BATCH_BUFFER_END; in test_syncobj_invalid_wait() local
1072 gem_write(fd, obj.handle, 0, &bbe, sizeof(bbe)); in test_syncobj_invalid_wait()
1084 const uint32_t bbe = MI_BATCH_BUFFER_END; in test_syncobj_invalid_flags() local
1100 gem_write(fd, obj.handle, 0, &bbe, sizeof(bbe)); in test_syncobj_invalid_flags()
1112 const uint32_t bbe = MI_BATCH_BUFFER_END; in test_syncobj_signal() local
1131 gem_write(fd, obj.handle, 0, &bbe, sizeof(bbe)); in test_syncobj_signal()
1151 const uint32_t bbe = MI_BATCH_BUFFER_END; in test_syncobj_wait() local
1176 gem_write(fd, obj.handle, 0, &bbe, sizeof(bbe)); in test_syncobj_wait()
1188 gem_write(fd, obj.handle, 0, &bbe, sizeof(bbe)); in test_syncobj_wait()
1193 gem_write(fd, obj.handle, 0, &bbe, sizeof(bbe)); in test_syncobj_wait()
1231 const uint32_t bbe = MI_BATCH_BUFFER_END; in test_syncobj_export() local
1257 gem_write(fd, obj.handle, 0, &bbe, sizeof(bbe)); in test_syncobj_export()
1290 const uint32_t bbe = MI_BATCH_BUFFER_END; in test_syncobj_repeat() local
1315 gem_write(fd, obj.handle, 0, &bbe, sizeof(bbe)); in test_syncobj_repeat()
1348 const uint32_t bbe = MI_BATCH_BUFFER_END; in test_syncobj_import() local
1367 gem_write(fd, obj.handle, 0, &bbe, sizeof(bbe)); in test_syncobj_import()
1391 const uint32_t bbe = MI_BATCH_BUFFER_END; in test_syncobj_channel() local
1412 gem_write(fd, obj.handle, 0, &bbe, sizeof(bbe)); in test_syncobj_channel()