Searched refs:BytesPerBlock (Results 1 – 2 of 2) sorted by relevance
/external/mesa3d/prebuilt-intermediates/main/ |
D | format_info.h | 44 .BytesPerBlock = 1, 58 .BytesPerBlock = 4, 72 .BytesPerBlock = 4, 86 .BytesPerBlock = 4, 100 .BytesPerBlock = 4, 114 .BytesPerBlock = 4, 128 .BytesPerBlock = 4, 142 .BytesPerBlock = 4, 156 .BytesPerBlock = 4, 170 .BytesPerBlock = 4, [all …]
|
/external/mesa3d/src/mesa/main/ |
D | formats.c | 74 GLubyte BytesPerBlock; member 118 assert(info->BytesPerBlock); in _mesa_get_format_bytes() 119 assert(info->BytesPerBlock <= MAX_PIXEL_BYTES || in _mesa_get_format_bytes() 121 return info->BytesPerBlock; in _mesa_get_format_bytes() 762 sz = wblocks * hblocks * dblocks * info->BytesPerBlock; in _mesa_format_image_size() 765 sz = width * height * depth * info->BytesPerBlock; in _mesa_format_image_size() 790 sz = wblocks * hblocks * dblocks * info->BytesPerBlock; in _mesa_format_image_size64() 794 (uint64_t) depth * info->BytesPerBlock); in _mesa_format_image_size64() 810 const GLint stride = wblocks * info->BytesPerBlock; in _mesa_format_row_stride() 814 const GLint stride = width * info->BytesPerBlock; in _mesa_format_row_stride()
|