HomeSort by relevance Sort by last modified time
    Searched defs:numPassed (Results 1 - 3 of 3) sorted by null

  /external/deqp/framework/common/
tcuTestExecutor.hpp 48 numPassed = 0;
56 int numPassed; //!< Number of cases passed.
  /external/deqp/modules/gles31/functional/
es31fIndirectComputeDispatchTests.cpp 95 " coherent uint numPassed;\n"
100 " atomicAdd(result.numPassed, 1u);\n"
314 const deUint32 numPassed = *(const deUint32*)(srcPtr + RESULT_BLOCK_NUM_PASSED_OFFSET);
317 // Verify numPassed.
318 if (numPassed != expectedCount)
321 << ": got numPassed = " << numPassed << ", expected " << expectedCount
  /external/deqp/execserver/tools/
xsTest.cpp 223 int numPassed = 0;
229 numPassed += 1;
232 printf("\n %d/%d passed!\n", numPassed, numCases);

Completed in 548 milliseconds