Lines Matching defs:width
71 image->physical_extent.width =
72 util_next_power_of_two(image->vk.extent.width);
100 const uint32_t width = u_minify(image->physical_extent.width, i);
104 mip_level->pitch = cpp * ALIGN(width, extent_alignment);
289 info.stride = image->physical_extent.width;
326 * that width, height and depth be adjusted as well. Given iview->vk.extent
334 info.stride = u_minify(image->physical_extent.width, info.base_level);
401 info.extent.width = 8192U;
403 info.extent.height = DIV_ROUND_UP(info.extent.height, info.extent.width);
406 info.stride = info.extent.width;