/external/deqp-deps/glslang/Test/ |
D | spv.bufferhandle11.frag | 20 bool allOk = true; 21 allOk = allOk && compare_uint8_t(uint(block.var), 7u); 22 if (allOk)
|
D | spv.bufferhandle12.frag | 36 bool allOk = true; 37 allOk = allOk && compare_mat2x3(blockC.c, mat2x3(-5.0, 1.0, -7.0, 1.0, 2.0, 8.0)); 38 if (allOk)
|
/external/deqp/modules/gles31/functional/ |
D | es31fTextureLevelStateQueryTests.cpp | 733 bool allOk = true; in applyTextureGenerationSpec() local 810 allOk = false; in applyTextureGenerationSpec() 815 return allOk; in applyTextureGenerationSpec() 1057 bool allOk = true; in checkTextureState() local 1064 …allOk &= verifyTextureLevelParameterEqual(gl, spec.queryTarget, queryLevel, GL_TEXTURE_WIDTH, refV… in checkTextureState() 1073 …allOk &= verifyTextureLevelParameterEqual(gl, spec.queryTarget, queryLevel, GL_TEXTURE_WIDTH, refV… in checkTextureState() 1077 return allOk; in checkTextureState() 1093 bool allOk = true; in checkTextureState() local 1100 …allOk &= verifyTextureLevelParameterEqual(gl, spec.queryTarget, queryLevel, GL_TEXTURE_HEIGHT, ref… in checkTextureState() 1109 …allOk &= verifyTextureLevelParameterEqual(gl, spec.queryTarget, queryLevel, GL_TEXTURE_HEIGHT, ref… in checkTextureState() [all …]
|
D | es31fSampleVariableTests.cpp | 563 bool allOk = true; in verifySampleBuffers() local 581 …allOk &= verifyImageWithVerifier(resultBuffers[sampleNdx], m_testCtx.getLog(), ColorVerifier(tcu::… in verifySampleBuffers() 584 if (!allOk) in verifySampleBuffers() 587 return allOk; in verifySampleBuffers() 711 bool allOk = true; in verifySampleBuffers() local 736 allOk = false; in verifySampleBuffers() 802 allOk = false; in verifySampleBuffers() 877 if (!allOk) in verifySampleBuffers() 1519 bool allOk = true; in verifySampleBuffers() local 1537 …allOk &= verifyImageWithVerifier(resultBuffers[sampleNdx], m_testCtx.getLog(), NoRedVerifier(), fa… in verifySampleBuffers() [all …]
|
D | es31fProgramInterfaceQueryTestCase.cpp | 2523 bool allOk = true; in checkShaderResourceUsage() local 2527 allOk &= checkLimit(restrictions[ndx].pname, restrictions[ndx].usage, gl, log); in checkShaderResourceUsage() 2529 return allOk; in checkShaderResourceUsage() 2552 bool allOk = true; in checkShaderResourceUsage() local 2556 allOk &= checkLimit(restrictions[ndx].pname, restrictions[ndx].usage, gl, log); in checkShaderResourceUsage() 2558 return allOk; in checkShaderResourceUsage() 2579 bool allOk = true; in checkShaderResourceUsage() local 2583 allOk &= checkLimit(restrictions[ndx].pname, restrictions[ndx].usage, gl, log); in checkShaderResourceUsage() 2585 return allOk; in checkShaderResourceUsage() 2610 bool allOk = true; in checkShaderResourceUsage() local [all …]
|
D | es31fIndirectComputeDispatchTests.cpp | 300 bool allOk = true; in verifyResultBuffer() local 323 allOk = false; in verifyResultBuffer() 336 return allOk; in verifyResultBuffer()
|
/external/deqp-deps/glslang/Test/baseResults/ |
D | spv.bufferhandle11.frag.out | 27 Name 20 "allOk" 74 20(allOk): 19(ptr) Variable Function 77 Store 20(allOk) 21 78 22: 8(bool) Load 20(allOk) 93 Store 20(allOk) 44 94 45: 8(bool) Load 20(allOk)
|
D | spv.bufferhandle12.frag.out | 52 Name 131 "allOk" 155 131(allOk): 130(ptr) Variable Function 158 Store 131(allOk) 132 159 133: 8(bool) Load 131(allOk) 173 Store 131(allOk) 163 174 164: 8(bool) Load 131(allOk)
|
/external/deqp/external/openglcts/scripts/verify/ |
D | verify_gl.py | 72 allOk = True 80 allOk = False 92 allOk = False 94 return allOk
|
/external/deqp/framework/delibs/decpp/ |
D | deCommandLine.cpp | 122 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()
|
/external/deqp/external/vulkancts/modules/vulkan/ycbcr/ |
D | vktYCbCrImageQueryTests.cpp | 425 bool allOk = true; in testImageQuery() local 451 allOk = false; in testImageQuery() 465 allOk = false; in testImageQuery() 475 if (allOk) in testImageQuery() 622 bool allOk = true; in testImageQueryLod() local 670 allOk = allOk && (numErrors == 0); in testImageQueryLod() 674 if (allOk) in testImageQueryLod()
|
D | vktYCbCrFormatTests.cpp | 445 bool allOk = true; in testFormat() local 491 allOk = false; in testFormat() 495 if (allOk) in testFormat()
|
D | vktYCbCrViewTests.cpp | 625 bool allOk = true; in testPlaneView() local 690 allOk = false; in testPlaneView() 695 if (allOk) in testPlaneView()
|
/external/deqp/modules/gles3/functional/ |
D | es3fShaderFragDataTests.cpp | 327 bool allOk = true; in iterate() local 353 allOk = false; in iterate() 357 m_testCtx.setTestResult(allOk ? QP_TEST_RESULT_PASS : QP_TEST_RESULT_FAIL, in iterate() 358 allOk ? "Pass" : "Image comparison failed"); in iterate()
|
D | es3fFlushFinishTests.cpp | 491 bool allOk = true; in analyzeResults() local 539 allOk = false; in analyzeResults() 543 m_testCtx.setTestResult(allOk ? QP_TEST_RESULT_PASS : QP_TEST_RESULT_COMPATIBILITY_WARNING, in analyzeResults() 544 allOk ? "Pass" : "Suspicious performance behavior"); in analyzeResults()
|
/external/deqp/framework/common/ |
D | tcuBilinearImageCompare.cpp | 199 bool allOk = true; in bilinearCompareRGBA8() local 208 allOk = false; in bilinearCompareRGBA8() 214 return allOk; in bilinearCompareRGBA8()
|
/external/deqp/modules/gles2/functional/ |
D | es2fFlushFinishTests.cpp | 364 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()
|
/external/deqp/external/vulkancts/modules/vulkan/tessellation/ |
D | vktTessellationGeometryGridRenderTests.cpp | 612 bool allOk = true; in iterate() local 614 allOk = allOk && verifyResultLayer(m_context.getTestContext().getLog(), in iterate() 618 return (allOk ? tcu::TestStatus::pass("OK") : tcu::TestStatus::fail("Image comparison failed")); in iterate()
|
/external/catch2/include/internal/ |
D | catch_totals.h | 21 bool allOk() const;
|
D | catch_totals.cpp | 33 bool Counts::allOk() const { in allOk() function in Catch::Counts
|
/external/catch2/include/reporters/ |
D | catch_reporter_automake.hpp | 39 } else if (_testCaseStats.totals.assertions.allOk()) { in testCaseEnded()
|
/external/catch2/single_include/catch2/ |
D | catch_reporter_automake.hpp | 39 } else if (_testCaseStats.totals.assertions.allOk()) { in testCaseEnded()
|
/external/deqp/external/vulkancts/modules/vulkan/robustness/ |
D | vktRobustnessBufferAccessTests.cpp | 1119 bool allOk = true; in verifyResult() local 1136 allOk = false; in verifyResult() 1274 allOk = false; in verifyResult() 1285 allOk = false; in verifyResult() 1294 allOk = false; in verifyResult() 1303 return allOk; in verifyResult()
|
D | vktRobustnessVertexAccessTests.cpp | 765 bool allOk = true; in verifyResult() local 877 allOk = false; in verifyResult() 884 allOk = false; in verifyResult() 889 return allOk; in verifyResult()
|
/external/deqp/external/vulkancts/modules/vulkan/compute/ |
D | vktComputeIndirectComputeDispatchTests.cpp | 333 deBool allOk = true; in verifyResultBuffer() local 358 allOk = false; in verifyResultBuffer() 362 return allOk; in verifyResultBuffer()
|