Searched refs:typeVectorTests (Results 1 – 1 of 1) sorted by relevance
3914 de::MovePtr<tcu::TestCaseGroup> typeVectorTests[3]; in createTypeTests() local3928 …typeVectorTests[ndx] = de::MovePtr<tcu::TestCaseGroup>(new tcu::TestCaseGroup(testCtx, testName.c_… in createTypeTests()4049 typeVectorTests[ndx]->addChild(int8Tests[ndx + 1].release()); in createTypeTests()4050 typeVectorTests[ndx]->addChild(int16Tests[ndx + 1].release()); in createTypeTests()4051 typeVectorTests[ndx]->addChild(int32Tests[ndx + 1].release()); in createTypeTests()4052 typeVectorTests[ndx]->addChild(int64Tests[ndx + 1].release()); in createTypeTests()4053 typeVectorTests[ndx]->addChild(uint8Tests[ndx + 1].release()); in createTypeTests()4054 typeVectorTests[ndx]->addChild(uint16Tests[ndx + 1].release()); in createTypeTests()4055 typeVectorTests[ndx]->addChild(uint32Tests[ndx + 1].release()); in createTypeTests()4056 typeVectorTests[ndx]->addChild(uint64Tests[ndx + 1].release()); in createTypeTests()[all …]