Lines Matching refs:numPassingAllocs
3117 deUint32 numPassingAllocs = 0;
3132 numPassingAllocs);
3152 << "Trying to create object with " << numPassingAllocs << " allocation" << (numPassingAllocs != 1 ? "s" : "") << " passing"
3180 ++numPassingAllocs;
3182 if (numPassingAllocs >= finalLimit)
3185 if (numPassingAllocs >= maxTries)
3186 numPassingAllocs = finalLimit;
3193 if (numPassingAllocs == 0)
3195 else if (numPassingAllocs >= finalLimit)
3201 << "Object was succesfully constructed with " << numPassingAllocs << " iterations limit." << TestLog::EndMessage;
3238 deUint32 numPassingAllocs = 0;
3244 for (; numPassingAllocs <= numObjects; ++numPassingAllocs)
3270 << "Trying to create " << numObjects << " objects with " << numPassingAllocs << " allocation" << (numPassingAllocs != 1 ? "s" : "") << " passing"
3276 objAllocator.reset(DeterministicFailAllocator::MODE_COUNT_AND_FAIL, numPassingAllocs);
3289 for (deUint32 nullNdx = numPassingAllocs; nullNdx < numObjects; ++nullNdx)
3305 if (numPassingAllocs == 0)