X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=src%2Famd%2Fcommon%2Fac_surface.h;fp=src%2Famd%2Fcommon%2Fac_surface.h;h=dec7b206a6a7dd16db8a2f084117ffe6ca3d0f17;hb=973181c06cca3fe232c3a435abde31f2fc1b81ef;hp=1e90c08b2e53337c62d873dc08dcd869f02ba781;hpb=59c4fb9d72881bc6b7b72710e6cd71926d514abe;p=mesa.git diff --git a/src/amd/common/ac_surface.h b/src/amd/common/ac_surface.h index 1e90c08b2e5..dec7b206a6a 100644 --- a/src/amd/common/ac_surface.h +++ b/src/amd/common/ac_surface.h @@ -152,9 +152,9 @@ struct gfx9_surf_layout { uint64_t surf_offset; /* 0 unless imported with an offset */ /* The size of the 2D plane containing all mipmap levels. */ uint64_t surf_slice_size; - /* Mipmap level offset within the slice in bytes. Only valid for LINEAR. */ + /* Mipmap level offset within the slice in bytes. */ uint32_t offset[RADEON_SURF_MAX_LEVELS]; - /* Mipmap level pitch in elements. Only valid for LINEAR. */ + /* Mipmap level pitch in elements. */ uint32_t pitch[RADEON_SURF_MAX_LEVELS]; uint64_t stencil_offset; /* separate stencil */