Lines Matching refs:width0
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()
188 ps->width = u_minify(pt->width0, surf_tmpl->u.tex.level); in panfrost_create_surface()
230 scanout_templat.width0 = ALIGN_POT(template->width0, 16); in panfrost_create_scanout_res()
248 template->width0, template->height0); in panfrost_create_scanout_res()
250 unsigned pitch = ALIGN_POT(template->width0, 16) * in panfrost_create_scanout_res()
256 scanout_templat.width0 = ALIGN_POT(template->width0, 16); in panfrost_create_scanout_res()
286 unsigned width = res->width0; 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()
581 MIN2(x + w, res->width0)); in panfrost_resource_set_damage_region()
589 damage_extent->maxx = res->width0; in panfrost_resource_set_damage_region()
706 tmpl.width0 = box->width; in pan_alloc_staging()
984 && transfer->box.width == prsrc->base.width0 in panfrost_should_linear_convert()