Searched refs:blocksize (Results 1 – 6 of 6) sorted by relevance
70 uvec2 blocksize) {84 blocksize).x;115 uvec2 blocksize) {122 blocksize).x;
629 GLsizei get4x4CompressedSize(GLsizei width, GLsizei height, GLsizei depth, GLsizei blocksize, bool*… in get4x4CompressedSize() argument631 return blocksize * ((width + 3) / 4) * ((height + 3) / 4) * depth; in get4x4CompressedSize()649 GLsizei blocksize = getCompressedImageBlocksize(internalformat); in getCompressedImageSize() local650 return get4x4CompressedSize(width, height, depth, blocksize, error); in getCompressedImageSize()
63 int blocksize = util_format_get_blocksize(format); in util_copy_rect() local67 assert(blocksize > 0); in util_copy_rect()78 dst += dst_x * blocksize; in util_copy_rect()79 src += src_x * blocksize; in util_copy_rect()82 width *= blocksize; in util_copy_rect()
623 unsigned int blocksize; member721 unsigned int blocksize; in prepareImage() local728 blocksize = sbwc_lossy_formats[i].blocksize; in prepareImage()734 lossyByteNum = (blocksize >> 1) | isLossy; in prepareImage()735 payload = SBWC_LOSSY_PAYLOAD_STRIDE(xy.hori, blocksize); in prepareImage()
3797 uvec2 blocksize) {3814 blocksize).x;3861 uvec2 blocksize) {3868 blocksize).x;
1094 pname:height) that can: be specified for code:blocksize in