Lines Matching full:nblocksx
11 uint32_t nblocksx;
20 uint32_t nblocksx, uint32_t nblocksy)
98 PUSH_DATA (push, nblocksx * cpp);
115 uint32_t nblocksx, uint32_t nblocksy)
167 PUSH_DATA (push, nblocksx * cpp);
357 tx->nblocksx = box->width << mt->ms_x;
360 tx->nblocksx = util_format_get_nblocksx(res->format, box->width);
365 tx->base.stride = tx->nblocksx * util_format_get_blocksize(res->format);
380 tx->rect[1].width = tx->nblocksx;
392 tx->nblocksx, tx->nblocksy);
419 tx->nblocksx, tx->nblocksy);