1 #ifndef _VKTIMAGELOADSTORETESTS_HPP
2 #define _VKTIMAGELOADSTORETESTS_HPP
3 /*------------------------------------------------------------------------
4 * Vulkan Conformance Tests
5 * ------------------------
7 * Copyright (c) 2015 Mobica Ltd.
9 * Permission is hereby granted, free of charge, to any person obtaining a
10 * copy of this software and/or associated documentation files (the
11 * "Materials"), to deal in the Materials without restriction, including
12 * without limitation the rights to use, copy, modify, merge, publish,
13 * distribute, sublicense, and/or sell copies of the Materials, and to
14 * permit persons to whom the Materials are furnished to do so, subject to
15 * the following conditions:
17 * The above copyright notice(s) and this permission notice shall be included
18 * in all copies or substantial portions of the Materials.
20 * The Materials are Confidential Information as defined by the
21 * Khronos Membership Agreement until designated non-confidential by Khronos,
22 * at which point this condition clause shall be removed.
24 * THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
25 * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
26 * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
27 * IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
28 * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
29 * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
30 * MATERIALS OR THE USE OR OTHER DEALINGS IN THE MATERIALS.
34 * \brief Image load/store Tests
35 *//*--------------------------------------------------------------------*/
37 #include "tcuDefs.hpp"
38 #include "vktTestCase.hpp"
39 #include "deUniquePtr.hpp"
40 #include "vktImageTestsUtil.hpp"
47 tcu::TestCaseGroup* createImageStoreTests (tcu::TestContext& testCtx);
48 tcu::TestCaseGroup* createImageLoadStoreTests (tcu::TestContext& testCtx);
49 tcu::TestCaseGroup* createImageFormatReinterpretTests (tcu::TestContext& testCtx);
51 de::MovePtr<TestCase> createImageQualifierRestrictCase (tcu::TestContext& testCtx, const ImageType imageType, const std::string& name);
56 #endif // _VKTIMAGELOADSTORETESTS_HPP