Searched defs:gfx9_surf_layout (Results 1 – 1 of 1) sorted by relevance
230 struct gfx9_surf_layout { struct231 uint16_t epitch; /* gfx9 only, not on gfx10 */232 uint8_t swizzle_mode; /* color or depth */234 enum gfx9_resource_type resource_type:8; /* 1D, 2D or 3D */235 uint16_t surf_pitch; /* in blocks */236 uint16_t surf_height;238 uint64_t surf_offset; /* 0 unless imported with an offset */240 uint64_t surf_slice_size;242 uint32_t offset[RADEON_SURF_MAX_LEVELS];244 uint16_t pitch[RADEON_SURF_MAX_LEVELS];[all …]