Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/descriptor_indexing/
H A DvktDescriptorSetsIndexingTestsUtils.cpp67 , levels(usesMipMaps_ ? computeMipMapCount(extent_) : 1) in ImageHandleAlloc()
160 uint32_t computeMipMapCount(const VkExtent3D &extent) in computeMipMapCount() function
173 const uint32_t mipCount = computeMipMapCount(extent) - 1; in computeImageSize()
215 const uint32_t mipLevels = withMipMaps ? computeMipMapCount(extent) : 1; in createImageAndBind()
H A DvktDescriptorSetsIndexingTests.hpp134 uint32_t computeMipMapCount(const VkExtent3D &extent);
H A DvktDescriptorSetsIndexingTests.cpp3817 const uint32_t mipCount = ut::computeMipMapCount(imageExtent); in createAndPopulateDescriptors()
3961 const uint32_t mipCount = ut::computeMipMapCount(imageExtent); in createAndPopulateDescriptors()