Lines Matching defs:depth
560 "depth: %d vs %d, array_size: %d vs %d, samples: %d vs %d, mips: %d vs %d\n",
974 unsigned depth,
1003 buf_loc.PlacedFootprint.Footprint.Depth = ALIGN(depth,
1042 int z, int depth, int start_z, int dest_z,
1048 trans->base.b.box.width, trans->base.b.box.height, trans->base.b.box.depth,
1056 copy_info.src_loc = fill_buffer_location(ctx, res, staging_res, trans, depth, resid, z);
1084 0, trans->base.b.box.depth, 0,
1087 int num_layers = trans->base.b.box.depth;
1104 int start_box_z, int depth)
1116 depth, resid, z);
1122 box->width, box->height, depth);
1132 src_box.back = start_box_z + depth;
1150 assert(resid == 0 || trans->base.b.box.depth == 1);
1155 trans->base.b.box.width, trans->base.b.box.height, trans->base.b.box.depth,
1185 0, 0, trans->base.b.box.z, trans->base.b.box.depth);
1188 for (int z = start_layer; z < start_layer + trans->base.b.box.depth; ++z) {
1246 box->z + box->depth - 1,
1329 /* Combined depth-stencil needs a special handling for reading back: DX handled
1330 * depth and stencil parts as separate resources and handles copying them only
1386 debug_printf("Allocating staging buffer for depth failed\n");
1408 debug_printf("Mapping staging depth buffer failed\n");
1448 unreachable("Unsupported depth steancil format");
1488 debug_printf("Allocating staging buffer for depth failed\n");
1494 debug_printf("Allocating staging buffer for depth failed\n");
1500 debug_printf("Mapping staging depth buffer failed\n");
1536 unreachable("Unsupported depth steancil format");
1696 unsigned staging_res_size = ptrans->layer_stride * box->depth;