Lines Matching defs:level
220 unsigned level)
225 return layout->slices[level].afbc.surface_stride;
227 return layout->slices[level].surface_stride;
232 unsigned level)
234 unsigned row_stride = layout->slices[level].row_stride;
239 unsigned width = u_minify(layout->width, level);
265 /* Computes the offset into a texture at a particular level/face. Add to
266 * the base address of a texture to get the address to that level/face */
270 unsigned level, unsigned array_idx,
273 return layout->slices[level].offset +
275 (surface_idx * layout->slices[level].surface_stride);
412 * level
475 unsigned level, unsigned layer, unsigned sample,
478 level += iview->first_level;
479 assert(level < iview->image->layout.nr_slices);
484 const struct pan_image_slice_layout *slice = &iview->image->layout.slices[level];
491 ASSERTED unsigned depth = u_minify(iview->image->layout.depth, level);
502 level, layer, 0);
510 panfrost_texture_offset(&iview->image->layout, level,