Lines Matching refs:fragCounter
3570 << (fragAtomics ? "layout(set=" + fragSetIndex + ", binding=0, std430) buffer AtomicBlock { uint fragCounter; } counterBuffer;\n" : "")
3587 << (fragAtomics ? " atomicAdd(counterBuffer.fragCounter, 1u);\n" : "")
6269 uint32_t fragCounter = 0u;
6282 deMemcpy(&fragCounter, counterBufferData, sizeof(fragCounter));
6334 log << tcu::TestLog::Message << "Fragment counter: " << fragCounter << tcu::TestLog::EndMessage;
6336 if (fragCounter < minValue)
6339 msg << "Fragment shader invocation counter lower than expected: found " << fragCounter << " and expected at least " << minValue;
6378 if (fragCounter != expectedValue)
6381 msg << "Fragment shader invocation count does not match expected value: found " << fragCounter << " and expected " << expectedValue;