Home
last modified time | relevance | path

Searched refs:testGroup (Results 1 – 25 of 92) sorted by relevance

1234

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationTests.cpp99 …de::MovePtr<tcu::TestCaseGroup> testGroup(new tcu::TestCaseGroup(testCtx, groupName[isSynchronizat… in createTestsInternal() local
103 testGroup->addChild(createSynchronization2SmokeTests(testCtx)); in createTestsInternal()
104 testGroup->addChild(createSynchronization2TimelineSemaphoreTests(testCtx)); in createTestsInternal()
105 testGroup->addChild(createNoneStageTests(testCtx)); in createTestsInternal()
106 testGroup->addChild(createImageLayoutTransitionTests(testCtx)); in createTestsInternal()
110 testGroup->addChild(createSmokeTests(testCtx)); in createTestsInternal()
111 testGroup->addChild(createTimelineSemaphoreTests(testCtx)); in createTestsInternal()
113 testGroup->addChild(createInternallySynchronizedObjects(testCtx)); in createTestsInternal()
114 testGroup->addChild(createWin32KeyedMutexTest(testCtx)); in createTestsInternal()
117 testGroup->addChild(createBasicTests(testCtx, type)); in createTestsInternal()
[all …]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/wsi/
DvktWsiTests.cpp47 void createTypeSpecificTests (tcu::TestCaseGroup* testGroup, vk::wsi::Type wsiType) in createTypeSpecificTests() argument
49 addTestGroup(testGroup, "surface", "VkSurface Tests", createSurfaceTests, wsiType); in createTypeSpecificTests()
50 …addTestGroup(testGroup, "swapchain", "VkSwapchain Tests", createSwapchainTests, wsiType… in createTypeSpecificTests()
51 …addTestGroup(testGroup, "incremental_present", "Incremental present tests", createIncrementalP… in createTypeSpecificTests()
52 …addTestGroup(testGroup, "display_timing", "Display Timing Tests", createDisplayTimingTests,… in createTypeSpecificTests()
53 …addTestGroup(testGroup, "shared_presentable_image", "VK_KHR_shared_presentable_image tests", creat… in createTypeSpecificTests()
54 …addTestGroup(testGroup, "colorspace", "ColorSpace tests", createColorSpaceTests, wsiTy… in createTypeSpecificTests()
55 …addTestGroup(testGroup, "colorspace_compare", "ColorSpace compare tests", createColorspaceCom… in createTypeSpecificTests()
56 …addTestGroup(testGroup, "full_screen_exclusive", "VK_EXT_full_screen_exclusive tests", createFull… in createTypeSpecificTests()
57 …addTestGroup(testGroup, "present_id_wait", "VK_KHR_present_(id|wait) tests", createPresentIdWa… in createTypeSpecificTests()
DvktWsiPresentIdWaitTests.cpp1069 void createPresentIdTests (tcu::TestCaseGroup* testGroup, vk::wsi::Type wsiType) in createPresentIdTests() argument
1071testGroup->addChild(new PresentIdWaitCase<PresentIdZeroInstance> (wsiType, testGroup->getTestCont… in createPresentIdTests()
1072testGroup->addChild(new PresentIdWaitCase<PresentIdIncreasingInstance> (wsiType, testGroup->getTes… in createPresentIdTests()
1073testGroup->addChild(new PresentIdWaitCase<PresentIdInterleavedInstance> (wsiType, testGroup->getTe… in createPresentIdTests()
1076 void createPresentWaitTests (tcu::TestCaseGroup* testGroup, vk::wsi::Type wsiType) in createPresentWaitTests() argument
1078testGroup->addChild(new PresentIdWaitCase<PresentWaitSingleFrameInstance> (wsiType, testGroup->get… in createPresentWaitTests()
1079testGroup->addChild(new PresentIdWaitCase<PresentWaitPastFrameInstance> (wsiType, testGroup->getT… in createPresentWaitTests()
1080testGroup->addChild(new PresentIdWaitCase<PresentWaitNoFramesInstance> (wsiType, testGroup->getTe… in createPresentWaitTests()
1081testGroup->addChild(new PresentIdWaitCase<PresentWaitNoFrameIdInstance> (wsiType, testGroup->getT… in createPresentWaitTests()
1082testGroup->addChild(new PresentIdWaitCase<PresentWaitFutureFrameInstance> (wsiType, testGroup->get… in createPresentWaitTests()
[all …]
DvktWsiColorSpaceTests.hpp35 void createColorSpaceTests (tcu::TestCaseGroup* testGroup, vk::wsi::Type wsiType);
36 void createColorspaceCompareTests (tcu::TestCaseGroup* testGroup, vk::wsi::Type wsiType);
DvktWsiSurfaceTests.cpp1250 void createSurfaceTests (tcu::TestCaseGroup* testGroup, vk::wsi::Type wsiType) in createSurfaceTests() argument
1254 …addFunctionCase(testGroup, "create", "Create surface", createSurfaceTest, w… in createSurfaceTests()
1255 …addFunctionCase(testGroup, "create_custom_allocator", "Create surface with custom allocator", … in createSurfaceTests()
1256 …addFunctionCase(testGroup, "create_simulate_oom", "Create surface with simulating OOM", c… in createSurfaceTests()
1257 …addFunctionCase(testGroup, "query_support", "Query surface support", querySurfaceSup… in createSurfaceTests()
1258 …addFunctionCase(testGroup, "query_presentation_support", "Query native presentation support", … in createSurfaceTests()
1259 …addFunctionCase(testGroup, "query_capabilities", "Query surface capabilities", querySur… in createSurfaceTests()
1260 …addFunctionCase(testGroup, "query_capabilities2", "Query extended surface capabilities", … in createSurfaceTests()
1261 …addFunctionCase(testGroup, "query_protected_capabilities", "Query protected surface capabilities… in createSurfaceTests()
1262 …addFunctionCase(testGroup, "query_surface_counters", "Query and check available surface counter… in createSurfaceTests()
[all …]
DvktWsiSwapchainTests.cpp1095 void populateSwapchainGroup (tcu::TestCaseGroup* testGroup, GroupParameters params) in populateSwapchainGroup() argument
1101 …addFunctionCase(testGroup, getTestDimensionName(testDimension), "", params.function, TestParameter… in populateSwapchainGroup()
1104 …addFunctionCase(testGroup, "image_swapchain_create_info", "Test VkImageSwapchainCreateInfoKHR", te… in populateSwapchainGroup()
1107 void populateSwapchainPrivateDataGroup (tcu::TestCaseGroup* testGroup, GroupParameters params) in populateSwapchainPrivateDataGroup() argument
1115 …addFunctionCase(testGroup, getTestDimensionName(testDimension), "", params.function, TestParameter… in populateSwapchainPrivateDataGroup()
2596 void populateRenderGroup (tcu::TestCaseGroup* testGroup, Type wsiType) in populateRenderGroup() argument
2598 …addFunctionCaseWithPrograms(testGroup, "basic", "Basic Rendering Test", getBasicRenderPrograms, ba… in populateRenderGroup()
2599 …addFunctionCaseWithPrograms(testGroup, "basic2", "Basic Rendering Test using AcquireNextImage2", g… in populateRenderGroup()
2600 …addFunctionCaseWithPrograms(testGroup, "device_group", "Basic Rendering Test using device_group", … in populateRenderGroup()
2601 …addFunctionCaseWithPrograms(testGroup, "device_group2", "Rendering Test using device_group and VkI… in populateRenderGroup()
[all …]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/
DvktInfoTests.cpp241 void createInfoTests (tcu::TestCaseGroup* testGroup) in createInfoTests() argument
243 addFunctionCase(testGroup, "build", "Build Info", logBuildInfo); in createInfoTests()
244 addFunctionCase(testGroup, "device", "Device Info", logDeviceInfo); in createInfoTests()
245 addFunctionCase(testGroup, "platform", "Platform Info", logPlatformInfo); in createInfoTests()
246 addFunctionCase(testGroup, "memory_limits", "Platform Memory Limits", logPlatformMemoryLimits); in createInfoTests()
248 api::createFeatureInfoInstanceTests (testGroup); in createInfoTests()
249 api::createFeatureInfoDeviceTests (testGroup); in createInfoTests()
250 api::createFeatureInfoDeviceGroupTests (testGroup); in createInfoTests()
DvktTestGroupUtil.hpp35 typedef void (*CreateChildrenFunc) (tcu::TestCaseGroup* testGroup);
36 typedef void (*CleanupGroupFunc) (tcu::TestCaseGroup* testGroup);
57 typedef void (*CreateChildrenFunc) (tcu::TestCaseGroup* testGroup, Arg0 arg0);
58 typedef void (*CleanupGroupFunc) (tcu::TestCaseGroup* testGroup, Arg0 arg0);
85 typedef void(*CreateChildrenFunc) (tcu::TestCaseGroup* testGroup, Arg0 arg0, Arg1 arg1);
86 typedef void(*CleanupGroupFunc) (tcu::TestCaseGroup* testGroup, Arg0 arg0, Arg1 arg1);
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/
DvktDrawScissorTests.cpp598 void createTests (TestCaseGroup* testGroup, bool useDynamicRendering) in createTests() argument
600 TestContext& testCtx = testGroup->getTestContext(); in createTests()
615 testGroup->addChild(new ScissorTestCase(testCtx, "static_scissor_two_quads", "", params)); in createTests()
627 testGroup->addChild(new ScissorTestCase(testCtx, "static_scissor_two_clears", "", params)); in createTests()
639 testGroup->addChild(new ScissorTestCase(testCtx, "two_static_scissors_one_quad", "", params)); in createTests()
650testGroup->addChild(new ScissorTestCase(testCtx, "static_scissor_partially_outside_viewport", "", … in createTests()
661 testGroup->addChild(new ScissorTestCase(testCtx, "static_scissor_outside_viewport", "", params)); in createTests()
672 testGroup->addChild(new ScissorTestCase(testCtx, "static_scissor_viewport_border", "", params)); in createTests()
683 testGroup->addChild(new ScissorTestCase(testCtx, "static_scissor_max_int32", "", params)); in createTests()
697 testGroup->addChild(new ScissorTestCase(testCtx, "16_static_scissors", "", params)); in createTests()
[all …]
DvktDrawOutputLocationTests.cpp40 void createTests (tcu::TestCaseGroup* testGroup) in createTests() argument
42 tcu::TestContext& testCtx = testGroup->getTestContext(); in createTests()
81 testGroup->addChild(array); in createTests()
103 testGroup->addChild(shuffle); in createTests()
DvktDrawDifferingInterpolationTests.cpp367 void createTests (tcu::TestCaseGroup* testGroup, bool useDynamicRendering) in createTests() argument
369 tcu::TestContext& testCtx = testGroup->getTestContext(); in createTests()
376testGroup->addChild(new DrawTestCase(testCtx, "flat_0", "Mismatching flat interpolation testcase 0… in createTests()
377testGroup->addChild(new DrawTestCase(testCtx, "flat_1", "Mismatching flat interpolation testcase 1… in createTests()
379testGroup->addChild(new DrawTestCase(testCtx, "noperspective_0", "Mismatching noperspective interp… in createTests()
380testGroup->addChild(new DrawTestCase(testCtx, "noperspective_1", "Mismatching noperspective interp… in createTests()
DvktDrawAhbTests.cpp639 void createAhbDrawTests (tcu::TestCaseGroup* testGroup) in createAhbDrawTests() argument
641testGroup->addChild(new AhbTestCase(testGroup->getTestContext(), "triangle_list", "Draw triangle l… in createAhbDrawTests()
644testGroup->addChild(new AhbTestCase(testGroup->getTestContext(), "triangle_list_layers_3", "Draw t… in createAhbDrawTests()
647testGroup->addChild(new AhbTestCase(testGroup->getTestContext(), "triangle_list_layers_5", "Draw t… in createAhbDrawTests()
650testGroup->addChild(new AhbTestCase(testGroup->getTestContext(), "triangle_list_layers_8", "Draw t… in createAhbDrawTests()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/protected_memory/
DvktProtectedMemFillUpdateCopyBufferTests.cpp408 …de::MovePtr<tcu::TestCaseGroup> testGroup (new tcu::TestCaseGroup(testCtx, "float_buffer", desc.c_… in createFillUpdateCopyBufferFloatTests() local
409 testGroup->addChild(createFillUpdateCopyBufferFloatTests(testCtx, cmdType, CMD_BUFFER_PRIMARY)); in createFillUpdateCopyBufferFloatTests()
410 testGroup->addChild(createFillUpdateCopyBufferFloatTests(testCtx, cmdType, CMD_BUFFER_SECONDARY)); in createFillUpdateCopyBufferFloatTests()
411 return testGroup.release(); in createFillUpdateCopyBufferFloatTests()
519 …de::MovePtr<tcu::TestCaseGroup> testGroup (new tcu::TestCaseGroup(testCtx, "integer_buffer", desc.… in createFillUpdateCopyBufferIntegerTests() local
520 testGroup->addChild(createFillUpdateCopyBufferIntegerTests(testCtx, cmdType, CMD_BUFFER_PRIMARY)); in createFillUpdateCopyBufferIntegerTests()
521testGroup->addChild(createFillUpdateCopyBufferIntegerTests(testCtx, cmdType, CMD_BUFFER_SECONDARY)… in createFillUpdateCopyBufferIntegerTests()
522 return testGroup.release(); in createFillUpdateCopyBufferIntegerTests()
613 …de::MovePtr<tcu::TestCaseGroup> testGroup (new tcu::TestCaseGroup(testCtx, groupName.c_str(), (des… in createFillUpdateCopyBufferUnsignedTests() local
614 testGroup->addChild(staticTests.release()); in createFillUpdateCopyBufferUnsignedTests()
[all …]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
DvktApiFeatureInfo.hpp35 void createFeatureInfoInstanceTests (tcu::TestCaseGroup* testGroup);
36 void createFeatureInfoDeviceTests (tcu::TestCaseGroup* testGroup);
37 void createFeatureInfoDeviceGroupTests (tcu::TestCaseGroup* testGroup);
/third_party/vk-gl-cts/framework/common/
DtcuTestHierarchyIterator.hpp52 virtual void enterGroupNode (TestCaseGroup* testGroup, std::vector<TestNode*>& children) = 0;
53 virtual void leaveGroupNode (TestCaseGroup* testGroup) = 0;
69 virtual void enterGroupNode (TestCaseGroup* testGroup, std::vector<TestNode*>& children);
70 virtual void leaveGroupNode (TestCaseGroup* testGroup);
DtcuTestHierarchyIterator.cpp78 void DefaultHierarchyInflater::enterGroupNode (TestCaseGroup* testGroup, vector<TestNode*>& childre… in enterGroupNode() argument
80 testGroup->init(); in enterGroupNode()
81 testGroup->getChildren(children); in enterGroupNode()
84 void DefaultHierarchyInflater::leaveGroupNode (TestCaseGroup* testGroup) in leaveGroupNode() argument
86 testGroup->deinit(); in leaveGroupNode()
/third_party/vk-gl-cts/executor/
DxeTestCase.cpp391 void TestSet::addGroup (const TestGroup* testGroup) in addGroup() argument
393 addNodeAndParents(m_set, testGroup); in addGroup()
394 addChildren(m_set, testGroup); in addGroup()
418 void TestSet::removeGroup (const TestGroup* testGroup) in removeGroup() argument
420 if (m_set.find(testGroup) != m_set.end()) in removeGroup()
422 m_set.erase(testGroup); in removeGroup()
423 removeChildren(m_set, testGroup); in removeGroup()
424 if (testGroup->getParent() != DE_NULL) in removeGroup()
425 removeEmptyGroups(m_set, testGroup->getParent()); in removeGroup()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsm16bitStorageTests.cpp1988 void addGraphics16BitStorageUniformInt32To16Group (tcu::TestCaseGroup* testGroup) in addGraphics16BitStorageUniformInt32To16Group() argument
1990 de::Random rnd (deStringHash(testGroup->getName())); in addGraphics16BitStorageUniformInt32To16Group()
2193 …lStages(name, defaultColors, defaultColors, fragments, resources, extensions, testGroup, features); in addGraphics16BitStorageUniformInt32To16Group()
2228 …lStages(name, defaultColors, defaultColors, fragments, resources, extensions, testGroup, features); in addGraphics16BitStorageUniformInt32To16Group()
3243 void addGraphics16BitStorageUniformFloat32To16Group (tcu::TestCaseGroup* testGroup) in addGraphics16BitStorageUniformFloat32To16Group() argument
3245 de::Random rnd (deStringHash(testGroup->getName())); in addGraphics16BitStorageUniformFloat32To16Group()
3374 …ges(testName, defaultColors, defaultColors, fragments, resources, extensions, testGroup, features); in addGraphics16BitStorageUniformFloat32To16Group()
3477 …ges(testName, defaultColors, defaultColors, fragments, resources, extensions, testGroup, features); in addGraphics16BitStorageUniformFloat32To16Group()
3594 …ges(testName, defaultColors, defaultColors, fragments, resources, extensions, testGroup, features); in addGraphics16BitStorageUniformFloat32To16Group()
3599 void addGraphics16BitStorageInputOutputFloat32To16Group (tcu::TestCaseGroup* testGroup) in addGraphics16BitStorageInputOutputFloat32To16Group() argument
[all …]
DvktSpvAsmVariablePointersTests.cpp1419 void addVariablePointersGraphicsGroup (tcu::TestCaseGroup* testGroup) in addVariablePointersGraphicsGroup() argument
1421 tcu::TestContext& testCtx = testGroup->getTestContext(); in addVariablePointersGraphicsGroup()
1422 de::Random rnd (deStringHash(testGroup->getName())); in addVariablePointersGraphicsGroup()
1610 …_str(), defaultColors, defaultColors, fragments, resources, extensions, testGroup, requiredFeature… in addVariablePointersGraphicsGroup()
1632 …_str(), defaultColors, defaultColors, fragments, resources, extensions, testGroup, requiredFeature… in addVariablePointersGraphicsGroup()
1662 …_str(), defaultColors, defaultColors, fragments, resources, extensions, testGroup, requiredFeature… in addVariablePointersGraphicsGroup()
1687 …_str(), defaultColors, defaultColors, fragments, resources, extensions, testGroup, requiredFeature… in addVariablePointersGraphicsGroup()
1717 …_str(), defaultColors, defaultColors, fragments, resources, extensions, testGroup, requiredFeature… in addVariablePointersGraphicsGroup()
1752 …_str(), defaultColors, defaultColors, fragments, resources, extensions, testGroup, requiredFeature… in addVariablePointersGraphicsGroup()
1777 …_str(), defaultColors, defaultColors, fragments, resources, extensions, testGroup, requiredFeature… in addVariablePointersGraphicsGroup()
[all …]
DvktSpvAsm8bitStorageTests.cpp2667 void addGraphics8BitStorageUniformInt32To8Group (tcu::TestCaseGroup* testGroup) in addGraphics8BitStorageUniformInt32To8Group() argument
2669 de::Random rnd (deStringHash(testGroup->getName())); in addGraphics8BitStorageUniformInt32To8Group()
2879 …lStages(name, defaultColors, defaultColors, fragments, resources, extensions, testGroup, features); in addGraphics8BitStorageUniformInt32To8Group()
2884 void addGraphics8BitStorageUniformInt8To32Group (tcu::TestCaseGroup* testGroup) in addGraphics8BitStorageUniformInt8To32Group() argument
2886 de::Random rnd (deStringHash(testGroup->getName())); in addGraphics8BitStorageUniformInt8To32Group()
3153 …lStages(name, defaultColors, defaultColors, fragments, resources, extensions, testGroup, features); in addGraphics8BitStorageUniformInt8To32Group()
3158 void addGraphics8BitStoragePushConstantInt8To32Group (tcu::TestCaseGroup* testGroup) in addGraphics8BitStoragePushConstantInt8To32Group() argument
3160 de::Random rnd (deStringHash(testGroup->getName())); in addGraphics8BitStoragePushConstantInt8To32Group()
3315 …), defaultColors, defaultColors, fragments, pcs, resources, extensions, testGroup, requiredFeature… in addGraphics8BitStoragePushConstantInt8To32Group()
3358 …), defaultColors, defaultColors, fragments, pcs, resources, extensions, testGroup, requiredFeature… in addGraphics8BitStoragePushConstantInt8To32Group()
[all …]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/subgroups/
DvktSubgroupsBallotBroadcastTests.cpp441 …TestCaseGroup* testGroup = extShaderSubGroupBallotTests ? computeGroupARB.get() : computeGroup.ge… in createSubgroupsBallotBroadcastTests() local
454 … addFunctionCaseWithPrograms(testGroup, name, "", supportedCheck, initPrograms, test, caseDef); in createSubgroupsBallotBroadcastTests()
471 … addFunctionCaseWithPrograms(testGroup, testName, "", supportedCheck, initPrograms, test, caseDef); in createSubgroupsBallotBroadcastTests()
476 …TestCaseGroup* testGroup = extShaderSubGroupBallotTests ? graphicGroupARB.get() : graphicGroup.g… in createSubgroupsBallotBroadcastTests() local
488 addFunctionCaseWithPrograms(testGroup, name, "", supportedCheck, initPrograms, test, caseDef); in createSubgroupsBallotBroadcastTests()
492 …TestCaseGroup* testGroup = extShaderSubGroupBallotTests ? framebufferGroupARB.get() : framebufferG… in createSubgroupsBallotBroadcastTests() local
507 …addFunctionCaseWithPrograms(testGroup, name + getShaderStageName(caseDef.shaderStage), "", support… in createSubgroupsBallotBroadcastTests()
DvktSubgroupsBallotTests.cpp956 …TestCaseGroup* testGroup = extShaderSubGroupBallotTests ? computeGroupEXT.get() : computeGrou… in createSubgroupsBallotTests() local
967 … addFunctionCaseWithPrograms(testGroup, testName, "", supportedCheck, initPrograms, test, caseDef); in createSubgroupsBallotTests()
975 …TestCaseGroup* testGroup = extShaderSubGroupBallotTests ? graphicGroupEXT.get() : graphicGr… in createSubgroupsBallotTests() local
984 …addFunctionCaseWithPrograms(testGroup, "graphic", "", supportedCheck, initPrograms, test, caseDef); in createSubgroupsBallotTests()
1002 …TestCaseGroup* testGroup = extShaderSubGroupBallotTests ? framebufferGroupEXT.get() : frameb… in createSubgroupsBallotTests() local
1014 …addFunctionCaseWithPrograms(testGroup, getShaderStageName(caseDef.shaderStage), "", supportedCheck… in createSubgroupsBallotTests()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineMultisampleInterpolationTests.cpp1018 …de::MovePtr<tcu::TestCaseGroup> testGroup(new tcu::TestCaseGroup(testCtx, "multisample_interpolati… in createMultisampleInterpolationTests() local
1056 testGroup->addChild(caseGroup.release()); in createMultisampleInterpolationTests()
1058testGroup->addChild(makeMSGroup<multisample::MSCase<multisample::MSCaseInterpolateAtSampleDistinct… in createMultisampleInterpolationTests()
1059testGroup->addChild(makeMSGroup<multisample::MSCase<multisample::MSCaseInterpolateAtSampleIgnoresC… in createMultisampleInterpolationTests()
1067 testGroup->addChild(sampleGroup.release()); in createMultisampleInterpolationTests()
1069testGroup->addChild(makeMSGroup<multisample::MSCase<multisample::MSCaseSampleQualifierDistinctValu… in createMultisampleInterpolationTests()
1077 testGroup->addChild(centroidGroup.release()); in createMultisampleInterpolationTests()
1084 testGroup->addChild(reInterpolationGroup.release()); in createMultisampleInterpolationTests()
1087testGroup->addChild(makeMSGroup<multisample::MSCase<multisample::MSCaseCentroidQualifierInsidePrim… in createMultisampleInterpolationTests()
1088testGroup->addChild(makeMSGroup<multisample::MSCase<multisample::MSCaseInterpolateAtOffsetPixelCen… in createMultisampleInterpolationTests()
[all …]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sparse_resources/
DvktSparseResourcesShaderIntrinsics.cpp36 …de::MovePtr<tcu::TestCaseGroup> testGroup(new tcu::TestCaseGroup(testCtx, "shader_intrinsics", "Sp… in createSparseResourcesShaderIntrinsicsTests() local
122 testGroup->addChild(imageTypeGroup.release()); in createSparseResourcesShaderIntrinsicsTests()
126 return testGroup.release(); in createSparseResourcesShaderIntrinsicsTests()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/
DvktImageSampleCompressedTextureTests.cpp841 …de::MovePtr<tcu::TestCaseGroup> testGroup(new tcu::TestCaseGroup(testCtx, "sample_texture", "Sampl… in createImageSampleDrawnTextureTests() local
843testGroup->addChild(new SampleDrawnTextureTest(testCtx, "128_bit_compressed_format_cubemap", "", V… in createImageSampleDrawnTextureTests()
844testGroup->addChild(new SampleDrawnTextureTest(testCtx, "64_bit_compressed_format_cubemap", "", VK… in createImageSampleDrawnTextureTests()
845testGroup->addChild(new SampleDrawnTextureTest(testCtx, "64_bit_compressed_format_two_samplers_cub… in createImageSampleDrawnTextureTests()
846testGroup->addChild(new SampleDrawnTextureTest(testCtx, "128_bit_compressed_format_two_samplers_cu… in createImageSampleDrawnTextureTests()
848testGroup->addChild(new SampleDrawnTextureTest(testCtx, "64_bit_compressed_format", "", VK_FORMAT_… in createImageSampleDrawnTextureTests()
849testGroup->addChild(new SampleDrawnTextureTest(testCtx, "64_bit_compressed_format_two_samplers", "… in createImageSampleDrawnTextureTests()
850testGroup->addChild(new SampleDrawnTextureTest(testCtx, "128_bit_compressed_format", "", VK_FORMAT… in createImageSampleDrawnTextureTests()
851testGroup->addChild(new SampleDrawnTextureTest(testCtx, "128_bit_compressed_format_two_samplers", … in createImageSampleDrawnTextureTests()
853 return testGroup.release(); in createImageSampleDrawnTextureTests()

1234