Home
last modified time | relevance | path

Searched refs:DE_TRUE (Results 1 – 25 of 76) sorted by relevance

1234

/external/deqp/framework/qphelper/
DqpXmlWriter.c59 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 …]
DqpTestLog.c102 return DE_TRUE; in ContainerStack_push()
305 log->isSessionOpen = DE_TRUE; in beginSession()
307 return DE_TRUE; in beginSession()
323 return DE_TRUE; in endSession()
427 log->isCaseOpen = DE_TRUE; in qpTestLog_startCase()
443 return DE_TRUE; in qpTestLog_startCase()
486 return DE_TRUE; in qpTestLog_endCase()
498 log->isCaseOpen = DE_TRUE; in qpTestLog_startTestsCasesTime()
509 return DE_TRUE; in qpTestLog_startTestsCasesTime()
534 return DE_TRUE; in qpTestLog_endTestsCasesTime()
[all …]
/external/deqp/framework/delibs/deutil/
DdeProcess.c368 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 …]
DdeSocket.c92 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 …]
DdeTimer.c96 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/framework/delibs/depool/
DdeMemPool.c248 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()
DdePoolSet.h182 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; \
DdePoolArray.h132 return DE_TRUE; \
141 return DE_TRUE; \
175 return DE_TRUE; \
200 return DE_TRUE; \
DdePoolMultiSet.h162 return DE_TRUE; \
223 return DE_TRUE; \
241 return DE_TRUE; \
286 return DE_TRUE; \
DdePoolArray.c131 return DE_TRUE; in dePoolArray_reserve()
147 return DE_TRUE; in dePoolArray_setSize()
DdePoolHashArray.h147 return DE_TRUE; \
166 return DE_TRUE; \
/external/deqp/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationBasicFenceTests.cpp89 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()
272 if (VK_SUCCESS != vk.waitForFences(device, 2u, &fence[FIRST_FENCE], DE_TRUE, LONG_FENCE_WAIT)) in basicMultiFenceWaitAllFalseCase()
DvktSynchronizationBasicSemaphoreTests.cpp95 if (VK_SUCCESS != vk.waitForFences(device, 1u, &fence.get(), DE_TRUE, FENCE_WAIT)) in basicOneQueueCase()
288 if (VK_SUCCESS != vk.waitForFences(*logicalDevice, 1u, &fence[FIRST].get(), DE_TRUE, FENCE_WAIT)) in basicMultiQueueCase()
291 if (VK_SUCCESS != vk.waitForFences(*logicalDevice, 1u, &fence[SECOND].get(), DE_TRUE, FENCE_WAIT)) in basicMultiQueueCase()
308 if (VK_SUCCESS != vk.waitForFences(*logicalDevice, 1u, &fence[FIRST].get(), DE_TRUE, FENCE_WAIT)) in basicMultiQueueCase()
311 if (VK_SUCCESS != vk.waitForFences(*logicalDevice, 1u, &fence[SECOND].get(), DE_TRUE, FENCE_WAIT)) in basicMultiQueueCase()
DvktSynchronizationBasicEventTests.cpp159 if (VK_TIMEOUT != vk.waitForFences(device, 1u, &fence.get(), DE_TRUE, SHORT_FENCE_WAIT)) in deviceWaitForEventCase()
165 if (VK_SUCCESS != vk.waitForFences(device, 1u, &fence.get(), DE_TRUE, LONG_FENCE_WAIT)) in deviceWaitForEventCase()
205 if (VK_SUCCESS != vk.waitForFences(device, 1u, &fence.get(), DE_TRUE, LONG_FENCE_WAIT)) in singleSubmissionCase()
265 if (VK_SUCCESS != vk.waitForFences(device, 2u, fence, DE_TRUE, LONG_FENCE_WAIT)) in multiSubmissionCase()
337 if (VK_SUCCESS != vk.waitForFences(device, 1u, &fence.get(), DE_TRUE, LONG_FENCE_WAIT)) in secondaryCommandBufferCase()
/external/deqp/framework/delibs/debase/
DdeDefs.h200 #define DE_TRUE 1 /*!< True value for deBool. */ macro
277 DE_INLINE deBool deGetTrue (void) { return DE_TRUE; } in deGetTrue()
281 # define DE_ASSERT(X) do { if ((!deGetFalse() && (X)) ? DE_FALSE : DE_TRUE) deAssertFail(#X, __FILE…
288 # define DE_VERIFY(X) do { if ((!deGetFalse() && (X)) ? DE_FALSE : DE_TRUE) deAssertFail(#X, __FILE…
301 #define DE_TEST_ASSERT(X) do { if ((!deGetFalse() && (X)) ? DE_FALSE : DE_TRUE) deAssertFail(#X, __…
/external/deqp/executor/
DxeDefs.hpp50 #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/execserver/
DxsDefs.hpp86 #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/
DdeMemPool.hpp48 …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()
DdeDefs.hpp90 #define DE_CHECK_RUNTIME_ERR(X) do { if ((!deGetFalse() && (X)) ? DE_FALSE : DE_TRUE) ::de::thro…
100 #define DE_CHECK_RUNTIME_ERR_MSG(X, MSG) do { if ((!deGetFalse() && (X)) ? DE_FALSE : DE_TRUE) ::de…
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmPointerParameterTests.cpp762 requiredFeatures.coreFeatures.vertexPipelineStoresAndAtomics = DE_TRUE; in addGraphicsPointerParamToParamTest()
857 requiredFeatures.coreFeatures.vertexPipelineStoresAndAtomics = DE_TRUE; in addGraphicsPointerParamToGlobalTest()
971 requiredFeatures.coreFeatures.vertexPipelineStoresAndAtomics = DE_TRUE; in addGraphicsPointerBufferMemoryTest()
1081 requiredFeatures.coreFeatures.vertexPipelineStoresAndAtomics = DE_TRUE; in addGraphicsPointerBufferMemoryVariablePointersTest()
DvktSpvAsmCompositeInsertTests.cpp257 vulkanFeatures.coreFeatures.vertexPipelineStoresAndAtomics = DE_TRUE; in addGraphicsVectorCompositeInsertTests()
272 vulkanFeatures.coreFeatures.fragmentStoresAndAtomics = DE_TRUE; in addGraphicsVectorCompositeInsertTests()
414 vulkanFeatures.coreFeatures.vertexPipelineStoresAndAtomics = DE_TRUE; in addGraphicsMatrixCompositeInsertTests()
429 vulkanFeatures.coreFeatures.fragmentStoresAndAtomics = DE_TRUE; in addGraphicsMatrixCompositeInsertTests()
556 vulkanFeatures.coreFeatures.vertexPipelineStoresAndAtomics = DE_TRUE; in addGraphicsNestedStructCompositeInsertTests()
571 vulkanFeatures.coreFeatures.fragmentStoresAndAtomics = DE_TRUE; in addGraphicsNestedStructCompositeInsertTests()
/external/deqp/framework/platform/android/
DtcuTestLogParserJNI.cpp226 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/
DteglConfigList.cpp103 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/framework/common/
DtcuTextureUtil.cpp448 …Mask = BVec4(deInRange32(map[0], TextureSwizzle::CHANNEL_0, TextureSwizzle::CHANNEL_3) == DE_TRUE, in getTextureFormatInfo()
449 deInRange32(map[1], TextureSwizzle::CHANNEL_0, TextureSwizzle::CHANNEL_3) == DE_TRUE, in getTextureFormatInfo()
450 deInRange32(map[2], TextureSwizzle::CHANNEL_0, TextureSwizzle::CHANNEL_3) == DE_TRUE, in getTextureFormatInfo()
451 deInRange32(map[3], TextureSwizzle::CHANNEL_0, TextureSwizzle::CHANNEL_3) == DE_TRUE); in getTextureFormatInfo()
575 …Mask = BVec4(deInRange32(map[0], TextureSwizzle::CHANNEL_0, TextureSwizzle::CHANNEL_3) == DE_TRUE, in getTextureFormatBitDepth()
576 deInRange32(map[1], TextureSwizzle::CHANNEL_0, TextureSwizzle::CHANNEL_3) == DE_TRUE, in getTextureFormatBitDepth()
577 deInRange32(map[2], TextureSwizzle::CHANNEL_0, TextureSwizzle::CHANNEL_3) == DE_TRUE, in getTextureFormatBitDepth()
578 deInRange32(map[3], TextureSwizzle::CHANNEL_0, TextureSwizzle::CHANNEL_3) == DE_TRUE); in getTextureFormatBitDepth()
646 …Mask = BVec4(deInRange32(map[0], TextureSwizzle::CHANNEL_0, TextureSwizzle::CHANNEL_3) == DE_TRUE, in getTextureFormatMantissaBitDepth()
647 deInRange32(map[1], TextureSwizzle::CHANNEL_0, TextureSwizzle::CHANNEL_3) == DE_TRUE, in getTextureFormatMantissaBitDepth()
[all …]
/external/deqp/framework/delibs/dethread/win32/
DdeThreadWin32.c100 return DE_TRUE; in deThread_join()
191 return DE_TRUE; in getProcessorInfo()

1234