Home
last modified time | relevance | path

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

123456789

/third_party/vk-gl-cts/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()
315 return DE_TRUE; in endSession()
381 return DE_TRUE; in qpTestLog_beginSession()
395 log->isSessionOpen = DE_TRUE; in qpTestLog_beginSession()
397 return DE_TRUE; in qpTestLog_beginSession()
448 log->isCaseOpen = DE_TRUE; in qpTestLog_startCase()
464 return DE_TRUE; in qpTestLog_startCase()
507 return DE_TRUE; in qpTestLog_endCase()
519 log->isCaseOpen = DE_TRUE; in qpTestLog_startTestsCasesTime()
530 return DE_TRUE; in qpTestLog_startTestsCasesTime()
[all …]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/
DvktImageAstcDecodeModeTests.cpp486 { VK_FORMAT_ASTC_4x4_UNORM_BLOCK, "4x4_unorm", DE_TRUE }, in createImageAstcDecodeModeTests()
488 { VK_FORMAT_ASTC_5x4_UNORM_BLOCK, "5x4_unorm", DE_TRUE }, in createImageAstcDecodeModeTests()
490 { VK_FORMAT_ASTC_5x5_UNORM_BLOCK, "5x5_unorm", DE_TRUE }, in createImageAstcDecodeModeTests()
492 { VK_FORMAT_ASTC_6x5_UNORM_BLOCK, "6x5_unorm", DE_TRUE }, in createImageAstcDecodeModeTests()
494 { VK_FORMAT_ASTC_6x6_UNORM_BLOCK, "6x6_unorm", DE_TRUE }, in createImageAstcDecodeModeTests()
496 { VK_FORMAT_ASTC_8x5_UNORM_BLOCK, "8x5_unorm", DE_TRUE }, in createImageAstcDecodeModeTests()
498 { VK_FORMAT_ASTC_8x6_UNORM_BLOCK, "8x6_unorm", DE_TRUE }, in createImageAstcDecodeModeTests()
500 { VK_FORMAT_ASTC_8x8_UNORM_BLOCK, "8x8_unorm", DE_TRUE }, in createImageAstcDecodeModeTests()
502 { VK_FORMAT_ASTC_10x5_UNORM_BLOCK, "10x5_unorm", DE_TRUE }, in createImageAstcDecodeModeTests()
504 { VK_FORMAT_ASTC_10x6_UNORM_BLOCK, "10x6_unorm", DE_TRUE }, in createImageAstcDecodeModeTests()
[all …]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/
DvktImageAstcDecodeModeTests.cpp486 { VK_FORMAT_ASTC_4x4_UNORM_BLOCK, "4x4_unorm", DE_TRUE }, in createImageAstcDecodeModeTests()
488 { VK_FORMAT_ASTC_5x4_UNORM_BLOCK, "5x4_unorm", DE_TRUE }, in createImageAstcDecodeModeTests()
490 { VK_FORMAT_ASTC_5x5_UNORM_BLOCK, "5x5_unorm", DE_TRUE }, in createImageAstcDecodeModeTests()
492 { VK_FORMAT_ASTC_6x5_UNORM_BLOCK, "6x5_unorm", DE_TRUE }, in createImageAstcDecodeModeTests()
494 { VK_FORMAT_ASTC_6x6_UNORM_BLOCK, "6x6_unorm", DE_TRUE }, in createImageAstcDecodeModeTests()
496 { VK_FORMAT_ASTC_8x5_UNORM_BLOCK, "8x5_unorm", DE_TRUE }, in createImageAstcDecodeModeTests()
498 { VK_FORMAT_ASTC_8x6_UNORM_BLOCK, "8x6_unorm", DE_TRUE }, in createImageAstcDecodeModeTests()
500 { VK_FORMAT_ASTC_8x8_UNORM_BLOCK, "8x8_unorm", DE_TRUE }, in createImageAstcDecodeModeTests()
502 { VK_FORMAT_ASTC_10x5_UNORM_BLOCK, "10x5_unorm", DE_TRUE }, in createImageAstcDecodeModeTests()
504 { VK_FORMAT_ASTC_10x6_UNORM_BLOCK, "10x6_unorm", DE_TRUE }, in createImageAstcDecodeModeTests()
[all …]
/third_party/vk-gl-cts/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()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/
DvktSpvAsmFloatControlsTests.cpp2151 …o_nostorage", B_DENORM_FLUSH, operation, V_DENORM, V_ONE, binaryCase.opVarResult, DE_TRUE)); in build()
2152 …orage", 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 …]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmFloatControlsTests.cpp2151 …o_nostorage", B_DENORM_FLUSH, operation, V_DENORM, V_ONE, binaryCase.opVarResult, DE_TRUE)); in build()
2152 …orage", 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 …]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
DvktPipelineCreationFeedbackTests.cpp757 cachedPipelineWarning = DE_TRUE; in verifyTestResult()
770 durationZeroWarning = DE_TRUE; in verifyTestResult()
826 cachedPipelineWarning = DE_TRUE; in verifyTestResult()
1140 cachedPipelineWarning = DE_TRUE; in verifyTestResult()
1146 durationZeroWarning = DE_TRUE; in verifyTestResult()
1186 cachedPipelineWarning = DE_TRUE; in verifyTestResult()
1231 { pipelineConstructionType, vertFragStages, DE_TRUE, DE_FALSE }, in createCreationFeedbackTests()
1232 { pipelineConstructionType, vertFragStages, DE_TRUE, DE_FALSE, DE_TRUE }, in createCreationFeedbackTests()
1233 { pipelineConstructionType, vertGeomFragStages, DE_TRUE, DE_FALSE }, in createCreationFeedbackTests()
1234 { pipelineConstructionType, vertTessFragStages, DE_TRUE, DE_FALSE }, in createCreationFeedbackTests()
[all …]
DvktPipelineExecutablePropertiesTests.cpp1288 { pipelineConstructionType, vertFragStages, DE_TRUE, DE_FALSE }, in createExecutablePropertiesTests()
1289 { pipelineConstructionType, vertGeomFragStages, DE_TRUE, DE_FALSE }, in createExecutablePropertiesTests()
1290 { pipelineConstructionType, vertTessFragStages, DE_TRUE, DE_FALSE }, in createExecutablePropertiesTests()
1291 { pipelineConstructionType, vertFragStages, DE_FALSE, DE_TRUE }, in createExecutablePropertiesTests()
1292 { pipelineConstructionType, vertGeomFragStages, DE_FALSE, DE_TRUE }, in createExecutablePropertiesTests()
1293 { pipelineConstructionType, vertTessFragStages, DE_FALSE, DE_TRUE }, in createExecutablePropertiesTests()
1294 { pipelineConstructionType, vertFragStages, DE_TRUE, DE_TRUE }, in createExecutablePropertiesTests()
1295 { pipelineConstructionType, vertGeomFragStages, DE_TRUE, DE_TRUE }, in createExecutablePropertiesTests()
1296 { pipelineConstructionType, vertTessFragStages, DE_TRUE, DE_TRUE }, in createExecutablePropertiesTests()
1313 { pipelineConstructionType, VK_SHADER_STAGE_COMPUTE_BIT, DE_TRUE, DE_FALSE }, in createExecutablePropertiesTests()
[all …]
DvktPipelineInterfaceMatchingTests.cpp640 tescNeeded = DE_TRUE; in initPrograms()
650 tescNeeded = DE_TRUE; in initPrograms()
657 tescNeeded = DE_TRUE; in initPrograms()
688 teseNeeded = DE_TRUE; in initPrograms()
697 teseNeeded = DE_TRUE; in initPrograms()
705 teseNeeded = DE_TRUE; in initPrograms()
710 teseNeeded = DE_TRUE; in initPrograms()
745 geomNeeded = DE_TRUE; in initPrograms()
753 geomNeeded = DE_TRUE; in initPrograms()
760 geomNeeded = DE_TRUE; in initPrograms()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineCreationFeedbackTests.cpp757 cachedPipelineWarning = DE_TRUE; in verifyTestResult()
770 durationZeroWarning = DE_TRUE; in verifyTestResult()
826 cachedPipelineWarning = DE_TRUE; in verifyTestResult()
1140 cachedPipelineWarning = DE_TRUE; in verifyTestResult()
1146 durationZeroWarning = DE_TRUE; in verifyTestResult()
1186 cachedPipelineWarning = DE_TRUE; in verifyTestResult()
1231 { pipelineConstructionType, vertFragStages, DE_TRUE, DE_FALSE }, in createCreationFeedbackTests()
1232 { pipelineConstructionType, vertFragStages, DE_TRUE, DE_FALSE, DE_TRUE }, in createCreationFeedbackTests()
1233 { pipelineConstructionType, vertGeomFragStages, DE_TRUE, DE_FALSE }, in createCreationFeedbackTests()
1234 { pipelineConstructionType, vertTessFragStages, DE_TRUE, DE_FALSE }, in createCreationFeedbackTests()
[all …]
DvktPipelineExecutablePropertiesTests.cpp1288 { pipelineConstructionType, vertFragStages, DE_TRUE, DE_FALSE }, in createExecutablePropertiesTests()
1289 { pipelineConstructionType, vertGeomFragStages, DE_TRUE, DE_FALSE }, in createExecutablePropertiesTests()
1290 { pipelineConstructionType, vertTessFragStages, DE_TRUE, DE_FALSE }, in createExecutablePropertiesTests()
1291 { pipelineConstructionType, vertFragStages, DE_FALSE, DE_TRUE }, in createExecutablePropertiesTests()
1292 { pipelineConstructionType, vertGeomFragStages, DE_FALSE, DE_TRUE }, in createExecutablePropertiesTests()
1293 { pipelineConstructionType, vertTessFragStages, DE_FALSE, DE_TRUE }, in createExecutablePropertiesTests()
1294 { pipelineConstructionType, vertFragStages, DE_TRUE, DE_TRUE }, in createExecutablePropertiesTests()
1295 { pipelineConstructionType, vertGeomFragStages, DE_TRUE, DE_TRUE }, in createExecutablePropertiesTests()
1296 { pipelineConstructionType, vertTessFragStages, DE_TRUE, DE_TRUE }, in createExecutablePropertiesTests()
1313 { pipelineConstructionType, VK_SHADER_STAGE_COMPUTE_BIT, DE_TRUE, DE_FALSE }, in createExecutablePropertiesTests()
[all …]
/third_party/vk-gl-cts/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; \
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/synchronization/
DvktSynchronizationBasicEventTests.cpp113 …nfoKHR dependencyInfo = makeCommonDependencyInfo(&memoryBarrier2, DE_NULL, DE_NULL, DE_TRUE); in deviceResetSetEventCase()
186 …dencyInfoKHR dependencyInfo = makeCommonDependencyInfo(&memoryBarrier2, DE_NULL, DE_NULL, DE_TRUE); in eventSetResetNoneStage()
252 …endencyInfoKHR dependencyInfo = makeCommonDependencyInfo(DE_NULL, DE_NULL, DE_NULL, DE_TRUE); in singleSubmissionCase()
274 if (VK_SUCCESS != vk.waitForFences(device, 1u, &fence.get(), DE_TRUE, LONG_FENCE_WAIT)) in singleSubmissionCase()
306 makeCommonDependencyInfo(DE_NULL, DE_NULL, DE_NULL, DE_TRUE), in multiSubmissionCase()
307 makeCommonDependencyInfo(DE_NULL, DE_NULL, DE_NULL, DE_TRUE) in multiSubmissionCase()
339 if (VK_SUCCESS != vk.waitForFences(device, 2u, fence, DE_TRUE, LONG_FENCE_WAIT)) in multiSubmissionCase()
389 makeCommonDependencyInfo(DE_NULL, DE_NULL, DE_NULL, DE_TRUE), in secondaryCommandBufferCase()
390 makeCommonDependencyInfo(DE_NULL, DE_NULL, DE_NULL, DE_TRUE) in secondaryCommandBufferCase()
417 if (VK_SUCCESS != vk.waitForFences(device, 1u, &fence.get(), DE_TRUE, LONG_FENCE_WAIT)) in secondaryCommandBufferCase()
DvktSynchronizationBasicFenceTests.cpp101 if (VK_SUCCESS != vk.waitForFences(device, 1u, &fence.get(), DE_TRUE, LONG_FENCE_WAIT)) in basicOneFenceCase()
234 if (VK_TIMEOUT != vk.waitForFences(device, 2u, &fence[FIRST_FENCE], DE_TRUE, SHORT_FENCE_WAIT)) in basicMultiFenceCase()
239 if (VK_SUCCESS != vk.waitForFences(device, 2u, &fence[FIRST_FENCE], DE_TRUE, LONG_FENCE_WAIT)) in basicMultiFenceCase()
263 if (VK_SUCCESS != vk.waitForFences(device, 1u, &fence.get(), DE_TRUE, LONG_FENCE_WAIT)) in emptySubmitCase()
332 if (VK_TIMEOUT != vk.waitForFences(device, 2u, &fence[FIRST_FENCE], DE_TRUE, SHORT_FENCE_WAIT)) in basicMultiFenceWaitAllFalseCase()
340 if (VK_TIMEOUT != vk.waitForFences(device, 2u, &fence[FIRST_FENCE], DE_TRUE, SHORT_FENCE_WAIT)) in basicMultiFenceWaitAllFalseCase()
348 if (VK_SUCCESS != vk.waitForFences(device, 2u, &fence[FIRST_FENCE], DE_TRUE, LONG_FENCE_WAIT)) in basicMultiFenceWaitAllFalseCase()
DvktSynchronizationBasicSemaphoreTests.cpp124 if (VK_SUCCESS != vk.waitForFences(device, 1u, &fence.get(), DE_TRUE, FENCE_WAIT)) in basicOneQueueCase()
191 if (VK_SUCCESS != vk.waitForFences(device, 1u, &fence1.get(), DE_TRUE, FENCE_WAIT)) in noneWaitSubmitTest()
194 if (VK_SUCCESS != vk.waitForFences(device, 1u, &fence2.get(), DE_TRUE, FENCE_WAIT)) in noneWaitSubmitTest()
289 …hronizationWrapperPtr synchronizationWrapper = getSynchronizationWrapper(config.type, vk, DE_TRUE); in basicChainTimelineCase()
298 DE_TRUE in basicChainTimelineCase()
309 …hronizationWrapperPtr synchronizationWrapper = getSynchronizationWrapper(config.type, vk, DE_TRUE); in basicChainTimelineCase()
317 DE_TRUE in basicChainTimelineCase()
543 …aphoreFeatures { VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_TIMELINE_SEMAPHORE_FEATURES, DE_NULL, DE_TRUE }; in basicMultiQueueCase()
544 …on2Features { VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SYNCHRONIZATION_2_FEATURES_KHR, DE_NULL, DE_TRUE }; in basicMultiQueueCase()
693 if (VK_SUCCESS != vk.waitForFences(*logicalDevice, 1u, &fence[FIRST].get(), DE_TRUE, FENCE_WAIT)) in basicMultiQueueCase()
[all …]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationBasicEventTests.cpp113 …nfoKHR dependencyInfo = makeCommonDependencyInfo(&memoryBarrier2, DE_NULL, DE_NULL, DE_TRUE); in deviceResetSetEventCase()
186 …dencyInfoKHR dependencyInfo = makeCommonDependencyInfo(&memoryBarrier2, DE_NULL, DE_NULL, DE_TRUE); in eventSetResetNoneStage()
252 …endencyInfoKHR dependencyInfo = makeCommonDependencyInfo(DE_NULL, DE_NULL, DE_NULL, DE_TRUE); in singleSubmissionCase()
274 if (VK_SUCCESS != vk.waitForFences(device, 1u, &fence.get(), DE_TRUE, LONG_FENCE_WAIT)) in singleSubmissionCase()
306 makeCommonDependencyInfo(DE_NULL, DE_NULL, DE_NULL, DE_TRUE), in multiSubmissionCase()
307 makeCommonDependencyInfo(DE_NULL, DE_NULL, DE_NULL, DE_TRUE) in multiSubmissionCase()
339 if (VK_SUCCESS != vk.waitForFences(device, 2u, fence, DE_TRUE, LONG_FENCE_WAIT)) in multiSubmissionCase()
389 makeCommonDependencyInfo(DE_NULL, DE_NULL, DE_NULL, DE_TRUE), in secondaryCommandBufferCase()
390 makeCommonDependencyInfo(DE_NULL, DE_NULL, DE_NULL, DE_TRUE) in secondaryCommandBufferCase()
417 if (VK_SUCCESS != vk.waitForFences(device, 1u, &fence.get(), DE_TRUE, LONG_FENCE_WAIT)) in secondaryCommandBufferCase()
DvktSynchronizationBasicFenceTests.cpp101 if (VK_SUCCESS != vk.waitForFences(device, 1u, &fence.get(), DE_TRUE, LONG_FENCE_WAIT)) in basicOneFenceCase()
234 if (VK_TIMEOUT != vk.waitForFences(device, 2u, &fence[FIRST_FENCE], DE_TRUE, SHORT_FENCE_WAIT)) in basicMultiFenceCase()
239 if (VK_SUCCESS != vk.waitForFences(device, 2u, &fence[FIRST_FENCE], DE_TRUE, LONG_FENCE_WAIT)) in basicMultiFenceCase()
263 if (VK_SUCCESS != vk.waitForFences(device, 1u, &fence.get(), DE_TRUE, LONG_FENCE_WAIT)) in emptySubmitCase()
332 if (VK_TIMEOUT != vk.waitForFences(device, 2u, &fence[FIRST_FENCE], DE_TRUE, SHORT_FENCE_WAIT)) in basicMultiFenceWaitAllFalseCase()
340 if (VK_TIMEOUT != vk.waitForFences(device, 2u, &fence[FIRST_FENCE], DE_TRUE, SHORT_FENCE_WAIT)) in basicMultiFenceWaitAllFalseCase()
348 if (VK_SUCCESS != vk.waitForFences(device, 2u, &fence[FIRST_FENCE], DE_TRUE, LONG_FENCE_WAIT)) in basicMultiFenceWaitAllFalseCase()
DvktSynchronizationBasicSemaphoreTests.cpp124 if (VK_SUCCESS != vk.waitForFences(device, 1u, &fence.get(), DE_TRUE, FENCE_WAIT)) in basicOneQueueCase()
191 if (VK_SUCCESS != vk.waitForFences(device, 1u, &fence1.get(), DE_TRUE, FENCE_WAIT)) in noneWaitSubmitTest()
194 if (VK_SUCCESS != vk.waitForFences(device, 1u, &fence2.get(), DE_TRUE, FENCE_WAIT)) in noneWaitSubmitTest()
289 …hronizationWrapperPtr synchronizationWrapper = getSynchronizationWrapper(config.type, vk, DE_TRUE); in basicChainTimelineCase()
298 DE_TRUE in basicChainTimelineCase()
309 …hronizationWrapperPtr synchronizationWrapper = getSynchronizationWrapper(config.type, vk, DE_TRUE); in basicChainTimelineCase()
317 DE_TRUE in basicChainTimelineCase()
543 …aphoreFeatures { VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_TIMELINE_SEMAPHORE_FEATURES, DE_NULL, DE_TRUE }; in basicMultiQueueCase()
544 …on2Features { VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SYNCHRONIZATION_2_FEATURES_KHR, DE_NULL, DE_TRUE }; in basicMultiQueueCase()
693 if (VK_SUCCESS != vk.waitForFences(*logicalDevice, 1u, &fence[FIRST].get(), DE_TRUE, FENCE_WAIT)) in basicMultiQueueCase()
[all …]
/third_party/vk-gl-cts/framework/delibs/debase/
DdeDefs.h180 #define DE_TRUE 1 /*!< True value for deBool. */ macro
260 DE_INLINE deBool deGetTrue (void) { return DE_TRUE; } in deGetTrue()
264 # define DE_ASSERT(X) do { if ((!deGetFalse() && (X)) ? DE_FALSE : DE_TRUE) deAssertFail(#X, __FILE…
271 # define DE_VERIFY(X) do { if ((!deGetFalse() && (X)) ? DE_FALSE : DE_TRUE) deAssertFail(#X, __FILE…
284 #define DE_TEST_ASSERT(X) do { if ((!deGetFalse() && (X)) ? DE_FALSE : DE_TRUE) deAssertFail(#X, __…
/third_party/vk-gl-cts/framework/xexml/
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(…

123456789