Searched refs:atomicCounterCount (Results 1 - 1 of 1) sorted by relevance

/external/deqp/modules/gles31/functional/
H A Des31fAtomicCounterTests.cpp90 : atomicCounterCount (0)
100 int atomicCounterCount; member in struct:deqp::gles31::Functional::__anon20259::AtomicCounterTest::TestSpec
208 DE_ASSERT(spec.atomicCounterCount > 2);
215 src << "offset=" << (4 * spec.atomicCounterCount/2);
242 src << " uint preGet[" << spec.threadCount * spec.atomicCounterCount * spec.callCount << "];\n";
245 src << " uint increment[" << spec.threadCount * spec.atomicCounterCount * spec.callCount << "];\n";
248 src << " uint decrement[" << spec.threadCount * spec.atomicCounterCount * spec.callCount << "];\n";
251 src << " uint postGet[" << spec.threadCount * spec.atomicCounterCount * spec.callCount << "];\n";
254 src << " uint get[" << spec.threadCount * spec.atomicCounterCount * spec.callCount << "];\n";
258 for (int counterNdx = 0; counterNdx < spec.atomicCounterCount; counterNd
[all...]

Completed in 76 milliseconds