Searched refs:typeScalarTests (Results 1 – 1 of 1) sorted by relevance
3913 …de::MovePtr<tcu::TestCaseGroup> typeScalarTests (new tcu::TestCaseGroup(testCtx, "scalar", "scal… in createTypeTests() local4036 typeScalarTests->addChild(int8Tests[0].release()); in createTypeTests()4037 typeScalarTests->addChild(int16Tests[0].release()); in createTypeTests()4038 typeScalarTests->addChild(int32Tests[0].release()); in createTypeTests()4039 typeScalarTests->addChild(int64Tests[0].release()); in createTypeTests()4040 typeScalarTests->addChild(uint8Tests[0].release()); in createTypeTests()4041 typeScalarTests->addChild(uint16Tests[0].release()); in createTypeTests()4042 typeScalarTests->addChild(uint32Tests[0].release()); in createTypeTests()4043 typeScalarTests->addChild(uint64Tests[0].release()); in createTypeTests()4045 typeTests->addChild(typeScalarTests.release()); in createTypeTests()