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