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