Searched refs:counterCount (Results 1 – 1 of 1) sorted by relevance
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() argument635 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() local1353 if (threadCount * callCount * counterCount > 10000) in AtomicCounterTests()1361 spec.atomicCounterCount = counterCount; in AtomicCounterTests()1415 const int counterCount = counterCounts[counterCountNdx]; in AtomicCounterTests() local1417 if (offsetType == AtomicCounterTest::OFFSETTYPE_FIRST_AUTO && counterCount < 3) in AtomicCounterTests()[all …]