Home
last modified time | relevance | path

Searched defs:mipCount (Results 1 – 3 of 3) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/descriptor_indexing/
DvktDescriptorSetsIndexingTestsUtils.cpp168 const deUint32 mipCount = computeMipMapCount(extent) - 1; in computeImageSize() local
DvktDescriptorSetsIndexingTests.cpp3774 const deUint32 mipCount = ut::computeMipMapCount(imageExtent); in createAndPopulateDescriptors() local
3890 const deUint32 mipCount = ut::computeMipMapCount(imageExtent); in createAndPopulateDescriptors() local
/external/skia/src/gpu/ganesh/
DGrProxyProvider.cpp469 int mipCount = SkMipmap::ComputeLevelCount(dimensions.fWidth, dimensions.fHeight) + 1; in createProxy() local