Home | History | Annotate | Download | only in nvc0

Lines Matching refs:nblocksy

12    uint16_t nblocksy;
20 uint32_t nblocksx, uint32_t nblocksy)
27 uint32_t height = nblocksy;
115 uint32_t nblocksx, uint32_t nblocksy)
168 PUSH_DATA (push, nblocksy);
358 tx->nblocksy = box->height << mt->ms_y;
361 tx->nblocksy = util_format_get_nblocksy(res->format, box->height);
366 tx->base.layer_stride = tx->nblocksy * tx->base.stride;
381 tx->rect[1].height = tx->nblocksy;
392 tx->nblocksx, tx->nblocksy);
419 tx->nblocksx, tx->nblocksy);
424 tx->rect[1].base += tx->nblocksy * tx->base.stride;