Lines Matching full:stride
364 return (r->plane[n].stride * (r->plane[n].height - y - 1) + in rotated_index()
414 return (r->plane[n].stride * y + in remapped_index()
482 { .width = 1, .height = 1, .stride = 1 }, in igt_vma_rotate_remap()
483 { .width = 2, .height = 2, .stride = 2 }, in igt_vma_rotate_remap()
484 { .width = 4, .height = 4, .stride = 4 }, in igt_vma_rotate_remap()
485 { .width = 8, .height = 8, .stride = 8 }, in igt_vma_rotate_remap()
487 { .width = 3, .height = 5, .stride = 3 }, in igt_vma_rotate_remap()
488 { .width = 3, .height = 5, .stride = 4 }, in igt_vma_rotate_remap()
489 { .width = 3, .height = 5, .stride = 5 }, in igt_vma_rotate_remap()
491 { .width = 5, .height = 3, .stride = 5 }, in igt_vma_rotate_remap()
492 { .width = 5, .height = 3, .stride = 7 }, in igt_vma_rotate_remap()
493 { .width = 5, .height = 3, .stride = 9 }, in igt_vma_rotate_remap()
495 { .width = 4, .height = 6, .stride = 6 }, in igt_vma_rotate_remap()
496 { .width = 6, .height = 4, .stride = 6 }, in igt_vma_rotate_remap()
521 max_offset = max(a->stride * a->height, in igt_vma_rotate_remap()
522 b->stride * b->height); in igt_vma_rotate_remap()
595 view.rotated.plane[0].stride, in igt_vma_rotate_remap()
599 view.rotated.plane[1].stride, in igt_vma_rotate_remap()
852 { .width = 1, .height = 1, .stride = 1 }, in igt_vma_remapped_gtt()
853 { .width = 2, .height = 2, .stride = 2 }, in igt_vma_remapped_gtt()
854 { .width = 4, .height = 4, .stride = 4 }, in igt_vma_remapped_gtt()
855 { .width = 8, .height = 8, .stride = 8 }, in igt_vma_remapped_gtt()
857 { .width = 3, .height = 5, .stride = 3 }, in igt_vma_remapped_gtt()
858 { .width = 3, .height = 5, .stride = 4 }, in igt_vma_remapped_gtt()
859 { .width = 3, .height = 5, .stride = 5 }, in igt_vma_remapped_gtt()
861 { .width = 5, .height = 3, .stride = 5 }, in igt_vma_remapped_gtt()
862 { .width = 5, .height = 3, .stride = 7 }, in igt_vma_remapped_gtt()
863 { .width = 5, .height = 3, .stride = 9 }, in igt_vma_remapped_gtt()
865 { .width = 4, .height = 6, .stride = 6 }, in igt_vma_remapped_gtt()
866 { .width = 6, .height = 4, .stride = 6 }, in igt_vma_remapped_gtt()