Lines Matching refs:blsize
2543 int blsize = util_format_get_blocksize(view->format); in vrend_set_single_sampler_view() local
2545 offset *= blsize; in vrend_set_single_sampler_view()
2546 size *= blsize; in vrend_set_single_sampler_view()
5821 int blsize = util_format_get_blocksize(res->format); in read_transfer_data() local
5824 box->height) * blsize * box->depth; in read_transfer_data()
5825 uint32_t bwx = util_format_get_nblocksx(res->format, box->width) * blsize; in read_transfer_data()
5864 int blsize = util_format_get_blocksize(res->format); in write_transfer_data() local
5867 box->height) * blsize * box->depth; in write_transfer_data()
5868 uint32_t bwx = util_format_get_nblocksx(res->format, box->width) * blsize; in write_transfer_data()
5871 …stride ? dst_stride : util_format_get_nblocksx(res->format, u_minify(res->width0, level)) * blsize; in write_transfer_data()
8245 int blsize; in vrend_renderer_get_cursor_contents() local
8266 blsize = util_format_get_blocksize(res->base.format); in vrend_renderer_get_cursor_contents()
8267 size = util_format_get_nblocks(res->base.format, res->base.width0, res->base.height0) * blsize; in vrend_renderer_get_cursor_contents()
8314 uint32_t doff = (res->base.height0 - h - 1) * res->base.width0 * blsize; in vrend_renderer_get_cursor_contents()
8315 uint32_t soff = h * res->base.width0 * blsize; in vrend_renderer_get_cursor_contents()
8317 memcpy(data2 + doff, data + soff, res->base.width0 * blsize); in vrend_renderer_get_cursor_contents()