Lines Matching refs:depth
69 unsigned width, unsigned height, unsigned depth,
77 for (z = 0; z < depth; ++z) {
178 unsigned depth,
183 for (layer = z; layer < depth; layer++) {
237 dst_box.depth = src_box.depth;
314 assert(src_box.depth == 1);
348 src_box.width, src_box.height, src_box.depth,
366 unsigned width, unsigned height, unsigned depth)
376 0, 0, 0, width, height, depth, &uc);
386 unsigned width, unsigned height, unsigned depth)
396 width, height, depth,
403 width, height, depth);
456 unsigned depth = dst->u.tex.last_layer - dst->u.tex.first_layer + 1;
459 dst->u.tex.first_layer, width, height, depth);
562 unsigned depth,
567 for (layer = 0; layer < depth; layer++) {
581 unsigned width, unsigned height, unsigned depth)
598 width, height, depth, &dst_trans);
608 depth, zstencil);
629 float depth = 0.0f;
635 util_format_unpack_z_float(tex->format, &depth, data, 1);
643 zstencil = util_pack64_z_stencil(tex->format, depth, stencil);
647 box->width, box->height, box->depth);
654 box->width, box->height, box->depth);
670 double depth,
682 zstencil = util_pack64_z_stencil(dst->format, depth, stencil);
698 unsigned width = 1, height = 1, depth = 1;
704 depth = 1;
709 depth = 1;
715 depth = 1;
720 depth = u_minify(res->depth0, level);
725 depth = 6;
730 depth = res->array_size;
735 depth = res->array_size;
740 depth = res->array_size;
752 box->z + box->depth <= (int) depth;
808 assert(blit->dst.box.depth >= 1);
813 blit->src.box.depth != blit->dst.box.depth) {