Home | History | Annotate | Download | only in nv50

Lines Matching refs:nblocksy

12    uint32_t nblocksy;
56 uint32_t nblocksx, uint32_t nblocksy)
63 uint32_t height = nblocksy;
278 tx->nblocksy = box->height << mt->ms_x;
281 tx->nblocksy = util_format_get_nblocksy(res->format, box->height);
285 tx->base.layer_stride = tx->nblocksy * tx->base.stride;
300 tx->rect[1].height = tx->nblocksy;
311 tx->nblocksx, tx->nblocksy);
338 tx->nblocksx, tx->nblocksy);
343 tx->rect[1].base += tx->nblocksy * tx->base.stride;