Searched defs:gfx9_surf_layout (Results 1 – 1 of 1) sorted by relevance
150 struct gfx9_surf_layout { struct151 struct gfx9_surf_flags surf; /* color or depth surface */152 struct gfx9_surf_flags fmask; /* not added to surf_size */153 struct gfx9_surf_flags stencil; /* added to surf_size, use stencil_offset */155 struct gfx9_surf_meta_flags dcc; /* metadata of color */157 enum gfx9_resource_type resource_type; /* 1D, 2D or 3D */158 uint16_t surf_pitch; /* in blocks */159 uint16_t surf_height;161 uint64_t surf_offset; /* 0 unless imported with an offset */163 uint64_t surf_slice_size;[all …]