Home
last modified time | relevance | path

Searched refs:lastMipLevel (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/src/Vulkan/
DVkImage.cpp223 uint32_t lastMipLevel = getLastMipLevel(subresourceRange); in getSizeInBytes() local
225 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() local
1125 subresource.mipLevel <= lastMipLevel; in contentsChanged()
1142 uint32_t lastMipLevel = getLastMipLevel(subresourceRange); in prepareForSampling() local
1163 subresource.mipLevel <= lastMipLevel; in prepareForSampling()
1180 subresource.mipLevel <= lastMipLevel; in prepareForSampling()
1213 subresource.mipLevel <= lastMipLevel; in prepareForSampling()
/external/deqp/external/openglcts/docs/specs/
DCTS_ARB_sparse_texture_clamp.txt79 …ture with different values for miplevels [0, lodClamp) that for miplevels [lodClamp, lastMipLevel].
99 from the region [lodClamp, lastMipLevel].
/external/swiftshader/src/Device/
DBlitter.cpp101 uint32_t lastMipLevel = dest->getLastMipLevel(subresourceRange); in clear() local
111 for(; subres.mipLevel <= lastMipLevel; subres.mipLevel++) in clear()
246 uint32_t lastMipLevel = dest->getLastMipLevel(subresourceRange); in fastClear() local
256 for(; subres.mipLevel <= lastMipLevel; subres.mipLevel++) in fastClear()