Home
last modified time | relevance | path

Searched refs:allOk (Results 1 - 25 of 43) sorted by relevance

12

/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fTextureLevelStateQueryTests.cpp736 bool allOk = true; in applyTextureGenerationSpec() local
813 allOk = false; in applyTextureGenerationSpec()
818 return allOk; in applyTextureGenerationSpec()
1060 bool allOk = true; in checkTextureState() local
1067 allOk &= verifyTextureLevelParameterEqual(gl, spec.queryTarget, queryLevel, GL_TEXTURE_WIDTH, refValue, m_type); in checkTextureState()
1076 allOk &= verifyTextureLevelParameterEqual(gl, spec.queryTarget, queryLevel, GL_TEXTURE_WIDTH, refValue, m_type); in checkTextureState()
1080 return allOk; in checkTextureState()
1096 bool allOk = true; in checkTextureState() local
1103 allOk &= verifyTextureLevelParameterEqual(gl, spec.queryTarget, queryLevel, GL_TEXTURE_HEIGHT, refValue, m_type); in checkTextureState()
1112 allOk in checkTextureState()
1133 bool allOk = true; checkTextureState() local
1173 bool allOk = true; checkTextureState() local
1223 bool allOk = true; checkTextureState() local
1345 bool allOk = true; checkTextureState() local
1476 bool allOk = true; checkTextureState() local
1528 bool allOk = true; checkTextureState() local
1566 bool allOk = true; checkTextureState() local
1606 bool allOk = true; checkTextureState() local
[all...]
H A Des31fSampleVariableTests.cpp571 bool allOk = true;
589 allOk &= verifyImageWithVerifier(resultBuffers[sampleNdx], m_testCtx.getLog(), ColorVerifier(tcu::Vec3(0.0f, sampleIdColor, 1.0f), tcu::IVec3(1, threshold, 1)), false);
592 if (!allOk)
595 return allOk;
721 bool allOk = true;
746 allOk = false;
812 allOk = false;
887 if (!allOk)
1033 " bool allOk = false;\n"
1044 " allOk
[all...]
H A Des31fProgramInterfaceQueryTestCase.cpp2529 bool allOk = true;
2533 allOk &= checkLimit(restrictions[ndx].pname, restrictions[ndx].usage, gl, log);
2535 return allOk;
2558 bool allOk = true;
2562 allOk &= checkLimit(restrictions[ndx].pname, restrictions[ndx].usage, gl, log);
2564 return allOk;
2585 bool allOk = true;
2589 allOk &= checkLimit(restrictions[ndx].pname, restrictions[ndx].usage, gl, log);
2591 return allOk;
2616 bool allOk
[all...]
H A Des31fIndirectComputeDispatchTests.cpp300 bool allOk = true; in verifyResultBuffer() local
323 allOk = false; in verifyResultBuffer()
336 return allOk; in verifyResultBuffer()
/third_party/vk-gl-cts/framework/delibs/decpp/
H A DdeCommandLine.cpp122 bool allOk = true; in parse() local
178 allOk = false; in parse()
185 allOk = false; in parse()
200 allOk = false; in parse()
221 allOk = false; in parse()
227 allOk = false; in parse()
240 allOk = false; in parse()
242 return allOk; in parse()
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fShaderFragDataTests.cpp335 bool allOk = true; in iterate() local
361 allOk = false; in iterate()
365 m_testCtx.setTestResult(allOk ? QP_TEST_RESULT_PASS : QP_TEST_RESULT_FAIL, in iterate()
366 allOk ? "Pass" : "Image comparison failed"); in iterate()
H A Des3fFlushFinishTests.cpp491 bool allOk = true;
539 allOk = false;
543 m_testCtx.setTestResult(allOk ? QP_TEST_RESULT_PASS : QP_TEST_RESULT_COMPATIBILITY_WARNING,
544 allOk ? "Pass" : "Suspicious performance behavior");
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ycbcr/
H A DvktYCbCrImageQueryTests.cpp485 bool allOk = true; in testImageQuery() local
511 allOk = false; in testImageQuery()
525 allOk = false; in testImageQuery()
535 if (allOk) in testImageQuery()
707 bool allOk = true; in testImageQueryLod() local
756 allOk = allOk && (numErrors == 0); in testImageQueryLod()
760 if (allOk) in testImageQueryLod()
H A DvktYCbCrViewTests.cpp698 bool allOk = true; in testPlaneView() local
748 allOk = false; in testPlaneView()
806 allOk = false; in testPlaneView()
811 if (allOk) in testPlaneView()
H A DvktYCbCrFormatTests.cpp498 bool allOk = true; in testFormat() local
544 allOk = false; in testFormat()
548 if (allOk) in testFormat()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ycbcr/
H A DvktYCbCrImageQueryTests.cpp485 bool allOk = true; in testImageQuery() local
511 allOk = false; in testImageQuery()
525 allOk = false; in testImageQuery()
535 if (allOk) in testImageQuery()
707 bool allOk = true; in testImageQueryLod() local
756 allOk = allOk && (numErrors == 0); in testImageQueryLod()
760 if (allOk) in testImageQueryLod()
H A DvktYCbCrFormatTests.cpp498 bool allOk = true; in testFormat() local
544 allOk = false; in testFormat()
548 if (allOk) in testFormat()
H A DvktYCbCrViewTests.cpp650 bool allOk = true; in testPlaneView() local
716 allOk = false; in testPlaneView()
721 if (allOk) in testPlaneView()
/third_party/vk-gl-cts/framework/common/
H A DtcuBilinearImageCompare.cpp199 bool allOk = true;
208 allOk = false;
214 return allOk;
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/tessellation/
H A DvktTessellationGeometryGridRenderTests.cpp660 bool allOk (true); in iterate()
663 allOk = allOk && verifyResultLayer(m_context.getTestContext().getLog(), in iterate()
667 return (allOk ? tcu::TestStatus::pass("OK") : tcu::TestStatus::fail("Image comparison failed")); in iterate()
/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fFlushFinishTests.cpp364 bool allOk = true; in analyzeResults() local
412 allOk = false; in analyzeResults()
416 m_testCtx.setTestResult(allOk ? QP_TEST_RESULT_PASS : QP_TEST_RESULT_COMPATIBILITY_WARNING, in analyzeResults()
417 allOk ? "Pass" : "Suspicious performance behavior"); in analyzeResults()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/tessellation/
H A DvktTessellationGeometryGridRenderTests.cpp663 bool allOk (true); in iterate()
666 allOk = allOk && verifyResultLayer(m_context.getTestContext().getLog(), in iterate()
670 return (allOk ? tcu::TestStatus::pass("OK") : tcu::TestStatus::fail("Image comparison failed")); in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/robustness/
H A DvktRobustnessBufferAccessTests.cpp1306 bool allOk = true;
1323 allOk = false;
1461 allOk = false;
1472 allOk = false;
1481 allOk = false;
1490 return allOk;
H A DvktRobustnessVertexAccessTests.cpp848 bool allOk = true; in verifyResult() local
964 allOk = false; in verifyResult()
971 allOk = false; in verifyResult()
976 return allOk; in verifyResult()
H A DvktRobustBufferAccessWithVariablePointersTests.cpp1660 bool allOk = true; in verifyResult() local
1680 allOk = false; in verifyResult()
1817 allOk = false; in verifyResult()
1828 allOk = false; in verifyResult()
1837 allOk = false; in verifyResult()
1846 if (!allOk && unsplitElementSize > 4u && !splitAccess) in verifyResult()
1852 return allOk; in verifyResult()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/robustness/
H A DvktRobustnessVertexAccessTests.cpp841 bool allOk = true; in verifyResult() local
957 allOk = false; in verifyResult()
964 allOk = false; in verifyResult()
969 return allOk; in verifyResult()
H A DvktRobustnessBufferAccessTests.cpp1365 bool allOk = true;
1382 allOk = false;
1524 allOk = false;
1535 allOk = false;
1544 allOk = false;
1553 return allOk;
H A DvktRobustBufferAccessWithVariablePointersTests.cpp1654 bool allOk = true; in verifyResult() local
1674 allOk = false; in verifyResult()
1811 allOk = false; in verifyResult()
1822 allOk = false; in verifyResult()
1831 allOk = false; in verifyResult()
1840 if (!allOk && unsplitElementSize > 4u && !splitAccess) in verifyResult()
1846 return allOk; in verifyResult()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineMultisampledRenderToSingleSampledTests.cpp2404 bool allOk = true; in verify() local
2414 allOk = false; in verify()
2423 allOk = false; in verify()
2432 allOk = false; in verify()
2441 allOk = false; in verify()
2450 allOk = false; in verify()
2453 if (!allOk) in verify()
2465 bool allOk = true; in verify() local
2468 allOk = checkAndReportError(context, results->color1Verification, totalPixels, "color attachment 1 (outside render area)") && allOk; in verify()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineMultisampledRenderToSingleSampledTests.cpp2394 bool allOk = true; in verify() local
2404 allOk = false; in verify()
2413 allOk = false; in verify()
2422 allOk = false; in verify()
2431 allOk = false; in verify()
2440 allOk = false; in verify()
2443 if (!allOk) in verify()
2455 bool allOk = true; in verify() local
2458 allOk = checkAndReportError(context, results->color1Verification, totalPixels, "color attachment 1 (outside render area)") && allOk; in verify()
[all...]

Completed in 53 milliseconds

12