Searched refs:typeVectorTests (Results 1 – 1 of 1) sorted by relevance
3693 de::MovePtr<tcu::TestCaseGroup> typeVectorTests[3]; in createTypeTests() local3707 …typeVectorTests[ndx] = de::MovePtr<tcu::TestCaseGroup>(new tcu::TestCaseGroup(testCtx, testName.c_… in createTypeTests()3828 typeVectorTests[ndx]->addChild(int8Tests[ndx + 1].release()); in createTypeTests()3829 typeVectorTests[ndx]->addChild(int16Tests[ndx + 1].release()); in createTypeTests()3830 typeVectorTests[ndx]->addChild(int32Tests[ndx + 1].release()); in createTypeTests()3831 typeVectorTests[ndx]->addChild(int64Tests[ndx + 1].release()); in createTypeTests()3832 typeVectorTests[ndx]->addChild(uint8Tests[ndx + 1].release()); in createTypeTests()3833 typeVectorTests[ndx]->addChild(uint16Tests[ndx + 1].release()); in createTypeTests()3834 typeVectorTests[ndx]->addChild(uint32Tests[ndx + 1].release()); in createTypeTests()3835 typeVectorTests[ndx]->addChild(uint64Tests[ndx + 1].release()); in createTypeTests()[all …]