Lines Matching full:blockheight
60 int blockheight = util_format_get_blockheight(format);
64 assert(blockheight > 0);
67 dst_y /= blockheight;
69 height = (height + blockheight - 1)/blockheight;
71 src_y /= blockheight;
105 int blockheight = desc->block.height;
109 assert(blockheight > 0);
112 dst_y /= blockheight;
114 height = (height + blockheight - 1)/blockheight;