Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Dformats.c70 GLubyte BlockWidth, BlockHeight; member
1684 *bw = info->BlockWidth; in _mesa_get_format_block_size()
1694 return info->BlockWidth > 1 || info->BlockHeight > 1; in _mesa_is_format_compressed()
1878 if (info->BlockWidth > 1 || info->BlockHeight > 1) { in _mesa_format_image_size()
1880 const GLuint bw = info->BlockWidth, bh = info->BlockHeight; in _mesa_format_image_size()
1904 if (info->BlockWidth > 1 || info->BlockHeight > 1) { in _mesa_format_image_size64()
1906 const uint64_t bw = info->BlockWidth, bh = info->BlockHeight; in _mesa_format_image_size64()
1929 if (info->BlockWidth > 1 || info->BlockHeight > 1) { in _mesa_format_row_stride()
1931 const GLuint bw = info->BlockWidth; in _mesa_format_row_stride()
1984 if (info->BlockWidth == 1 && info->BlockHeight == 1) { in _mesa_test_formats()