/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 | 2519 bool allOk = true; in checkShaderResourceUsage() local 2523 allOk &= checkLimit(restrictions[ndx].pname, restrictions[ndx].usage, gl, log); in checkShaderResourceUsage() 2525 return allOk; in checkShaderResourceUsage() 2548 bool allOk = true; in checkShaderResourceUsage() local 2552 allOk &= checkLimit(restrictions[ndx].pname, restrictions[ndx].usage, gl, log); in checkShaderResourceUsage() 2554 return allOk; in checkShaderResourceUsage() 2575 bool allOk = true; in checkShaderResourceUsage() local 2579 allOk &= checkLimit(restrictions[ndx].pname, restrictions[ndx].usage, gl, log); in checkShaderResourceUsage() 2581 return allOk; in checkShaderResourceUsage() 2606 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()
|
D | es31fSSBOLayoutCase.cpp | 1785 bool allOk = true; in compareData() local 1807 allOk = compareBufferVarData(log, refEntry, refBlockPtr, resEntry, resBlockPtr) && allOk; in compareData() 1813 return allOk; in compareData() 2581 bool allOk = true; in checkIndexQueries() local 2593 allOk = false; in checkIndexQueries() 2599 return allOk; in checkIndexQueries()
|
D | es31fTessellationGeometryInteractionTests.cpp | 1784 bool allOk = true; in checkExtensions() local 1800 allOk = false; in checkExtensions() 1802 if (!allOk) in checkExtensions()
|
/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 | 320 bool allOk = true; in iterate() local 331 allOk = false; in iterate() 334 m_testCtx.setTestResult(allOk ? QP_TEST_RESULT_PASS : QP_TEST_RESULT_FAIL, in iterate() 335 allOk ? "Pass" : "Image comparison failed"); in iterate()
|
D | es3fFlushFinishTests.cpp | 473 bool allOk = true; in analyzeResults() local 521 allOk = false; in analyzeResults() 525 m_testCtx.setTestResult(allOk ? QP_TEST_RESULT_PASS : QP_TEST_RESULT_FAIL, in analyzeResults() 526 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_FAIL, in analyzeResults() 417 allOk ? "Pass" : "Suspicious performance behavior"); in analyzeResults()
|
/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()
|
/external/deqp/external/vulkancts/modules/vulkan/ssbo/ |
D | vktSSBOLayoutCase.cpp | 1563 bool allOk = true; in compareData() local 1585 allOk = compareBufferVarData(log, refEntry, refBlockPtr, resEntry, resBlockPtr) && allOk; in compareData() 1591 return allOk; in compareData()
|
/external/deqp/modules/glshared/ |
D | glsUniformBlockCase.cpp | 1870 bool allOk = true; in checkIndexQueries() local 1882 allOk = false; in checkIndexQueries() 1888 return allOk; in checkIndexQueries()
|
/external/deqp/external/vulkancts/modules/vulkan/api/ |
D | vktApiFeatureInfo.cpp | 1419 bool allOk = true; in formatProperties() local 1447 allOk = false; in formatProperties() 1451 if (allOk) in formatProperties()
|
/external/sqlite/dist/ |
D | sqlite3.c | 103052 int allOk = sqlite3VdbeMakeLabel(v); 103053 sqlite3ExprIfTrue(pParse, pCheck->a[i].pExpr, allOk, SQLITE_JUMPIFNULL); 103064 sqlite3VdbeResolveLabel(v, allOk);
|
/external/sqlite/dist/orig/ |
D | sqlite3.c | 103034 int allOk = sqlite3VdbeMakeLabel(v); 103035 sqlite3ExprIfTrue(pParse, pCheck->a[i].pExpr, allOk, SQLITE_JUMPIFNULL); 103046 sqlite3VdbeResolveLabel(v, allOk);
|