Searched refs:nestedArrayGroup (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/external/deqp/modules/gles31/functional/ |
H A D | es31fUniformBlockTests.cpp | 174 tcu::TestCaseGroup *nestedArrayGroup = in init() local 176 addChild(nestedArrayGroup); in init() 181 nestedArrayGroup->addChild(layoutGroup); in init() 208 tcu::TestCaseGroup *nestedArrayGroup = in init() local 210 addChild(nestedArrayGroup); in init() 215 nestedArrayGroup->addChild(layoutGroup); in init()
|
H A D | es31fSSBOLayoutTests.cpp | 928 tcu::TestCaseGroup *nestedArrayGroup = in init() local 930 addChild(nestedArrayGroup); in init() 935 nestedArrayGroup->addChild(layoutGroup); in init() 964 tcu::TestCaseGroup *nestedArrayGroup = in init() local 966 addChild(nestedArrayGroup); in init() 971 nestedArrayGroup->addChild(layoutGroup); in init() 1002 tcu::TestCaseGroup *nestedArrayGroup = in init() local 1004 addChild(nestedArrayGroup); in init() 1009 nestedArrayGroup->addChild(layoutGroup); in init()
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/transform_feedback/ |
H A D | vktTransformFeedbackFuzzLayoutTests.cpp | 400 tcu::TestCaseGroup *nestedArrayGroup = new tcu::TestCaseGroup(m_testCtx, "2_level_array"); in init() local 401 addChild(nestedArrayGroup); in init() 413 … createBlockBasicTypeCases(*nestedArrayGroup, m_testCtx, typeName, parentType, defaultFlags); in init() 420 tcu::TestCaseGroup *nestedArrayGroup = new tcu::TestCaseGroup(m_testCtx, "3_level_array"); in init() local 421 addChild(nestedArrayGroup); in init() 435 … createBlockBasicTypeCases(*nestedArrayGroup, m_testCtx, typeName, parentType, defaultFlags); in init()
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/ssbo/ |
H A D | vktSSBOLayoutTests.cpp | 1308 tcu::TestCaseGroup *nestedArrayGroup = new tcu::TestCaseGroup(m_testCtx, "2_level_array"); in init() local 1309 addChild(nestedArrayGroup); in init() 1314 nestedArrayGroup->addChild(layoutGroup); in init() 1354 tcu::TestCaseGroup *nestedArrayGroup = new tcu::TestCaseGroup(m_testCtx, "3_level_array"); in init() local 1355 addChild(nestedArrayGroup); in init() 1360 nestedArrayGroup->addChild(layoutGroup); in init() 1403 … tcu::TestCaseGroup *nestedArrayGroup = new tcu::TestCaseGroup(m_testCtx, "3_level_unsized_array"); in init() local 1404 addChild(nestedArrayGroup); in init() 1409 nestedArrayGroup->addChild(layoutGroup); in init()
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/ubo/ |
H A D | vktUniformBlockTests.cpp | 435 tcu::TestCaseGroup *nestedArrayGroup = new tcu::TestCaseGroup(m_testCtx, "2_level_array"); in init() local 436 addChild(nestedArrayGroup); in init() 464 nestedArrayGroup->addChild(layoutGroup.release()); in init() 470 tcu::TestCaseGroup *nestedArrayGroup = new tcu::TestCaseGroup(m_testCtx, "3_level_array"); in init() local 471 addChild(nestedArrayGroup); in init() 501 nestedArrayGroup->addChild(layoutGroup.release()); in init()
|