Lines Matching refs:dst_stride

408 		left = (r->plane[n].dst_stride - y) * PAGE_SIZE;  in assert_rotated()
501 left = (r->plane[n].dst_stride - r->plane[n].width) * PAGE_SIZE; in assert_remapped()
539 return a->dst_stride * a->width + b->dst_stride * b->width; in remapped_size()
541 return a->dst_stride * a->height + b->dst_stride * b->height; in remapped_size()
566 { .width = 2, .height = 2, .src_stride = 2, .dst_stride = 2 }, in igt_vma_rotate_remap()
567 { .width = 3, .height = 3, .src_stride = 3, .dst_stride = 4 }, in igt_vma_rotate_remap()
568 { .width = 5, .height = 6, .src_stride = 7, .dst_stride = 8 }, in igt_vma_rotate_remap()
604 if (!plane_info[0].dst_stride) in igt_vma_rotate_remap()
605 plane_info[0].dst_stride = view.type == I915_GTT_VIEW_ROTATED ? in igt_vma_rotate_remap()
608 if (!plane_info[1].dst_stride) in igt_vma_rotate_remap()
609 plane_info[1].dst_stride = view.type == I915_GTT_VIEW_ROTATED ? in igt_vma_rotate_remap()
682 plane_info[0].dst_stride, in igt_vma_rotate_remap()
687 plane_info[1].dst_stride, in igt_vma_rotate_remap()
973 { .width = 2, .height = 2, .src_stride = 2, .dst_stride = 2 }, in igt_vma_remapped_gtt()
974 { .width = 3, .height = 3, .src_stride = 3, .dst_stride = 4 }, in igt_vma_remapped_gtt()
975 { .width = 5, .height = 6, .src_stride = 7, .dst_stride = 8 }, in igt_vma_remapped_gtt()
1014 if (!plane_info[0].dst_stride) in igt_vma_remapped_gtt()
1015 plane_info[0].dst_stride = *t == I915_GTT_VIEW_ROTATED ? in igt_vma_remapped_gtt()
1039 offset = (x * plane_info[0].dst_stride + y) * PAGE_SIZE; in igt_vma_remapped_gtt()
1041 offset = (y * plane_info[0].dst_stride + x) * PAGE_SIZE; in igt_vma_remapped_gtt()