Home | History | Annotate | Download | only in i965

Lines Matching defs:bo

85    drm_intel_bo *bo;
143 bo = irb->mt->bo;
145 if (drm_intel_bo_references(brw->batch.bo, bo)) {
146 perf_debug("Flushing before mapping a referenced bo.\n");
150 error = brw_bo_map(brw, bo, false /* write enable */, "miptree");
152 DBG("%s: failed to map bo\n", __func__);
191 bo->virtual + irb->mt->offset,
198 drm_intel_bo_unmap(bo);
219 * binding the user-provided BO as a fake framebuffer and rendering
221 * to render to a BO, causing nondeterministic corruption issues
223 * caches that the BO could potentially be bound to afterwards.