Lines Matching defs:depth
314 (layout->depth > 1 || layout->nr_samples > 1 ||
335 assert(layout->depth == 1 || layout->nr_samples == 1);
348 unsigned depth = layout->depth;
411 * beginning instead of having them split per depth
417 slice->afbc.header_size *= depth;
418 slice->afbc.body_size *= depth;
429 slice_one_size * depth * layout->nr_samples;
459 depth = u_minify(depth, 1);
491 ASSERTED unsigned depth = u_minify(iview->image->layout.depth, level);
492 assert(layer < depth);