Lines Matching defs:obj
1268 struct drm_i915_gem_exec_object2 *obj = NULL;
1274 obj = &exec->objects[bo->exec_obj_index];
1276 if (obj == NULL) {
1313 obj = &exec->objects[bo->exec_obj_index];
1316 obj->handle = bo->gem_handle;
1317 obj->relocation_count = 0;
1318 obj->relocs_ptr = 0;
1319 obj->alignment = 0;
1320 obj->offset = bo->offset;
1321 obj->flags = bo->flags | extra_flags;
1322 obj->rsvd1 = 0;
1323 obj->rsvd2 = 0;
1327 obj->flags |= EXEC_OBJECT_WRITE;
1328 obj->flags &= ~EXEC_OBJECT_ASYNC;
1332 assert(obj->relocation_count == 0);
1340 obj->relocation_count = relocs->num_relocs;
1341 obj->relocs_ptr = (uintptr_t) relocs->relocs;