Lines Matching defs:depth
735 unsigned height, depth, width;
746 /* Texturing with separate depth and stencil. */
788 depth = texture->depth0;
796 depth = u_minify(depth, params->force_level);
838 depth = texture->array_size;
841 depth = texture->array_size;
843 depth = texture->array_size / 6;
853 S_030004_TEX_DEPTH(depth - 1) |
875 if (params->target != texture->target && depth == 1) {
3791 /* non_disp_tiling bit needs to be set for depth, stencil, and fmask surfaces */
3915 if (src_box->depth > 1 ||