Searched refs:typeScalarTests (Results 1 – 1 of 1) sorted by relevance
3692 …de::MovePtr<tcu::TestCaseGroup> typeScalarTests (new tcu::TestCaseGroup(testCtx, "scalar", "scal… in createTypeTests() local3815 typeScalarTests->addChild(int8Tests[0].release()); in createTypeTests()3816 typeScalarTests->addChild(int16Tests[0].release()); in createTypeTests()3817 typeScalarTests->addChild(int32Tests[0].release()); in createTypeTests()3818 typeScalarTests->addChild(int64Tests[0].release()); in createTypeTests()3819 typeScalarTests->addChild(uint8Tests[0].release()); in createTypeTests()3820 typeScalarTests->addChild(uint16Tests[0].release()); in createTypeTests()3821 typeScalarTests->addChild(uint32Tests[0].release()); in createTypeTests()3822 typeScalarTests->addChild(uint64Tests[0].release()); in createTypeTests()3824 typeTests->addChild(typeScalarTests.release()); in createTypeTests()