Lines Matching refs:height0
66 scanout_templat.height0 = height; in lima_resource_create_scanout()
92 unsigned width0, unsigned height0, in setup_miptree() argument
98 unsigned height = height0; in setup_miptree()
213 height = templat->height0; in _lima_resource_create_with_modifiers()
216 height = align(templat->height0, 16); in _lima_resource_create_with_modifiers()
235 pres, pres->width0, pres->height0, pres->depth0, in _lima_resource_create_with_modifiers()
353 height = align(pres->height0, 16); in lima_resource_from_handle()
483 int ret = u_box_clip_2d(&b, &b, pres->width0, pres->height0); in get_damage_bound_box()
487 get_scissor_from_box(bound, &b, pres->height0); in get_damage_bound_box()
519 rects[i].y + rects[i].height >= pres->height0) in lima_resource_set_damage_region()
532 pres->height0); in lima_resource_set_damage_region()
568 psurf->height = u_minify(pres->height0, level); in lima_surface_create()
727 ptrans->box.height == res->base.height0 && in lima_should_convert_linear()