D | glsBuiltinPrecisionTests.cpp | 5321 this->addCase<2, 2>(ctx, group); in createCase() 5322 this->addCase<3, 2>(ctx, group); in createCase() 5323 this->addCase<4, 2>(ctx, group); in createCase() 5324 this->addCase<2, 3>(ctx, group); in createCase() 5325 this->addCase<3, 3>(ctx, group); in createCase() 5326 this->addCase<4, 3>(ctx, group); in createCase() 5327 this->addCase<2, 4>(ctx, group); in createCase() 5328 this->addCase<3, 4>(ctx, group); in createCase() 5329 this->addCase<4, 4>(ctx, group); in createCase() 5338 void addCase (const Context& ctx, TestCaseGroup* group) const in addCase() function in deqp::gls::BuiltinPrecisionTests::MatrixFuncCaseFactory
|