Home
last modified time | relevance | path

Searched refs:texMipLevels (Results 1 - 2 of 2) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/
H A DvktTextureMipmapTests.cpp2617 const auto texMipLevels = 3u; in iterate() local
2658 texMipLevels, // uint32_t mipLevels; in iterate()
2670 const auto texSRR = makeImageSubresourceRange(VK_IMAGE_ASPECT_COLOR_BIT, 0u, texMipLevels, 0u, 1u); in iterate()
2672 DE_ASSERT(texMipLevels > 0u); in iterate()
2673 DE_ASSERT(minLodU < texMipLevels); in iterate()
2729 static_cast<float>(texMipLevels), // float maxLod; in iterate()
2783 levelColors.reserve(texMipLevels); in iterate()
2788 for (uint32_t level = 0u; level < texMipLevels; ++level) in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/texture/
H A DvktTextureMipmapTests.cpp2621 const auto texMipLevels = 3u; in iterate() local
2662 texMipLevels, // uint32_t mipLevels; in iterate()
2674 const auto texSRR = makeImageSubresourceRange(VK_IMAGE_ASPECT_COLOR_BIT, 0u, texMipLevels, 0u, 1u); in iterate()
2676 DE_ASSERT(texMipLevels > 0u); in iterate()
2677 DE_ASSERT(minLodU < texMipLevels); in iterate()
2733 static_cast<float>(texMipLevels), // float maxLod; in iterate()
2787 levelColors.reserve(texMipLevels); in iterate()
2792 for (uint32_t level = 0u; level < texMipLevels; ++level) in iterate()

Completed in 13 milliseconds