Searched refs:BytesPerBlock (Results 1 – 1 of 1) sorted by relevance
71 GLubyte BytesPerBlock; member1566 ASSERT(info->BytesPerBlock); in _mesa_get_format_bytes()1567 ASSERT(info->BytesPerBlock <= MAX_PIXEL_BYTES || in _mesa_get_format_bytes()1569 return info->BytesPerBlock; in _mesa_get_format_bytes()1883 const GLuint sz = wblocks * hblocks * info->BytesPerBlock; in _mesa_format_image_size()1888 const GLuint sz = width * height * depth * info->BytesPerBlock; in _mesa_format_image_size()1909 const uint64_t sz = wblocks * hblocks * info->BytesPerBlock; in _mesa_format_image_size64()1917 info->BytesPerBlock); in _mesa_format_image_size64()1933 const GLint stride = wblocks * info->BytesPerBlock; in _mesa_format_row_stride()1937 const GLint stride = width * info->BytesPerBlock; in _mesa_format_row_stride()[all …]