Lines Matching refs:depth
374 * and depth and stencil differently.
794 /* Decompress color & depth textures if needed. */
812 * - fast clear depth
813 * - decompress depth
841 /* Helper for decompressing a portion of a color or depth resource before
923 src_box->z + src_box->depth - 1, false);
976 u_box_3d(dstx, dsty, dstz, abs(src_box->width), abs(src_box->height), abs(src_box->depth),
1073 info->dst.box.height == dst_height && info->dst.box.depth == 1 && info->src.box.x == 0 &&
1075 info->src.box.height == dst_height && info->src.box.depth == 1 && !dst->surface.is_linear &&
1176 info->src.box.depth == 1 &&
1238 info->src.box.z, info->src.box.z + info->src.box.depth - 1,