Lines Matching refs:height0
91 &rsc->slices[0], templat->width0, templat->height0); in panfrost_resource_from_handle()
98 panfrost_afbc_header_size(templat->width0, templat->height0); in panfrost_resource_from_handle()
189 ps->height = u_minify(pt->height0, surf_tmpl->u.tex.level); in panfrost_create_surface()
197 ps->height = pt->height0; in panfrost_create_surface()
231 scanout_templat.height0 = ALIGN_POT(template->height0, 16); in panfrost_create_scanout_res()
248 template->width0, template->height0); in panfrost_create_scanout_res()
257 scanout_templat.height0 = ALIGN_POT(template->height0, 16) + header_rows; in panfrost_create_scanout_res()
287 unsigned height = res->height0; in panfrost_setup_slices()
472 if (pres->base.width0 <= 16 && pres->base.height0 <= 16) in panfrost_should_afbc()
565 res->width0, res->height0, in panfrost_resource_set_damage_region()
576 int y = res->height0 - (rects[i].y + h); in panfrost_resource_set_damage_region()
583 MIN2(y + h, res->height0)); in panfrost_resource_set_damage_region()
590 damage_extent->maxy = res->height0; in panfrost_resource_set_damage_region()
707 tmpl.height0 = box->height; in pan_alloc_staging()
985 && transfer->box.height == prsrc->base.height0 in panfrost_should_linear_convert()