Searched refs:widthBlockCount (Results 1 – 1 of 1) sorted by relevance
216 const auto widthBlockCount = (elementWidth + (blockWidth - 1)) / blockWidth; in ProcessMipmapLevel() local218 image->imageBuffers_[imageBufferIndex].bufferRowLength = widthBlockCount * blockWidth; in ProcessMipmapLevel()