Home
last modified time | relevance | path

Searched refs:BlockHeight (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/mesa/main/
Dformats.c73 GLubyte BlockWidth, BlockHeight, BlockDepth; member
322 *bh = info->BlockHeight; in _mesa_get_format_block_size()
342 *bh = info->BlockHeight; in _mesa_get_format_block_size_3d()
498 return info->BlockWidth > 1 || info->BlockHeight > 1; in _mesa_is_format_compressed()
866 if (info->BlockWidth > 1 || info->BlockHeight > 1 || info->BlockDepth > 1) { in _mesa_format_image_size()
869 const GLuint bh = info->BlockHeight; in _mesa_format_image_size()
894 if (info->BlockWidth > 1 || info->BlockHeight > 1 || info->BlockDepth > 1) { in _mesa_format_image_size64()
897 const uint64_t bh = info->BlockHeight; in _mesa_format_image_size64()
918 if (info->BlockWidth > 1 || info->BlockHeight > 1) { in _mesa_format_row_stride()