Searched refs:blockheight (Results 1 – 6 of 6) sorted by relevance
82 int blockheight = util_format_get_blockheight(format); in util_copy_rect() local86 assert(blockheight > 0); in util_copy_rect()89 dst_y /= blockheight; in util_copy_rect()91 height = (height + blockheight - 1)/blockheight; in util_copy_rect()93 src_y /= blockheight; in util_copy_rect()161 int blockheight = desc->block.height; in util_fill_rect() local165 assert(blockheight > 0); in util_fill_rect()168 dst_y /= blockheight; in util_fill_rect()170 height = (height + blockheight - 1)/blockheight; in util_fill_rect()
627 unsigned blockheight = util_format_get_blockheight(format); in util_format_get_nblocksy() local628 return (y + blockheight - 1) / blockheight; in util_format_get_nblocksy()
218 GLuint blockheight; in get_format_blocksx() local219 _mesa_get_format_block_size(format, &blockwidth, &blockheight); in get_format_blocksx()228 GLuint blockheight; in get_format_blocksy() local229 _mesa_get_format_block_size(format, &blockwidth, &blockheight); in get_format_blocksy()230 return (y + blockheight - 1) / blockheight; in get_format_blocksy()
819 unsigned blockheight = util_format_get_blockheight(format); in util_format_get_nblocksy() local820 return (y + blockheight - 1) / blockheight; in util_format_get_nblocksy()
137 unsigned blockheight = in svga_transfer_dma() local140 h = st->hw_nblocksy * blockheight; in svga_transfer_dma()151 assert(y % blockheight == 0); in svga_transfer_dma()152 assert(h % blockheight == 0); in svga_transfer_dma()154 offset = y * st->base.stride / blockheight; in svga_transfer_dma()155 length = h * st->base.stride / blockheight; in svga_transfer_dma()