Home | History | Annotate | Download | only in nv50

Lines Matching refs:total_size

176                     -(uint64_t)mt->total_size);
259 mt->total_size = mt->level[0].pitch * h;
278 mt->total_size = align(pt->height0, 16) * mt->level[0].pitch * (mt->layout_3d ? pt->depth0 : 1);
281 mt->layer_stride = align(mt->total_size, NV50_TILE_SIZE(0x20));
282 mt->total_size = mt->layer_stride * pt->array_size;
309 lvl->offset = mt->total_size;
319 mt->total_size += lvl->pitch * align(nby, tsy) * align(d, tsz);
327 mt->layer_stride = align(mt->total_size,
329 mt->total_size = mt->layer_stride * pt->array_size;
389 ret = nouveau_bo_new(dev, bo_flags, 4096, mt->total_size, &bo_config,