Home
last modified time | relevance | path

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

/external/skqp/src/gpu/
DGrTextureProducer.cpp236 int mipCount = SkMipMap::ComputeLevelCount(this->width(), this->height()); in refTextureProxyForParams() local
260 int mipCount = SkMipMap::ComputeLevelCount(this->width(), this->height()); in refTextureProxy() local
DGrSurfaceProxy.cpp159 int mipCount = SkMipMap::ComputeLevelCount(desc.fWidth, desc.fHeight) + 1; in createSurfaceImpl() local
DGrProxyProvider.cpp388 int mipCount = SkMipMap::ComputeLevelCount(desc.fWidth, desc.fHeight) + 1; in createProxy() local
/external/skqp/src/image/
DSkImage_GpuYUVA.cpp84 int mipCount = SkMipMap::ComputeLevelCount(fProxies[i]->width(), fProxies[i]->height()); in setupMipmapsForPlanes() local
/external/deqp/external/vulkancts/modules/vulkan/descriptor_indexing/
DvktDescriptorSetsIndexingTestsUtils.cpp168 const deUint32 mipCount = computeMipMapCount(extent) - 1; in computeImageSize() local
DvktDescriptorSetsIndexingTests.cpp3735 const deUint32 mipCount = ut::computeMipMapCount(imageExtent); in createAndPopulateDescriptors() local
3847 const deUint32 mipCount = ut::computeMipMapCount(imageExtent); in createAndPopulateDescriptors() local
/external/skia/src/gpu/
DGrProxyProvider.cpp417 int mipCount = SkMipmap::ComputeLevelCount(dimensions.fWidth, dimensions.fHeight) + 1; in createProxy() local