Lines Matching defs:results
287 //!< Verification results for logging (an array of 5 to avoid hitting maxPerStageDescriptorStorageImages limit of 4.
1750 const VerificationResults results = {};
1752 wd.verificationBuffer = makeBuffer(vk, device, sizeof(results), VK_BUFFER_USAGE_STORAGE_BUFFER_BIT);
1755 deMemcpy(wd.verificationBufferAlloc->getHostPtr(), &results, sizeof(results));
1758 wd.singleVerificationBuffer = makeBuffer(vk, device, sizeof(results), VK_BUFFER_USAGE_STORAGE_BUFFER_BIT);
1761 deMemcpy(wd.singleVerificationBufferAlloc->getHostPtr(), &results, sizeof(results));
2400 // Verify draw call results
2402 const VerificationResults* const results = static_cast<const VerificationResults*>(wd.verificationBufferAlloc->getHostPtr());
2409 if (!checkAndReportError(context, results->color1Verification, totalPixels, "color attachment 1"))
2418 if (!checkAndReportError(context, results->color2Verification, totalPixels, "color attachment 2"))
2427 if (!checkAndReportError(context, results->color3Verification, totalPixels, "color attachment 3"))
2436 if (!checkAndReportError(context, results->depthVerification, totalPixels, "depth attachment"))
2445 if (!checkAndReportError(context, results->stencilVerification, totalPixels, "stencil attachment"))
2463 const VerificationResults* const results = static_cast<const VerificationResults*>(wd.singleVerificationBufferAlloc->getHostPtr());
2468 allOk = checkAndReportError(context, results->color1Verification, totalPixels, "color attachment 1 (outside render area)") && allOk;
2470 allOk = checkAndReportError(context, results->color2Verification, totalPixels, "color attachment 2 (outside render area)") && allOk;
2472 allOk = checkAndReportError(context, results->color3Verification, totalPixels, "color attachment 3 (outside render area)") && allOk;
2474 allOk = checkAndReportError(context, results->depthVerification, totalPixels, "depth attachment (outside render area)") && allOk;
2476 allOk = checkAndReportError(context, results->stencilVerification, totalPixels, "stencil attachment (outside render area)") && allOk;
2766 // Compute shader - verify the results of rendering
3119 // Verify results
3504 // Verify results
3738 // Verify results
3911 // Verify results
4112 // These tests blend color so they can verify the results all at once at the end.
4343 // Compute shader - verify the results of rendering
4677 // Verify results