Lines Matching defs:height
135 ptrans->box.height * z),
254 prsc->height0 == box->height &&
303 ptrans->layer_stride = ptrans->stride * ptrans->box.height;
315 ptrans->box.height * z),
487 * Computes the HW's UIFblock padding for a given height/cpp.
494 v3d_get_ub_pad(struct v3d_resource *rsc, uint32_t height)
498 uint32_t height_ub = height / uif_block_h;
533 uint32_t height = prsc->height0;
541 uint32_t pot_height = 2 * util_next_power_of_two(u_minify(height, 1));
569 level_height = u_minify(height, i);
610 * UIF blocks, but we only align height to UIF
774 /* VBOs/PBOs/Texture Buffer Objects are untiled (and 1 height). */
1005 unsigned height = u_minify(shadow->base.height0, i);
1015 .height = height,
1028 .height = height,
1064 psurf->height = u_minify(ptex->height0, level);