X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=external%2Fvulkancts%2Fmodules%2Fvulkan%2Fsparse_resources%2FvktSparseResourcesTests.cpp;h=5c15dc3545ddffb59712bf2f4893fa170b350222;hb=feb4bf8c1080042b69b8ac811e40648353f5c60d;hp=ad9e7c7040176b1e4d1e13bd4b51973c603d6f93;hpb=a1a68739f4efd74a0091360b43ef5948ec5727c4;p=platform%2Fupstream%2FVK-GL-CTS.git diff --git a/external/vulkancts/modules/vulkan/sparse_resources/vktSparseResourcesTests.cpp b/external/vulkancts/modules/vulkan/sparse_resources/vktSparseResourcesTests.cpp index ad9e7c7..5c15dc3 100644 --- a/external/vulkancts/modules/vulkan/sparse_resources/vktSparseResourcesTests.cpp +++ b/external/vulkancts/modules/vulkan/sparse_resources/vktSparseResourcesTests.cpp @@ -24,6 +24,7 @@ #include "vktSparseResourcesTests.hpp" #include "vktSparseResourcesImageSparseBinding.hpp" #include "vktSparseResourcesImageSparseResidency.hpp" +#include "vktSparseResourcesImageAlignedMipSize.hpp" #include "vktSparseResourcesMipmapSparseResidency.hpp" #include "vktSparseResourcesImageMemoryAliasing.hpp" #include "vktSparseResourcesShaderIntrinsics.hpp" @@ -43,6 +44,7 @@ tcu::TestCaseGroup* createTests (tcu::TestContext& testCtx) sparseTests->addChild(createSparseBufferTests (testCtx)); sparseTests->addChild(createImageSparseBindingTests (testCtx)); sparseTests->addChild(createImageSparseResidencyTests (testCtx)); + sparseTests->addChild(createImageAlignedMipSizeTests (testCtx)); sparseTests->addChild(createMipmapSparseResidencyTests (testCtx)); sparseTests->addChild(createImageSparseMemoryAliasingTests (testCtx)); sparseTests->addChild(createSparseResourcesShaderIntrinsicsTests(testCtx));