HomeSort by relevance Sort by last modified time
    Searched refs:counterNdx (Results 1 - 2 of 2) sorted by null

  /external/deqp/modules/gles31/functional/
es31fAtomicCounterTests.cpp 258 for (int counterNdx = 0; counterNdx < spec.atomicCounterCount; counterNdx++)
262 if (spec.offsetType == OFFSETTYPE_RESET_DEFAULT && counterNdx == spec.atomicCounterCount/2)
291 src << "uniform atomic_uint counter" << counterNdx << ";\n";
301 src << "offset=" << (counterNdx * 4) << ") uniform atomic_uint counter" << counterNdx << ";\n";
309 src << "uniform atomic_uint counter" << counterNdx << ";\n";
319 src << "offset=" << (1 + counterNdx * 2) << ") uniform atomic_uint counter" << counterNdx << ";\n"
    [all...]
es31fOpaqueTypeIndexingTests.cpp     [all...]

Completed in 57 milliseconds