Home
last modified time | relevance | path

Searched defs:getNumMipLevels (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/OpenCL-CTS/test_conformance/common/vulkan_wrapper/
H A Dvulkan_wrapper.cpp1774 uint32_t VulkanImage::getNumMipLevels() const { return m_numMipLevels; } in getNumMipLevels() function in VulkanImage
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/api/
H A DvktApiImageClearingTests.cpp149 uint32_t getNumMipLevels(const VkExtent3D &baseExtent, const uint32_t maxMipLevels) in getNumMipLevels() function