Searched refs:BlockDepth (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 = 1, .BlockDepth [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 = 1, .BlockDepth [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 344 assert(info->BlockDepth == 1); 368 *bd = info->BlockDepth; 819 if (info->BlockWidth > 1 || info->BlockHeight > 1 || info->BlockDepth > 1) { 823 const uint32_t bd = info->BlockDepth; 847 if (info->BlockWidth > 1 || info->BlockHeight > 1 || info->BlockDepth > 1) { 851 const uint64_t bd = info->BlockDepth;
|
| /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 325 assert(info->BlockDepth == 1); 349 *bd = info->BlockDepth; 800 if (info->BlockWidth > 1 || info->BlockHeight > 1 || info->BlockDepth > 1) { 804 const GLuint bd = info->BlockDepth; 828 if (info->BlockWidth > 1 || info->BlockHeight > 1 || info->BlockDepth > 1) { 832 const uint64_t bd = info->BlockDepth;
|
Completed in 6 milliseconds