Searched defs:radeon_surface_level (Results 1 – 1 of 1) sorted by relevance
69 struct radeon_surface_level { struct70 uint64_t offset;71 uint64_t slice_size;72 uint32_t npix_x;73 uint32_t npix_y;74 uint32_t npix_z;75 uint32_t nblk_x;76 uint32_t nblk_y;77 uint32_t nblk_z;78 uint32_t pitch_bytes;[all …]