Home | History | Annotate | Download | only in functional

Lines Matching refs:defaultCount

75 static inline int getIterationCount (const tcu::TestContext& ctx, int defaultCount)
78 return cmdLineValue > 0 ? cmdLineValue : defaultCount;