Home | History | Annotate | Download | only in nv50

Lines Matching defs:nblocksy

12    uint32_t nblocksy;
58 uint32_t nblocksx, uint32_t nblocksy)
65 uint32_t height = nblocksy;
276 tx->nblocksy = box->height << mt->ms_y;
279 tx->nblocksy = util_format_get_nblocksy(res->format, box->height);
283 tx->base.layer_stride = tx->nblocksy * tx->base.stride;
298 tx->rect[1].height = tx->nblocksy;
309 tx->nblocksx, tx->nblocksy);
354 tx->nblocksx, tx->nblocksy);
359 tx->rect[1].base += tx->nblocksy * tx->base.stride;