Searched refs:blockheight (Results 1 – 4 of 4) sorted by relevance
60 int blockheight = util_format_get_blockheight(format); in util_copy_rect() local64 assert(blockheight > 0); in util_copy_rect()67 dst_y /= blockheight; in util_copy_rect()69 height = (height + blockheight - 1)/blockheight; in util_copy_rect()71 src_y /= blockheight; in util_copy_rect()105 int blockheight = desc->block.height; in util_fill_rect() local109 assert(blockheight > 0); in util_fill_rect()112 dst_y /= blockheight; in util_fill_rect()114 height = (height + blockheight - 1)/blockheight; in util_fill_rect()
712 unsigned blockheight = util_format_get_blockheight(format); in util_format_get_nblocksy() local713 return (y + blockheight - 1) / blockheight; in util_format_get_nblocksy()
215 GLuint blockheight; in get_format_blocksx() local216 _mesa_get_format_block_size(format, &blockwidth, &blockheight); in get_format_blocksx()225 GLuint blockheight; in get_format_blocksy() local226 _mesa_get_format_block_size(format, &blockwidth, &blockheight); in get_format_blocksy()227 return (y + blockheight - 1) / blockheight; in get_format_blocksy()
137 unsigned blockheight = util_format_get_blockheight(st->base.resource->format); in svga_transfer_dma() local138 h = st->hw_nblocksy * blockheight; in svga_transfer_dma()148 assert(y % blockheight == 0); in svga_transfer_dma()149 assert(h % blockheight == 0); in svga_transfer_dma()151 offset = y * st->base.stride / blockheight; in svga_transfer_dma()152 length = h * st->base.stride / blockheight; in svga_transfer_dma()