Searched refs:nextMipHeight (Results 1 – 1 of 1) sorted by relevance
5262 int32_t nextMipHeight = std::max<int32_t>(1, mipHeight >> 1); in generateMipmapsWithBlit() local5284 blit.dstOffsets[1] = {nextMipWidth, nextMipHeight, nextMipDepth}; in generateMipmapsWithBlit()5294 mipHeight = nextMipHeight; in generateMipmapsWithBlit()