Lines Matching refs:execbuf
38 struct drm_i915_gem_execbuffer2 *execbuf,
41 int ret = device->no_hw ? 0 : anv_gem_execbuffer(device, execbuf);
48 (void *)(uintptr_t)execbuf->buffers_ptr;
49 for (uint32_t k = 0; k < execbuf->buffer_count; k++) {
62 struct drm_i915_gem_execbuffer2 execbuf;
88 execbuf.buffers_ptr = (uintptr_t) exec2_objects;
89 execbuf.buffer_count = 1;
90 execbuf.batch_start_offset = 0;
91 execbuf.batch_len = size;
92 execbuf.cliprects_ptr = 0;
93 execbuf.num_cliprects = 0;
94 execbuf.DR1 = 0;
95 execbuf.DR4 = 0;
97 execbuf.flags =
99 execbuf.rsvd1 = device->context_id;
100 execbuf.rsvd2 = 0;
105 result = anv_device_execbuf(device, &execbuf, exec_bos);
142 * we do so. If this happens in the middle of setting up an execbuf,
202 /* Fence for this execbuf. NULL for all but the last one */