Lines Matching defs:name
1025 HostImageCopyTestCase (tcu::TestContext& context, const char* name, const TestParameters& parameters)
1026 : TestCase (context, name)
1489 PreinitializedTestCase (tcu::TestContext& context, const char* name, const vk::VkFormat format, vk::VkImageLayout srcLayout, vk::VkImageLayout dstLayout, vk::VkExtent3D size, deUint32 arrayLayers, bool imageToImageCopy, bool memcpy, vk::VkImageTiling tiling)
1490 : TestCase (context, name)
1700 PropertiesTestCase (tcu::TestContext& context, const char* name)
1701 : TestCase (context, name)
1806 QueryTestCase(tcu::TestContext& context, const char* name, const vk::VkFormat format, const vk::VkImageTiling tiling)
1807 : TestCase (context, name)
1840 const char* name;
1854 const char* name;
1865 const char* name;
1877 const char* name;
1888 const char* name;
1898 const char* name;
1925 const char* name;
1937 const char* name;
1947 const char* name;
1962 const char* name;
1976 const char* name;
2000 tcu::TestCaseGroup* const copyTestGroup = new tcu::TestCaseGroup(testCtx, copy.name);
2003 tcu::TestCaseGroup* const imageToMemoryGroup = new tcu::TestCaseGroup(testCtx, imageToMemory.name);
2006 tcu::TestCaseGroup* const transitionGroup = new tcu::TestCaseGroup(testCtx, transition.name);
2009 tcu::TestCaseGroup* const flagsGroup = new tcu::TestCaseGroup(testCtx, flags.name);
2012 tcu::TestCaseGroup* const layoutsGroup = new tcu::TestCaseGroup(testCtx, layouts.name);
2020 tcu::TestCaseGroup* const intermediateLayoutGroup = new tcu::TestCaseGroup(testCtx, intermediateLayout.name);
2023 tcu::TestCaseGroup* const tilingGroup = new tcu::TestCaseGroup(testCtx, tiling.name);
2026 tcu::TestCaseGroup* const mipLevelRegionCountPaddingGroup = new tcu::TestCaseGroup(testCtx, mipLevelRegionCountPaddingTest.name);
2029 tcu::TestCaseGroup* const sizeGroup = new tcu::TestCaseGroup(testCtx, size.name);
2035 tcu::TestCaseGroup* const sparseGroup = new tcu::TestCaseGroup(testCtx, sparse.name);
2063 sparseGroup->addChild(new HostImageCopyTestCase(testCtx, renderingType.name, parameters));
2101 const char* name;
2111 const char* name;
2137 const char* name;
2149 const char* name;
2160 tcu::TestCaseGroup* const tilingGroup = new tcu::TestCaseGroup(testCtx, tiling.name);
2163 tcu::TestCaseGroup* const imageToImageCopyGroup = new tcu::TestCaseGroup(testCtx, imageToImage.name);
2166 tcu::TestCaseGroup* const srcLayoutGroup = new tcu::TestCaseGroup(testCtx, srcLayout.name);
2169 tcu::TestCaseGroup* const dstLayoutGroup = new tcu::TestCaseGroup(testCtx, dstLayout.name);
2172 tcu::TestCaseGroup* const sizeGroup = new tcu::TestCaseGroup(testCtx, size.name);
2212 tcu::TestCaseGroup* const tilingGroup = new tcu::TestCaseGroup(testCtx, tiling.name);