Lines Matching defs:counterCount
125 static void getCountersValues (vector<deUint32>& counterValues, const vector<deUint32>& values, int ndx, int counterCount);
633 void AtomicCounterTest::getCountersValues (vector<deUint32>& counterValues, const vector<deUint32>& values, int ndx, int counterCount)
635 counterValues.resize(values.size()/counterCount, 0);
637 DE_ASSERT(values.size() % counterCount == 0);
640 counterValues[valueNdx] = values[valueNdx * counterCount + ndx];
1343 const int counterCount = counterCounts[counterCountNdx];
1353 if (threadCount * callCount * counterCount > 10000)
1361 spec.atomicCounterCount = counterCount;
1415 const int counterCount = counterCounts[counterCountNdx];
1417 if (offsetType == AtomicCounterTest::OFFSETTYPE_FIRST_AUTO && counterCount < 3)
1420 if (offsetType == AtomicCounterTest::OFFSETTYPE_DEFAULT_AUTO && counterCount < 2)
1423 if (offsetType == AtomicCounterTest::OFFSETTYPE_RESET_DEFAULT && counterCount < 2)
1426 if (offsetType == AtomicCounterTest::OFFSETTYPE_REVERSE && counterCount < 2)
1439 spec.atomicCounterCount = counterCount;