Lines Matching defs:height
57 config.image_height_pixels = tiling->height;
76 align(tiling->height, uif_block_height) / uif_block_height;
511 uint32_t width, height;
518 height = region->imageExtent.height;
520 height = region->bufferImageHeight;
524 height = DIV_ROUND_UP(height, vk_format_get_blockheight(image->vk.format));
535 height * buffer_stride * layer_offset;
844 uint32_t height,
848 .ios = (height << 16) | width,
889 * those necessary to cover the height).
893 uint32_t implicit_padded_height = align(height, uif_block_h);
1067 uint32_t width, height;
1074 height = region->imageExtent.height;
1076 height = region->bufferImageHeight;
1080 height = DIV_ROUND_UP(height, vk_format_get_blockheight(image->vk.format));
1086 buffer->mem_offset + region->bufferOffset + height * buffer_stride * layer;
1195 uint32_t *height)
1219 *height = h;
1274 uint32_t width, height;
1275 framebuffer_size_for_pixel_count(num_items, &width, &height);
1277 v3dv_job_start_frame(job, width, height, 1, true, 1, internal_bpp, false);
1290 const uint32_t items_copied = width * height;
1320 uint32_t width, height;
1321 framebuffer_size_for_pixel_count(num_items, &width, &height);
1323 v3dv_job_start_frame(job, width, height, 1, true, 1, internal_bpp, false);
1335 const uint32_t items_copied = width * height;
1359 fb->max_y_supertile = (tiling->height - 1) / supertile_h_in_pixels;