Searched refs:BlockWidth (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 [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 [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 346 *bw = info->BlockWidth; 366 *bw = info->BlockWidth; 531 return info->BlockWidth > 1 || info->BlockHeight > 1; 819 if (info->BlockWidth > 1 || info->BlockHeight > 1 || info->BlockDepth > 1) { 821 const uint32_t bw = info->BlockWidth; 847 if (info->BlockWidth > 1 || info->BlockHeight > 1 || info->BlockDepth > 1) { 849 const uint64_t bw = info->BlockWidth; 871 if (info->BlockWidth > 1 || info->BlockHeight > 1) { 873 const uint32_t bw = info->BlockWidth; [all...] |
| /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 327 *bw = info->BlockWidth; 347 *bw = info->BlockWidth; 504 return info->BlockWidth > 1 || info->BlockHeight > 1; 800 if (info->BlockWidth > 1 || info->BlockHeight > 1 || info->BlockDepth > 1) { 802 const GLuint bw = info->BlockWidth; 828 if (info->BlockWidth > 1 || info->BlockHeight > 1 || info->BlockDepth > 1) { 830 const uint64_t bw = info->BlockWidth; 852 if (info->BlockWidth > 1 || info->BlockHeight > 1) { 854 const GLuint bw = info->BlockWidth; [all...] |
Completed in 10 milliseconds