Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Dformats.c823 const uint32_t wblocks = (width + bw - 1) / bw; in _mesa_format_image_size() local
826 sz = wblocks * hblocks * dblocks * info->BytesPerBlock; in _mesa_format_image_size()
851 const uint64_t wblocks = (width + bw - 1) / bw; in _mesa_format_image_size64() local
854 sz = wblocks * hblocks * dblocks * info->BytesPerBlock; in _mesa_format_image_size64()
873 const uint32_t wblocks = (width + bw - 1) / bw; in _mesa_format_row_stride() local
874 const int32_t stride = wblocks * info->BytesPerBlock; in _mesa_format_row_stride()