Lines Matching refs:exec_objects
124 struct drm_i915_gem_exec_object2 *exec_objects = NULL; in replay() local
242 free(exec_objects); in replay()
246 exec_objects = malloc(max_objects*sizeof(*exec_objects)); in replay()
247 eb.buffers_ptr = (uintptr_t)exec_objects; in replay()
254 exec_objects[i].handle = bo[to->handle]; in replay()
255 exec_objects[i].alignment = to->alignment; in replay()
256 exec_objects[i].offset = to->offset; in replay()
257 exec_objects[i].flags = to->flags; in replay()
258 exec_objects[i].rsvd1 = to->rsvd1; in replay()
259 exec_objects[i].rsvd2 = to->rsvd2; in replay()
261 exec_objects[i].relocation_count = to->relocation_count; in replay()
262 exec_objects[i].relocs_ptr = (uintptr_t)ptr; in replay()
275 memset(&exec_objects[eb.buffer_count++], 0, in replay()
276 sizeof(*exec_objects)))->handle = bo[0]; in replay()