Lines Matching refs:real
123 /** Not a real cache, use to opt out of the cache tracking mechanism. */
288 } real;
291 struct iris_bo *real;
386 * Returns true if the BO is backed by a real GEM object, false if it's
397 * backing storage, which is a real BO associated with a GEM object.
403 bo = bo->slab.real;
418 return bo->real.exported || bo->real.imported;
425 return bo->real.imported;
432 return bo->real.exported;
449 return bo->real.heap != IRIS_HEAP_SYSTEM_MEMORY;
456 return bo->real.mmap_mode;