Home | History | Annotate | Download | only in i915

Lines Matching refs:region

159     * this copy when the region's pitch is less than 32k.
161 if (src_mt->region->pitch > 32768 ||
162 dst_mt->region->pitch > 32768) {
173 int src_pitch = src_mt->region->pitch;
192 src_mt->region->bo, src_mt->offset,
193 src_mt->region->tiling,
194 dst_mt->region->pitch,
195 dst_mt->region->bo, dst_mt->offset,
196 dst_mt->region->tiling,
398 struct intel_region *region;
406 region = irb->mt->region;
407 assert(region);
408 assert(region->bo);
420 pitch = region->pitch;
421 cpp = region->cpp;
425 region->bo, pitch,
441 assert(region->tiling != I915_TILING_Y);
487 aper_array[1] = region->bo;
499 OUT_RELOC_FENCED(region->bo,
651 struct intel_region *region = mt->region;
657 pitch = region->pitch;
658 cpp = region->cpp;
661 __func__, region->bo, pitch, x, y, width, height);
671 aper_array[1] = region->bo;
683 OUT_RELOC_FENCED(region->bo,