Lines Matching defs:height
108 uint32_t height;
312 uint32_t height,
325 info->num_tiles_y = DIV_ROUND_UP(height, info->tile_size_y);
957 if (rt_dataset->height != 0) {
959 ROGUE_ISP_MERGE_LOWER_LIMIT_NUMERATOR / (float)rt_dataset->height;
963 ROGUE_ISP_MERGE_UPPER_LIMIT_NUMERATOR / (float)rt_dataset->height;
972 value = ((float)rt_dataset->height * ROGUE_ISP_MERGE_SCALE_FACTOR) /
991 value.pixymax = rt_dataset->height - 1;
1049 uint32_t height,
1062 assert(height <= rogue_get_render_size_max_y(dev_info));
1065 pvr_rt_mtile_info_init(device, &mtile_info, width, height, samples);
1076 rt_dataset->height = height;
1246 uint32_t height,
1282 *y_out = DIV_ROUND_UP(height * scale_y, tile_samples_y);