/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/angle/third_party/vulkan-deps/glslang/src/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 | 736 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, refV… in checkTextureState() 1076 …allOk &= verifyTextureLevelParameterEqual(gl, spec.queryTarget, queryLevel, GL_TEXTURE_WIDTH, refV… in checkTextureState() 1080 return allOk; in checkTextureState() 1096 bool allOk = true; in checkTextureState() local 1103 …allOk &= verifyTextureLevelParameterEqual(gl, spec.queryTarget, queryLevel, GL_TEXTURE_HEIGHT, ref… in checkTextureState() 1112 …allOk &= verifyTextureLevelParameterEqual(gl, spec.queryTarget, queryLevel, GL_TEXTURE_HEIGHT, ref… in checkTextureState() [all …]
|
D | es31fSampleVariableTests.cpp | 571 bool allOk = true; in verifySampleBuffers() local 589 …allOk &= verifyImageWithVerifier(resultBuffers[sampleNdx], m_testCtx.getLog(), ColorVerifier(tcu::… in verifySampleBuffers() 592 if (!allOk) in verifySampleBuffers() 595 return allOk; in verifySampleBuffers() 721 bool allOk = true; in verifySampleBuffers() local 746 allOk = false; in verifySampleBuffers() 812 allOk = false; in verifySampleBuffers() 887 if (!allOk) in verifySampleBuffers() 1540 bool allOk = true; in verifySampleBuffers() local 1558 …allOk &= verifyImageWithVerifier(resultBuffers[sampleNdx], m_testCtx.getLog(), NoRedVerifier(), fa… in verifySampleBuffers() [all …]
|
D | es31fProgramInterfaceQueryTestCase.cpp | 2529 bool allOk = true; in checkShaderResourceUsage() local 2533 allOk &= checkLimit(restrictions[ndx].pname, restrictions[ndx].usage, gl, log); in checkShaderResourceUsage() 2535 return allOk; in checkShaderResourceUsage() 2558 bool allOk = true; in checkShaderResourceUsage() local 2562 allOk &= checkLimit(restrictions[ndx].pname, restrictions[ndx].usage, gl, log); in checkShaderResourceUsage() 2564 return allOk; in checkShaderResourceUsage() 2585 bool allOk = true; in checkShaderResourceUsage() local 2589 allOk &= checkLimit(restrictions[ndx].pname, restrictions[ndx].usage, gl, log); in checkShaderResourceUsage() 2591 return allOk; in checkShaderResourceUsage() 2616 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/angle/third_party/vulkan-deps/glslang/src/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/google-java-format/core/src/main/java/com/google/googlejavaformat/java/ |
D | Main.java | 125 boolean allOk = true; in formatFiles() 141 allOk = false; in formatFiles() 152 allOk = false; in formatFiles() 163 allOk = false; in formatFiles() 168 allOk = false; in formatFiles() 178 allOk = false; in formatFiles() 189 return allOk ? 0 : 1; in formatFiles()
|
/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/modules/gles3/functional/ |
D | es3fShaderFragDataTests.cpp | 335 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()
|
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/external/vulkancts/modules/vulkan/ycbcr/ |
D | vktYCbCrImageQueryTests.cpp | 485 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()
|
D | vktYCbCrFormatTests.cpp | 498 bool allOk = true; in testFormat() local 544 allOk = false; in testFormat() 548 if (allOk) in testFormat()
|
/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/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/deqp/external/vulkancts/modules/vulkan/tessellation/ |
D | vktTessellationGeometryGridRenderTests.cpp | 663 bool allOk (true); in iterate() local 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()
|
/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()
|