Searched refs:BlockDepth (Results 1 – 2 of 2) sorted by relevance
/external/mesa3d/prebuilt-intermediates/main/ |
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 = 1, [all …]
|
/external/mesa3d/src/mesa/main/ |
D | formats.c | 73 GLubyte BlockWidth, BlockHeight, BlockDepth; member 324 assert(info->BlockDepth == 1); in _mesa_get_format_block_size() 348 *bd = info->BlockDepth; in _mesa_get_format_block_size_3d() 754 if (info->BlockWidth > 1 || info->BlockHeight > 1 || info->BlockDepth > 1) { in _mesa_format_image_size() 758 const GLuint bd = info->BlockDepth; in _mesa_format_image_size() 782 if (info->BlockWidth > 1 || info->BlockHeight > 1 || info->BlockDepth > 1) { in _mesa_format_image_size64() 786 const uint64_t bd = info->BlockDepth; in _mesa_format_image_size64()
|