Lines Matching refs:size
130 /* max cmd buffer size is 64Kb */
243 uint32_t *tmp, size;
244 size = ((csg->nrelocs + 1) * sizeof(struct radeon_bo*));
245 tmp = (uint32_t*)realloc(csg->relocs_bo, size);
250 size = ((csg->nrelocs + 1) * RELOC_SIZE * 4);
251 tmp = (uint32_t*)realloc(csg->relocs, size);
270 cs->relocs_total_size += boi->size;
299 /* round up the required size to a multiple of 1024 */
323 fprintf(stderr, "CS section size mismatch start at (%s,%s,%d) %d vs %d\n",
341 bof_t *bcs, *blob, *array, *bo, *size, *handle, *device_id, *root;
346 root = device_id = bcs = blob = array = bo = size = handle = NULL;
381 size = bof_int32(csg->relocs_bo[i]->size);
382 if (size == NULL)
384 if (bof_object_set(bo, "size", size))
386 bof_decref(size);
387 size = NULL;
396 blob = bof_blob(csg->relocs_bo[i]->size, csg->relocs_bo[i]->ptr);
417 bof_decref(size);