Home
last modified time | relevance | path

Searched refs:BytesPerBlock (Results 1 – 1 of 1) sorted by relevance

/third_party/mesa3d/src/mesa/main/
Dformats.c75 uint8_t BytesPerBlock; member
128 assert(info->BytesPerBlock); in _mesa_get_format_bytes()
129 assert(info->BytesPerBlock <= MAX_PIXEL_BYTES || in _mesa_get_format_bytes()
131 return info->BytesPerBlock; in _mesa_get_format_bytes()
827 sz = wblocks * hblocks * dblocks * info->BytesPerBlock; in _mesa_format_image_size()
830 sz = width * height * depth * info->BytesPerBlock; in _mesa_format_image_size()
855 sz = wblocks * hblocks * dblocks * info->BytesPerBlock; in _mesa_format_image_size64()
859 (uint64_t) depth * info->BytesPerBlock); in _mesa_format_image_size64()
875 const int32_t stride = wblocks * info->BytesPerBlock; in _mesa_format_row_stride()
879 const int32_t stride = width * info->BytesPerBlock; in _mesa_format_row_stride()