Searched refs:wblocks (Results 1 – 1 of 1) sorted by relevance
871 const GLuint wblocks = (width + bw - 1) / bw; in _mesa_format_image_size() local874 sz = wblocks * hblocks * dblocks * info->BytesPerBlock; in _mesa_format_image_size()899 const uint64_t wblocks = (width + bw - 1) / bw; in _mesa_format_image_size64() local902 sz = wblocks * hblocks * dblocks * info->BytesPerBlock; in _mesa_format_image_size64()921 const GLuint wblocks = (width + bw - 1) / bw; in _mesa_format_row_stride() local922 const GLint stride = wblocks * info->BytesPerBlock; in _mesa_format_row_stride()