Lines Matching refs:blsize
3045 int blsize = util_format_get_blocksize(view->format); in vrend_set_single_sampler_view() local
3047 offset *= blsize; in vrend_set_single_sampler_view()
3048 size *= blsize; in vrend_set_single_sampler_view()
7206 int blsize = util_format_get_blocksize(format); in read_transfer_data() local
7209 box->height) * blsize * box->depth; in read_transfer_data()
7210 uint32_t bwx = util_format_get_nblocksx(format, box->width) * blsize; in read_transfer_data()
7249 int blsize = util_format_get_blocksize(res->format); in write_transfer_data() local
7252 box->height) * blsize * box->depth; in write_transfer_data()
7253 uint32_t bwx = util_format_get_nblocksx(res->format, box->width) * blsize; in write_transfer_data()
7256 …stride ? dst_stride : util_format_get_nblocksx(res->format, u_minify(res->width0, level)) * blsize; in write_transfer_data()
10489 int blsize; in vrend_renderer_get_cursor_contents() local
10508 blsize = util_format_get_blocksize(res->base.format); in vrend_renderer_get_cursor_contents()
10509 size = util_format_get_nblocks(res->base.format, res->base.width0, res->base.height0) * blsize; in vrend_renderer_get_cursor_contents()
10530 uint32_t doff = (res->base.height0 - h - 1) * res->base.width0 * blsize; in vrend_renderer_get_cursor_contents()
10531 uint32_t soff = h * res->base.width0 * blsize; in vrend_renderer_get_cursor_contents()
10533 memcpy(data2 + doff, data + soff, res->base.width0 * blsize); in vrend_renderer_get_cursor_contents()