Searched refs:exec_objects (Results 1 – 6 of 6) sorted by relevance
124 struct drm_i915_gem_exec_object2 *exec_objects = NULL; in replay() local242 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()[all …]
147 const struct drm_i915_gem_exec_object2 *exec_objects = in trace_exec() local148 to_ptr(typeof(*exec_objects), execbuffer2->buffers_ptr); in trace_exec()165 const struct drm_i915_gem_exec_object2 *obj = &exec_objects[i]; in trace_exec()
137 const struct drm_i915_gem_exec_object2 *exec_objects = in relocate_bo() local151 handle = exec_objects[relocs[i].target_handle].handle; in relocate_bo()210 struct drm_i915_gem_exec_object2 *exec_objects = in dump_execbuffer2() local241 obj = &exec_objects[i]; in dump_execbuffer2()270 obj = &exec_objects[i]; in dump_execbuffer2()305 obj = &exec_objects[i]; in dump_execbuffer2()322 batch_bo = get_bo(fd, exec_objects[batch_index].handle); in dump_execbuffer2()324 obj = &exec_objects[i]; in dump_execbuffer2()
833 const struct drm_i915_gem_exec_object2 *exec_objects = in relocate_bo() local847 handle = exec_objects[relocs[i].target_handle].handle; in relocate_bo()903 struct drm_i915_gem_exec_object2 *exec_objects = in dump_execbuffer2() local948 obj = &exec_objects[i]; in dump_execbuffer2()985 batch_bo = get_bo(exec_objects[batch_index].handle); in dump_execbuffer2()987 obj = &exec_objects[i]; in dump_execbuffer2()
117 struct drm_i915_gem_exec_object *exec_objects; member499 bufmgr_gem->exec_objects = in drm_intel_add_validate_buffer()500 realloc(bufmgr_gem->exec_objects, in drm_intel_add_validate_buffer()501 sizeof(*bufmgr_gem->exec_objects) * new_size); in drm_intel_add_validate_buffer()511 bufmgr_gem->exec_objects[index].handle = bo_gem->gem_handle; in drm_intel_add_validate_buffer()512 bufmgr_gem->exec_objects[index].relocation_count = bo_gem->reloc_count; in drm_intel_add_validate_buffer()513 bufmgr_gem->exec_objects[index].relocs_ptr = (uintptr_t) bo_gem->relocs; in drm_intel_add_validate_buffer()514 bufmgr_gem->exec_objects[index].alignment = bo->align; in drm_intel_add_validate_buffer()515 bufmgr_gem->exec_objects[index].offset = 0; in drm_intel_add_validate_buffer()1921 free(bufmgr_gem->exec_objects); in drm_intel_bufmgr_gem_destroy()[all …]
2084 struct drm_i915_gem_exec_object2 exec_objects[2] = { in intel_detect_pipelined_register() local2096 .buffers_ptr = (uintptr_t) exec_objects, in intel_detect_pipelined_register()