Home
last modified time | relevance | path

Searched refs:stageGroup (Results 1 – 2 of 2) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineSpecConstantTests.cpp1804 de::MovePtr<tcu::TestCaseGroup> stageGroup (new tcu::TestCaseGroup(testCtx, stage.name, "")); in createSpecConstantTests() local
1806 stageGroup->addChild(createDefaultValueTests (testCtx, stage.stage)); in createSpecConstantTests()
1807 stageGroup->addChild(createBasicSpecializationTests(testCtx, stage.stage)); in createSpecConstantTests()
1808 stageGroup->addChild(createBuiltInOverrideTests (testCtx, stage.stage)); in createSpecConstantTests()
1809 stageGroup->addChild(createExpressionTests (testCtx, stage.stage)); in createSpecConstantTests()
1810 stageGroup->addChild(createCompositeTests (testCtx, stage.stage)); in createSpecConstantTests()
1813 stageGroup->addChild(createWorkGroupSizeTests(testCtx)); in createSpecConstantTests()
1815 stage.parentGroup->addChild(stageGroup.release()); in createSpecConstantTests()
/external/deqp/external/vulkancts/modules/vulkan/binding_model/
DvktBindingShaderAccessTests.cpp8051 …de::MovePtr<tcu::TestCaseGroup> stageGroup(new tcu::TestCaseGroup(testCtx, s_shaderStages[stageNdx… in createShaderAccessTests() local
8104 stageGroup->addChild(dimensionGroup.release()); in createShaderAccessTests()
8107 typeGroup->addChild(stageGroup.release()); in createShaderAccessTests()