Lines Matching refs:blob
341 bof_t *bcs, *blob, *array, *bo, *size, *handle, *device_id, *root; in cs_gem_dump_bof() local
346 root = device_id = bcs = blob = array = bo = size = handle = NULL; in cs_gem_dump_bof()
358 blob = bof_blob(csg->nrelocs * 16, csg->relocs); in cs_gem_dump_bof()
359 if (blob == NULL) in cs_gem_dump_bof()
361 if (bof_object_set(root, "reloc", blob)) in cs_gem_dump_bof()
363 bof_decref(blob); in cs_gem_dump_bof()
364 blob = NULL; in cs_gem_dump_bof()
366 blob = bof_blob(cs->cdw * 4, cs->packets); in cs_gem_dump_bof()
367 if (blob == NULL) in cs_gem_dump_bof()
369 if (bof_object_set(root, "pm4", blob)) in cs_gem_dump_bof()
371 bof_decref(blob); in cs_gem_dump_bof()
372 blob = NULL; in cs_gem_dump_bof()
396 blob = bof_blob(csg->relocs_bo[i]->size, csg->relocs_bo[i]->ptr); in cs_gem_dump_bof()
398 if (blob == NULL) in cs_gem_dump_bof()
400 if (bof_object_set(bo, "data", blob)) in cs_gem_dump_bof()
402 bof_decref(blob); in cs_gem_dump_bof()
403 blob = NULL; in cs_gem_dump_bof()
414 bof_decref(blob); in cs_gem_dump_bof()