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