Searched refs:lastMipLevel (Results 1 – 3 of 3) sorted by relevance
223 uint32_t lastMipLevel = getLastMipLevel(subresourceRange); in getSizeInBytes() local225 uint32_t mipLevelCount = lastMipLevel - subresourceRange.baseMipLevel + 1; in getSizeInBytes()234 for(uint32_t mipLevel = subresourceRange.baseMipLevel; mipLevel <= lastMipLevel; ++mipLevel) in getSizeInBytes()246 for(uint32_t mipLevel = subresourceRange.baseMipLevel; mipLevel <= lastMipLevel; ++mipLevel) in getSizeInBytes()1111 uint32_t lastMipLevel = getLastMipLevel(subresourceRange); in contentsChanged() local1125 subresource.mipLevel <= lastMipLevel; in contentsChanged()1142 uint32_t lastMipLevel = getLastMipLevel(subresourceRange); in prepareForSampling() local1163 subresource.mipLevel <= lastMipLevel; in prepareForSampling()1180 subresource.mipLevel <= lastMipLevel; in prepareForSampling()1213 subresource.mipLevel <= lastMipLevel; in prepareForSampling()
79 …ture with different values for miplevels [0, lodClamp) that for miplevels [lodClamp, lastMipLevel].99 from the region [lodClamp, lastMipLevel].
101 uint32_t lastMipLevel = dest->getLastMipLevel(subresourceRange); in clear() local111 for(; subres.mipLevel <= lastMipLevel; subres.mipLevel++) in clear()246 uint32_t lastMipLevel = dest->getLastMipLevel(subresourceRange); in fastClear() local256 for(; subres.mipLevel <= lastMipLevel; subres.mipLevel++) in fastClear()