Lines Matching defs:depth
76 src_box->width, src_box->height, src_box->depth,
148 /* for 32-bit unorm depth, avoid the conversions to float and back,
276 unsigned width, unsigned height, unsigned depth)
286 0, 0, 0, width, height, depth, &uc);
307 box->width, box->height, box->depth);
333 box.depth = dst->u.tex.last_layer - dst->u.tex.first_layer + 1;
376 box->width, box->height, box->depth, zstencil);
385 double depth,
400 uint64_t zstencil = util_pack64_z_stencil(dst->format, depth, stencil);
405 box.depth = dst->u.tex.last_layer - dst->u.tex.first_layer + 1;
413 depth, stencil,
434 float depth = 0.0f;
440 util_format_unpack_z_float(tex->format, &depth, data, 1);
448 zstencil = util_pack64_z_stencil(tex->format, depth, stencil);