Lines Matching defs:height
33 * Computes the HW's UIFblock padding for a given height/cpp.
40 v3d_get_ub_pad(uint32_t cpp, uint32_t height)
44 uint32_t height_ub = height / uif_block_h;
79 uint32_t height = image->vk.extent.height;
88 uint32_t pot_height = 2 * util_next_power_of_two(u_minify(height, 1));
116 level_height = u_minify(height, i);
155 * only align height to UIF blocks.
400 assert(swapchain_image->vk.extent.height == local_create_info.extent.height);