D | glsBuiltinPrecisionTests.cpp | 5082 this->addCase<2, 2>(ctx, group); in createCase() 5083 this->addCase<3, 2>(ctx, group); in createCase() 5084 this->addCase<4, 2>(ctx, group); in createCase() 5085 this->addCase<2, 3>(ctx, group); in createCase() 5086 this->addCase<3, 3>(ctx, group); in createCase() 5087 this->addCase<4, 3>(ctx, group); in createCase() 5088 this->addCase<2, 4>(ctx, group); in createCase() 5089 this->addCase<3, 4>(ctx, group); in createCase() 5090 this->addCase<4, 4>(ctx, group); in createCase() 5099 void addCase (const Context& ctx, TestCaseGroup* group) const in addCase() function in deqp::gls::BuiltinPrecisionTests::MatrixFuncCaseFactory
|