Home
last modified time | relevance | path

Searched refs:counterCount (Results 1 – 1 of 1) sorted by relevance

/external/deqp/modules/gles31/functional/
Des31fAtomicCounterTests.cpp125 …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()
[all …]