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

  /external/deqp/framework/common/
tcuTestSessionExecutor.hpp 46 numPassed = 0;
54 int numPassed; //!< Number of cases passed.
  /external/deqp/external/vulkancts/modules/vulkan/compute/
vktComputeIndirectComputeDispatchTests.cpp 343 const deUint32 numPassed = *(const deUint32*)(srcPtr + RESULT_BLOCK_NUM_PASSED_OFFSET);
348 if (numPassed != expectedCount)
355 << ": got numPassed = " << numPassed << ", expected " << expectedCount
411 << " coherent uint numPassed;\n"
416 << " atomicAdd(result.numPassed, 1u);\n"
  /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 224 int numPassed = 0;
230 numPassed += 1;
233 printf("\n %d/%d passed!\n", numPassed, numCases);
  /external/deqp/external/vulkancts/modules/vulkan/clipping/
vktClippingTests.cpp 435 int numPassed = 0;
462 ++numPassed;
465 return (numPassed == DE_LENGTH_OF_ARRAY(cases) ? tcu::TestStatus::pass("OK") : tcu::TestStatus::fail("Rendered image(s) are incorrect"));
488 int numPassed = 0;
517 ++numPassed;
520 return (numPassed == DE_LENGTH_OF_ARRAY(cases) ? tcu::TestStatus::pass("OK") : tcu::TestStatus::fail("Rendered image(s) are incorrect"));
536 int numPassed = 0;
603 ++numPassed;
606 return (numPassed == numCases ? tcu::TestStatus::pass("OK") : tcu::TestStatus::fail("Rendered image(s) are incorrect"));
    [all...]

Completed in 424 milliseconds