Lines Matching defs:layout

118       assert(desc->layout == UTIL_FORMAT_LAYOUT_PLAIN ||
1466 const struct fdl_layout *layout =
1467 &image->layout[tu6_plane_index(image->vk.format, aspect_mask)];
1469 fdl6_view_init(iview, &layout, &(struct fdl_view_args) {
1557 if (dst_image->layout[0].nr_samples > 1 ||
1580 blit_param, false, dst_image->layout[0].ubwc,
1581 dst_image->layout[0].nr_samples);
1728 info->imageSubresource.aspectMask, 0, false, dst_image->layout[0].ubwc,
1729 dst_image->layout[0].nr_samples);
1868 /* R8G8_* formats have a different tiling layout than other cpp=2 formats, and
1875 return image->layout[0].cpp == 2 &&
1888 if (dst_image->layout[0].nr_samples > 1)
1931 } else if (!src_image->layout[0].tile_mode) {
1936 } else if (!dst_image->layout[0].tile_mode) {
1940 * due to the different tile layout.
1949 } else if (!src_image->layout[0].ubwc) {
1951 } else if (!dst_image->layout[0].ubwc) {
1975 src_image->layout[0].nr_samples,
2007 dst_image->layout[0].nr_samples);
2035 0, false, dst_image->layout[0].ubwc,
2036 dst_image->layout[0].nr_samples);
2049 0, false, dst_image->layout[0].ubwc,
2050 dst_image->layout[0].nr_samples);
2215 VK_IMAGE_ASPECT_COLOR_BIT, 0, false, dst_image->layout[0].ubwc,
2350 if (image->layout[0].depth0 > 1) {
2355 const struct blit_ops *ops = image->layout[0].nr_samples > 1 ? &r3d_ops : &r2d_ops;
2357 ops->setup(cmd, cs, format, format, aspect_mask, 0, true, image->layout[0].ubwc,
2358 image->layout[0].nr_samples);
2365 if (image->layout[0].depth0 > 1)
2366 layer_count = u_minify(image->layout[0].depth0, range->baseMipLevel + j);
2369 u_minify(image->layout[0].width0, range->baseMipLevel + j),
2370 u_minify(image->layout[0].height0, range->baseMipLevel + j)
2800 * doesn't know the GMEM layout that will be chosen by the primary.
3019 * likely related to these formats having different layout from other cpp=2 formats
3269 * have the required y padding in the layout (except for the last level)
3280 /* Choose the GMEM layout (use the CCU space or not) based on whether the