Home | History | Annotate | Download | only in functional

Lines Matching refs:indexMax

83 		spec.indexMax = 23;
87 spec.indexMax = 40;
94 spec.indexMax = 5;
113 spec.indexMax = 0;
191 spec.indexMax = 0;
226 spec.indexMax = 0;
272 spec.indexMax = 0;
332 spec.indexMax = 20; // \note addTestIterations is not called for the spec, so we must ensure [indexMin, indexMax] is a good range
1041 spec.indexMax = random.chooseWeighted<int, const int*, const float*> (DE_ARRAY_BEGIN(indexMaxs), DE_ARRAY_END(indexMaxs), indexWeights);
1086 if (spec.drawMethod == gls::DrawTestSpec::DRAWMETHOD_DRAWELEMENTS_RANGED && spec.indexMin == spec.indexMax && spec.primitive != gls::DrawTestSpec::PRIMITIVE_POINTS)
1098 if (spec.drawMethod == gls::DrawTestSpec::DRAWMETHOD_DRAWELEMENTS_RANGED && (spec.indexMax - spec.indexMin) < 2)