Home | History | Annotate | Download | only in functional

Lines Matching full:limits

178 	// .limits
185 } limits[] =
209 tcu::TestCaseGroup* const group = new tcu::TestCaseGroup(m_testCtx, "limits", "Implementation limits");
212 for (int ndx = 0; ndx < DE_LENGTH_OF_ARRAY(limits); ++ndx)
214 limits[ndx].name,
215 (std::string() + "Check " + limits[ndx].name + " is at least " + de::toString(limits[ndx].limit)).c_str(),
216 limits[ndx].target,
217 limits[ndx].limit));