Home | History | Annotate | Download | only in main

Lines Matching defs:bh

1678  * \param bh  returns block height in pixels
1681 _mesa_get_format_block_size(gl_format format, GLuint *bw, GLuint *bh)
1685 *bh = info->BlockHeight;
1880 const GLuint bw = info->BlockWidth, bh = info->BlockHeight;
1882 const GLuint hblocks = (height + bh - 1) / bh;
1906 const uint64_t bw = info->BlockWidth, bh = info->BlockHeight;
1908 const uint64_t hblocks = (height + bh - 1) / bh;