/external/deqp/framework/qphelper/ |
D | qpXmlWriter.c | 59 case 0: isEOS = DE_TRUE; break; in writeEscaped() 121 return DE_TRUE; in writeEscaped() 153 return DE_TRUE; in closePending() 164 writer->xmlIsWriting = DE_TRUE; in qpXmlWriter_startDocument() 168 return DE_TRUE; in qpXmlWriter_startDocument() 185 return DE_TRUE; in qpXmlWriter_endDocument() 236 writer->xmlPrevIsStartElement = DE_TRUE; in qpXmlWriter_startElement() 237 return DE_TRUE; in qpXmlWriter_startElement() 253 return DE_TRUE; in qpXmlWriter_endElement() 269 deBool writeIndent = DE_TRUE; in qpXmlWriter_writeBase64() [all …]
|
D | qpTestLog.c | 102 return DE_TRUE; in ContainerStack_push() 313 return DE_TRUE; in endSession() 378 return DE_TRUE; in qpTestLog_beginSession() 392 log->isSessionOpen = DE_TRUE; in qpTestLog_beginSession() 394 return DE_TRUE; in qpTestLog_beginSession() 445 log->isCaseOpen = DE_TRUE; in qpTestLog_startCase() 461 return DE_TRUE; in qpTestLog_startCase() 504 return DE_TRUE; in qpTestLog_endCase() 516 log->isCaseOpen = DE_TRUE; in qpTestLog_startTestsCasesTime() 527 return DE_TRUE; in qpTestLog_startTestsCasesTime() [all …]
|
/external/deqp/framework/delibs/deutil/ |
D | deProcess.c | 368 return DE_TRUE; in deProcess_start() 378 return DE_TRUE; /* No status available. */ in deProcess_isRunning() 387 return DE_TRUE; in deProcess_isRunning() 422 return DE_TRUE; in deProcess_waitForFinish() 434 return DE_TRUE; in deProcess_sendSignal() 473 return DE_TRUE; in deProcess_closeStdIn() 485 return DE_TRUE; in deProcess_closeStdOut() 497 return DE_TRUE; in deProcess_closeStdErr() 730 return DE_TRUE; in deProcess_start() 747 return DE_TRUE; in deProcess_isRunning() [all …]
|
D | deSocket.c | 92 return DE_TRUE; in deSocketAddress_setFamily() 109 return DE_TRUE; in deSocketAddress_setPort() 138 return DE_TRUE; in deSocketAddress_setType() 149 return DE_TRUE; in deSocketAddress_setProtocol() 172 return DE_TRUE; in initWinsock() 332 return DE_TRUE; in deSocketAddressToBsdAddress() 350 return DE_TRUE; in deSocketAddressToBsdAddress() 367 return DE_TRUE; in deSocketAddressToBsdAddress() 493 return DE_TRUE; in deSocket_setFlags() 539 return DE_TRUE; in deSocket_listen() [all …]
|
D | deTimer.c | 96 return DE_TRUE; in deTimer_scheduleSingle() 116 return DE_TRUE; in deTimer_scheduleInterval() 232 timer->isActive = DE_TRUE; in deTimer_scheduleSingle() 233 return DE_TRUE; in deTimer_scheduleSingle() 253 timer->isActive = DE_TRUE; in deTimer_scheduleInterval() 254 return DE_TRUE; in deTimer_scheduleInterval() 315 deBool destroy = DE_TRUE; in timerThread()
|
/external/deqp/external/vulkancts/modules/vulkan/image/ |
D | vktImageAstcDecodeModeTests.cpp | 506 { VK_FORMAT_ASTC_4x4_UNORM_BLOCK, "4x4_unorm", DE_TRUE }, in createImageAstcDecodeModeTests() 508 { VK_FORMAT_ASTC_5x4_UNORM_BLOCK, "5x4_unorm", DE_TRUE }, in createImageAstcDecodeModeTests() 510 { VK_FORMAT_ASTC_5x5_UNORM_BLOCK, "5x5_unorm", DE_TRUE }, in createImageAstcDecodeModeTests() 512 { VK_FORMAT_ASTC_6x5_UNORM_BLOCK, "6x5_unorm", DE_TRUE }, in createImageAstcDecodeModeTests() 514 { VK_FORMAT_ASTC_6x6_UNORM_BLOCK, "6x6_unorm", DE_TRUE }, in createImageAstcDecodeModeTests() 516 { VK_FORMAT_ASTC_8x5_UNORM_BLOCK, "8x5_unorm", DE_TRUE }, in createImageAstcDecodeModeTests() 518 { VK_FORMAT_ASTC_8x6_UNORM_BLOCK, "8x6_unorm", DE_TRUE }, in createImageAstcDecodeModeTests() 520 { VK_FORMAT_ASTC_8x8_UNORM_BLOCK, "8x8_unorm", DE_TRUE }, in createImageAstcDecodeModeTests() 522 { VK_FORMAT_ASTC_10x5_UNORM_BLOCK, "10x5_unorm", DE_TRUE }, in createImageAstcDecodeModeTests() 524 { VK_FORMAT_ASTC_10x6_UNORM_BLOCK, "10x6_unorm", DE_TRUE }, in createImageAstcDecodeModeTests() [all …]
|
/external/deqp/external/vulkancts/modules/vulkan/synchronization/ |
D | vktSynchronizationBasicFenceTests.cpp | 89 if (VK_SUCCESS != vk.waitForFences(device, 1u, &fence.get(), DE_TRUE, LONG_FENCE_WAIT)) in basicOneFenceCase() 172 if (VK_TIMEOUT != vk.waitForFences(device, 2u, &fence[FIRST_FENCE], DE_TRUE, SHORT_FENCE_WAIT)) in basicMultiFenceCase() 177 if (VK_SUCCESS != vk.waitForFences(device, 2u, &fence[FIRST_FENCE], DE_TRUE, LONG_FENCE_WAIT)) in basicMultiFenceCase() 200 if (VK_SUCCESS != vk.waitForFences(device, 1u, &fence.get(), DE_TRUE, LONG_FENCE_WAIT)) in emptySubmitCase() 268 if (VK_TIMEOUT != vk.waitForFences(device, 2u, &fence[FIRST_FENCE], DE_TRUE, SHORT_FENCE_WAIT)) in basicMultiFenceWaitAllFalseCase() 276 if (VK_TIMEOUT != vk.waitForFences(device, 2u, &fence[FIRST_FENCE], DE_TRUE, SHORT_FENCE_WAIT)) in basicMultiFenceWaitAllFalseCase() 284 if (VK_SUCCESS != vk.waitForFences(device, 2u, &fence[FIRST_FENCE], DE_TRUE, LONG_FENCE_WAIT)) in basicMultiFenceWaitAllFalseCase()
|
D | vktSynchronizationBasicSemaphoreTests.cpp | 115 if (VK_SUCCESS != vk.waitForFences(device, 1u, &fence.get(), DE_TRUE, FENCE_WAIT)) in basicOneQueueCase() 201 …hronizationWrapperPtr synchronizationWrapper = getSynchronizationWrapper(config.type, vk, DE_TRUE); in basicChainTimelineCase() 210 DE_TRUE in basicChainTimelineCase() 221 …hronizationWrapperPtr synchronizationWrapper = getSynchronizationWrapper(config.type, vk, DE_TRUE); in basicChainTimelineCase() 229 DE_TRUE in basicChainTimelineCase() 400 …aphoreFeatures { VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_TIMELINE_SEMAPHORE_FEATURES, DE_NULL, DE_TRUE }; in basicMultiQueueCase() 401 …on2Features { VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SYNCHRONIZATION_2_FEATURES_KHR, DE_NULL, DE_TRUE }; in basicMultiQueueCase() 494 if (VK_SUCCESS != vk.waitForFences(*logicalDevice, 1u, &fence[FIRST].get(), DE_TRUE, FENCE_WAIT)) in basicMultiQueueCase() 497 if (VK_SUCCESS != vk.waitForFences(*logicalDevice, 1u, &fence[SECOND].get(), DE_TRUE, FENCE_WAIT)) in basicMultiQueueCase() 541 if (VK_SUCCESS != vk.waitForFences(*logicalDevice, 1u, &fence[FIRST].get(), DE_TRUE, FENCE_WAIT)) in basicMultiQueueCase() [all …]
|
D | vktSynchronizationTimelineSemaphoreTests.cpp | 118 SynchronizationWrapperPtr synchronizationWrapper = getSynchronizationWrapper(type, vk, DE_TRUE); in deviceSignal() 127 DE_TRUE in deviceSignal() 308 …SynchronizationWrapperPtr synchronizationWrapper = getSynchronizationWrapper(m_type, vk, DE_TRUE); in iterate() 317 DE_TRUE, in iterate() 318 DE_TRUE in iterate() 664 SynchronizationWrapperPtr synchronizationWrapper = getSynchronizationWrapper(type, vk, DE_TRUE); in initialValueCase() 673 DE_TRUE, in initialValueCase() 936 …erPtr synchronizationWrapper = getSynchronizationWrapper(m_type, vk, DE_TRUE, (deUint32)m_iter… in iterate() 956 wIdx == 0 ? DE_FALSE : DE_TRUE, in iterate() 957 DE_TRUE in iterate() [all …]
|
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/ |
D | vktSpvAsmFloatControlsTests.cpp | 2151 …o_nostorage", B_DENORM_FLUSH, operation, V_DENORM, V_ONE, binaryCase.opVarResult, DE_TRUE)); in build() 2152 …torage", B_DENORM_FLUSH, operation, V_DENORM, V_DENORM, binaryCase.opDenormResult, DE_TRUE)); in build() 2153 …, B_DENORM_FLUSH | B_ZIN_PRESERVE, operation, V_DENORM, V_INF, binaryCase.opInfResult, DE_TRUE)); in build() 2154 …, B_DENORM_FLUSH | B_ZIN_PRESERVE, operation, V_DENORM, V_NAN, binaryCase.opNanResult, DE_TRUE)); in build() 2165 …ush_to_zero_nostorage", B_DENORM_FLUSH, operation, V_DENORM, V_UNUSED, unaryCase.result, DE_TRUE)); in build() 2181 …ostorage", B_DENORM_PRESERVE, operation, V_DENORM, V_ONE, binaryCase.opVarResult, DE_TRUE)); in build() 2182 …rage", B_DENORM_PRESERVE, operation, V_DENORM, V_DENORM, binaryCase.opDenormResult, DE_TRUE)); in build() 2183 …B_DENORM_PRESERVE | B_ZIN_PRESERVE, operation, V_DENORM, V_INF, binaryCase.opInfResult, DE_TRUE)); in build() 2184 …B_DENORM_PRESERVE | B_ZIN_PRESERVE, operation, V_DENORM, V_NAN, binaryCase.opNanResult, DE_TRUE)); in build() 2195 …preserve_nostorage", B_DENORM_PRESERVE, operation, V_DENORM, V_UNUSED, unaryCase.result, DE_TRUE)); in build() [all …]
|
D | vktSpvAsmCompositeInsertTests.cpp | 279 vulkanFeatures.coreFeatures.vertexPipelineStoresAndAtomics = DE_TRUE; in addGraphicsVectorCompositeInsertTests() 294 vulkanFeatures.coreFeatures.fragmentStoresAndAtomics = DE_TRUE; in addGraphicsVectorCompositeInsertTests() 438 vulkanFeatures.coreFeatures.vertexPipelineStoresAndAtomics = DE_TRUE; in addGraphicsMatrixCompositeInsertTests() 453 vulkanFeatures.coreFeatures.fragmentStoresAndAtomics = DE_TRUE; in addGraphicsMatrixCompositeInsertTests() 584 vulkanFeatures.coreFeatures.vertexPipelineStoresAndAtomics = DE_TRUE; in addGraphicsNestedStructCompositeInsertTests() 599 vulkanFeatures.coreFeatures.fragmentStoresAndAtomics = DE_TRUE; in addGraphicsNestedStructCompositeInsertTests()
|
/external/deqp/framework/delibs/depool/ |
D | deMemPool.c | 248 pool->allowFailing = DE_TRUE; in deMemPool_createRoot() 253 pool->enableDebugAllocs = DE_TRUE; in deMemPool_createRoot() 310 …MemoryAllocated = deMax32(root->maxMemoryAllocated, deMemPool_getNumAllocatedBytes(root, DE_TRUE)); in deMemPool_destroy() 311 root->maxMemoryCapacity = deMax32(root->maxMemoryCapacity, deMemPool_getCapacity(root, DE_TRUE)); in deMemPool_destroy() 402 numAllocatedBytes += deMemPool_getNumAllocatedBytes(child, DE_TRUE); in deMemPool_getNumAllocatedBytes() 420 numCapacityBytes += deMemPool_getCapacity(child, DE_TRUE); in deMemPool_getCapacity() 586 return deMax32(pool->maxMemoryAllocated, deMemPool_getNumAllocatedBytes(pool, DE_TRUE)); in deMemPool_getMaxNumAllocatedBytes() 592 return deMax32(pool->maxMemoryCapacity, deMemPool_getCapacity(pool, DE_TRUE)); in deMemPool_getMaxCapacity()
|
D | dePoolSet.h | 182 return DE_TRUE; \ 302 return DE_TRUE; \ 319 return DE_TRUE; \ 370 return DE_TRUE; \ 457 return DE_TRUE; \ 500 return DE_TRUE; \ 517 return DE_TRUE; \ 535 return DE_TRUE; \ 559 return DE_TRUE; \
|
D | dePoolArray.h | 132 return DE_TRUE; \ 141 return DE_TRUE; \ 175 return DE_TRUE; \ 200 return DE_TRUE; \
|
D | dePoolMultiSet.h | 162 return DE_TRUE; \ 223 return DE_TRUE; \ 241 return DE_TRUE; \ 286 return DE_TRUE; \
|
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineCreationFeedbackTests.cpp | 887 cachedPipelineWarning = DE_TRUE; in verifyTestResult() 893 durationZeroWarning = DE_TRUE; in verifyTestResult() 927 cachedPipelineWarning = DE_TRUE; in verifyTestResult() 1220 cachedPipelineWarning = DE_TRUE; in verifyTestResult() 1226 durationZeroWarning = DE_TRUE; in verifyTestResult() 1266 cachedPipelineWarning = DE_TRUE; in verifyTestResult() 1325 CacheTestParam(testParamShaders0, DE_LENGTH_OF_ARRAY(testParamShaders0), DE_TRUE, DE_FALSE), in createCreationFeedbackTests() 1326 CacheTestParam(testParamShaders1, DE_LENGTH_OF_ARRAY(testParamShaders1), DE_TRUE, DE_FALSE), in createCreationFeedbackTests() 1327 CacheTestParam(testParamShaders2, DE_LENGTH_OF_ARRAY(testParamShaders2), DE_TRUE, DE_FALSE), in createCreationFeedbackTests() 1328 CacheTestParam(testParamShaders0, DE_LENGTH_OF_ARRAY(testParamShaders0), DE_FALSE, DE_TRUE), in createCreationFeedbackTests() [all …]
|
D | vktPipelineExecutablePropertiesTests.cpp | 1516 …ExecutablePropertiesTestParam(testParamShaders0, DE_LENGTH_OF_ARRAY(testParamShaders0), DE_TRUE, D… in createExecutablePropertiesTests() 1517 …ExecutablePropertiesTestParam(testParamShaders1, DE_LENGTH_OF_ARRAY(testParamShaders1), DE_TRUE, D… in createExecutablePropertiesTests() 1518 …ExecutablePropertiesTestParam(testParamShaders2, DE_LENGTH_OF_ARRAY(testParamShaders2), DE_TRUE, D… in createExecutablePropertiesTests() 1519 …lePropertiesTestParam(testParamShaders0, DE_LENGTH_OF_ARRAY(testParamShaders0), DE_FALSE, DE_TRUE), in createExecutablePropertiesTests() 1520 …lePropertiesTestParam(testParamShaders1, DE_LENGTH_OF_ARRAY(testParamShaders1), DE_FALSE, DE_TRUE), in createExecutablePropertiesTests() 1521 …lePropertiesTestParam(testParamShaders2, DE_LENGTH_OF_ARRAY(testParamShaders2), DE_FALSE, DE_TRUE), in createExecutablePropertiesTests() 1522 …blePropertiesTestParam(testParamShaders0, DE_LENGTH_OF_ARRAY(testParamShaders0), DE_TRUE, DE_TRUE), in createExecutablePropertiesTests() 1523 …blePropertiesTestParam(testParamShaders1, DE_LENGTH_OF_ARRAY(testParamShaders1), DE_TRUE, DE_TRUE), in createExecutablePropertiesTests() 1524 …blePropertiesTestParam(testParamShaders2, DE_LENGTH_OF_ARRAY(testParamShaders2), DE_TRUE, DE_TRUE), in createExecutablePropertiesTests() 1544 …ExecutablePropertiesTestParam(testParamShaders0, DE_LENGTH_OF_ARRAY(testParamShaders0), DE_TRUE, D… in createExecutablePropertiesTests() [all …]
|
/external/deqp/framework/xexml/ |
D | xeDefs.hpp | 50 #define XE_CHECK(X) do { if ((!deGetFalse() && (X)) ? DE_FALSE : DE_TRUE) throw xe::Error(NULL, … 51 #define XE_CHECK_MSG(X, MSG) do { if ((!deGetFalse() && (X)) ? DE_FALSE : DE_TRUE) throw xe::Error(…
|
/external/deqp/framework/delibs/debase/ |
D | deDefs.h | 200 #define DE_TRUE 1 /*!< True value for deBool. */ macro 280 DE_INLINE deBool deGetTrue (void) { return DE_TRUE; } in deGetTrue() 284 # define DE_ASSERT(X) do { if ((!deGetFalse() && (X)) ? DE_FALSE : DE_TRUE) deAssertFail(#X, __FILE… 291 # define DE_VERIFY(X) do { if ((!deGetFalse() && (X)) ? DE_FALSE : DE_TRUE) deAssertFail(#X, __FILE… 304 #define DE_TEST_ASSERT(X) do { if ((!deGetFalse() && (X)) ? DE_FALSE : DE_TRUE) deAssertFail(#X, __…
|
/external/deqp/execserver/ |
D | xsDefs.hpp | 86 #define XS_CHECK(X) do { if ((!deGetFalse() && (X)) ? DE_FALSE : DE_TRUE) throw xs::Error(NULL, … 87 #define XS_CHECK_MSG(X, MSG) do { if ((!deGetFalse() && (X)) ? DE_FALSE : DE_TRUE) throw xs::Error(…
|
/external/deqp/framework/delibs/decpp/ |
D | deMemPool.hpp | 48 …ool recurse) const { return deMemPool_getNumAllocatedBytes(m_pool, recurse ? DE_TRUE : DE_FALSE); } in getNumAllocatedBytes() 49 …y (bool recurse) const { return deMemPool_getCapacity(m_pool, recurse ? DE_TRUE : DE_FALSE); } in getCapacity()
|
/external/deqp/framework/platform/android/ |
D | tcuTestLogParserJNI.cpp | 226 m_inTestCase = DE_TRUE; in parse() 237 m_loggedResult = DE_TRUE; in parse() 275 m_loggedResult = DE_TRUE; in parse() 296 m_loggedResult = DE_TRUE; in parse()
|
/external/deqp/modules/egl/ |
D | teglConfigList.cpp | 103 info.bindToTextureRGB = val == EGL_TRUE ? DE_TRUE : DE_FALSE; in iterate() 106 info.bindToTextureRGBA = val == EGL_TRUE ? DE_TRUE : DE_FALSE; in iterate() 145 info.nativeRenderable = val == EGL_TRUE ? DE_TRUE : DE_FALSE; in iterate()
|
/external/deqp/external/vulkancts/modules/vulkan/subgroups/ |
D | vktSubgroupsBallotBroadcastTests.cpp | 457 caseDef.extShaderSubGroupBallotTests = DE_TRUE; in createSubgroupsBallotBroadcastTests() 465 caseDef.subgroupSizeControl = DE_TRUE; in createSubgroupsBallotBroadcastTests() 468 caseDef.extShaderSubGroupBallotTests = DE_TRUE; in createSubgroupsBallotBroadcastTests() 477 caseDef.extShaderSubGroupBallotTests = DE_TRUE; in createSubgroupsBallotBroadcastTests() 488 caseDef.extShaderSubGroupBallotTests = DE_TRUE; in createSubgroupsBallotBroadcastTests()
|
D | vktSubgroupsBallotTests.cpp | 1115 caseDef.extShaderSubGroupBallotTests = DE_TRUE; in createSubgroupsBallotTests() 1118 caseDef.requiredSubgroupSize = DE_TRUE; in createSubgroupsBallotTests() 1121 caseDef.extShaderSubGroupBallotTests = DE_TRUE; in createSubgroupsBallotTests() 1128 caseDef.extShaderSubGroupBallotTests = DE_TRUE; in createSubgroupsBallotTests() 1137 caseDef.extShaderSubGroupBallotTests = DE_TRUE; in createSubgroupsBallotTests()
|