Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/descriptor_indexing/
DvktDescriptorSetsIndexingTestsUtils.cpp70 , levels (usesMipMaps_ ? computeMipMapCount(extent_) : 1) in ImageHandleAlloc()
152 deUint32 computeMipMapCount (const VkExtent3D& extent) in computeMipMapCount() function
168 const deUint32 mipCount = computeMipMapCount(extent) - 1; in computeImageSize()
219 const deUint32 mipLevels = withMipMaps ? computeMipMapCount(extent) : 1; in createImageAndBind()
DvktDescriptorSetsIndexingTests.hpp132 deUint32 computeMipMapCount (const VkExtent3D& extent);
DvktDescriptorSetsIndexingTests.cpp3731 const deUint32 mipCount = ut::computeMipMapCount(imageExtent); in createAndPopulateDescriptors()
3843 const deUint32 mipCount = ut::computeMipMapCount(imageExtent); in createAndPopulateDescriptors()