Searched refs:defaultNumIterations (Results 1 – 1 of 1) sorted by relevance
134 static inline int getNumIterations (const tcu::TestContext& testCtx, const int defaultNumIterations) in getNumIterations() argument137 return cmdLineVal == 0 ? defaultNumIterations : cmdLineVal; in getNumIterations()