Lines Matching defs:width
56 config.image_width_pixels = tiling->width;
511 uint32_t width, height;
513 width = region->imageExtent.width;
515 width = region->bufferRowLength;
523 width = DIV_ROUND_UP(width, vk_format_get_blockwidth(image->vk.format));
533 uint32_t buffer_stride = width * cpp;
717 const uint32_t stride = job->frame_tiling.width * item_size;
843 uint32_t width,
848 .ios = (height << 16) | width,
1014 const uint32_t stride = job->frame_tiling.width * 4;
1067 uint32_t width, height;
1069 width = region->imageExtent.width;
1071 width = region->bufferRowLength;
1079 width = DIV_ROUND_UP(width, vk_format_get_blockwidth(image->vk.format));
1084 uint32_t buffer_stride = width * cpp;
1194 uint32_t *width,
1218 *width = w;
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;
1358 fb->max_x_supertile = (tiling->width - 1) / supertile_w_in_pixels;