Home
last modified time | relevance | path

Searched refs:arrayGroup (Results 1 – 5 of 5) sorted by relevance

/third_party/vk-gl-cts/modules/gles3/functional/
Des3fFragmentOutputTests.cpp1254 tcu::TestCaseGroup* arrayGroup = new tcu::TestCaseGroup(m_testCtx, "array", "Array outputs"); in init() local
1255 addChild(arrayGroup); in init()
1264 arrayGroup->addChild(floatGroup); in init()
1288 arrayGroup->addChild(fixedGroup); in init()
1312 arrayGroup->addChild(intGroup); in init()
1336 arrayGroup->addChild(uintGroup); in init()
Des3fTransformFeedbackTests.cpp1684 …tcu::TestCaseGroup* arrayGroup = new tcu::TestCaseGroup(m_testCtx, "array", "Capturing whole array… in init() local
1685 addChild(arrayGroup); in init()
1691 arrayGroup->addChild(modeGroup); in init()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/binding_model/
DvktBindingValveMutableTests.cpp3861 GroupPtr arrayGroup(new tcu::TestCaseGroup(testCtx, variant.groupName, variant.groupDesc)); in createDescriptorValveMutableTests() local
3930 arrayGroup->addChild(unboundedGroup.release()); in createDescriptorValveMutableTests()
3933 mainGroup->addChild(arrayGroup.release()); in createDescriptorValveMutableTests()
DvktBindingMutableTests.cpp3969 GroupPtr arrayGroup(new tcu::TestCaseGroup(testCtx, variant.groupName)); in createChildren() local
4038 arrayGroup->addChild(unboundedGroup.release()); in createChildren()
4041 mainGroup->addChild(arrayGroup.release()); in createChildren()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/binding_model/
DvktBindingMutableTests.cpp3963 GroupPtr arrayGroup(new tcu::TestCaseGroup(testCtx, variant.groupName, variant.groupDesc)); in createChildren() local
4032 arrayGroup->addChild(unboundedGroup.release()); in createChildren()
4035 mainGroup->addChild(arrayGroup.release()); in createChildren()