Searched refs:wblocks (Results 1 – 1 of 1) sorted by relevance
1881 const GLuint wblocks = (width + bw - 1) / bw; in _mesa_format_image_size() local1883 const GLuint sz = wblocks * hblocks * info->BytesPerBlock; in _mesa_format_image_size()1907 const uint64_t wblocks = (width + bw - 1) / bw; in _mesa_format_image_size64() local1909 const uint64_t sz = wblocks * hblocks * info->BytesPerBlock; in _mesa_format_image_size64()1932 const GLuint wblocks = (width + bw - 1) / bw; in _mesa_format_row_stride() local1933 const GLint stride = wblocks * info->BytesPerBlock; in _mesa_format_row_stride()