Home | History | Annotate | Download | only in libdrm

Lines Matching full:objs_ptr

1369 	uint32_t *objs_ptr = NULL;
1383 objs_ptr = drmMalloc(set->count_objs * sizeof objs_ptr[0]);
1384 if (!objs_ptr) {
1419 objs_ptr[obj_idx] = item->object_id;
1441 atomic.objs_ptr = VOID2U64(objs_ptr);
1452 drmFree(objs_ptr);
1616 uint32_t *objs_ptr = NULL;
1660 objs_ptr = drmMalloc(atomic.count_objs * sizeof objs_ptr[0]);
1661 if (!objs_ptr) {
1687 objs_ptr[obj_idx] = sorted->items[i].object_id;
1688 last_obj_id = objs_ptr[obj_idx];
1698 atomic.objs_ptr = VOID2U64(objs_ptr);
1707 drmFree(objs_ptr);