Searched refs:BlockHeight (Results 1 - 4 of 4) sorted by relevance
| /xsrc/external/mit/MesaLib.old/src/mesa/ |
| H A D | format_info.h | 43 .BlockWidth = 1, .BlockHeight = 1, .BlockDepth = 1, 57 .BlockWidth = 1, .BlockHeight = 1, .BlockDepth = 1, 71 .BlockWidth = 1, .BlockHeight = 1, .BlockDepth = 1, 85 .BlockWidth = 1, .BlockHeight = 1, .BlockDepth = 1, 99 .BlockWidth = 1, .BlockHeight = 1, .BlockDepth = 1, 113 .BlockWidth = 1, .BlockHeight = 1, .BlockDepth = 1, 127 .BlockWidth = 1, .BlockHeight = 1, .BlockDepth = 1, 141 .BlockWidth = 1, .BlockHeight = 1, .BlockDepth = 1, 155 .BlockWidth = 1, .BlockHeight = 1, .BlockDepth = 1, 169 .BlockWidth = 1, .BlockHeight [all...] |
| /xsrc/external/mit/MesaLib/src/mesa/ |
| H A D | format_info.h | 43 .BlockWidth = 1, .BlockHeight = 1, .BlockDepth = 1, 57 .BlockWidth = 1, .BlockHeight = 1, .BlockDepth = 1, 71 .BlockWidth = 1, .BlockHeight = 1, .BlockDepth = 1, 85 .BlockWidth = 1, .BlockHeight = 1, .BlockDepth = 1, 99 .BlockWidth = 1, .BlockHeight = 1, .BlockDepth = 1, 113 .BlockWidth = 1, .BlockHeight = 1, .BlockDepth = 1, 127 .BlockWidth = 1, .BlockHeight = 1, .BlockDepth = 1, 141 .BlockWidth = 1, .BlockHeight = 1, .BlockDepth = 1, 155 .BlockWidth = 1, .BlockHeight = 1, .BlockDepth = 1, 169 .BlockWidth = 1, .BlockHeight [all...] |
| /xsrc/external/mit/MesaLib/dist/src/mesa/main/ |
| H A D | formats.c | 74 uint8_t BlockWidth, BlockHeight, BlockDepth; member in struct:mesa_format_info 347 *bh = info->BlockHeight; 367 *bh = info->BlockHeight; 531 return info->BlockWidth > 1 || info->BlockHeight > 1; 819 if (info->BlockWidth > 1 || info->BlockHeight > 1 || info->BlockDepth > 1) { 822 const uint32_t bh = info->BlockHeight; 847 if (info->BlockWidth > 1 || info->BlockHeight > 1 || info->BlockDepth > 1) { 850 const uint64_t bh = info->BlockHeight; 871 if (info->BlockWidth > 1 || info->BlockHeight > 1) {
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/ |
| H A D | formats.c | 74 GLubyte BlockWidth, BlockHeight, BlockDepth; member in struct:gl_format_info 328 *bh = info->BlockHeight; 348 *bh = info->BlockHeight; 504 return info->BlockWidth > 1 || info->BlockHeight > 1; 800 if (info->BlockWidth > 1 || info->BlockHeight > 1 || info->BlockDepth > 1) { 803 const GLuint bh = info->BlockHeight; 828 if (info->BlockWidth > 1 || info->BlockHeight > 1 || info->BlockDepth > 1) { 831 const uint64_t bh = info->BlockHeight; 852 if (info->BlockWidth > 1 || info->BlockHeight > 1) {
|
Completed in 10 milliseconds