Home
last modified time | relevance | path

Searched refs:DE_ASSERT (Results 1 - 25 of 1373) sorted by relevance

12345678910>>...55

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/
H A DvktImageTexture.cpp33 DE_ASSERT((m_numSamples == 1) || (m_numSamples == 2) || (m_numSamples == 4) || (m_numSamples == 8) || in checkInvariants()
35 DE_ASSERT(m_numLayers >= 1); in checkInvariants()
36 DE_ASSERT(m_layerSize.x() >= 1 && m_layerSize.y() >= 1 && m_layerSize.z() >= 1); in checkInvariants()
42 DE_ASSERT(m_numLayers == 1); in checkInvariants()
43 DE_ASSERT(m_numSamples == 1); in checkInvariants()
44 DE_ASSERT(m_layerSize.y() == 1 && m_layerSize.z() == 1); in checkInvariants()
48 DE_ASSERT(m_numSamples == 1); in checkInvariants()
49 DE_ASSERT(m_layerSize.y() == 1 && m_layerSize.z() == 1); in checkInvariants()
53 DE_ASSERT(m_numLayers == 1); in checkInvariants()
54 DE_ASSERT(m_layerSiz in checkInvariants()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/
H A DvktImageTexture.cpp33 DE_ASSERT((m_numSamples == 1) || (m_numSamples == 2) || (m_numSamples == 4) || (m_numSamples == 8) || in checkInvariants()
35 DE_ASSERT(m_numLayers >= 1); in checkInvariants()
36 DE_ASSERT(m_layerSize.x() >= 1 && m_layerSize.y() >= 1 && m_layerSize.z() >= 1); in checkInvariants()
42 DE_ASSERT(m_numLayers == 1); in checkInvariants()
43 DE_ASSERT(m_numSamples == 1); in checkInvariants()
44 DE_ASSERT(m_layerSize.y() == 1 && m_layerSize.z() == 1); in checkInvariants()
48 DE_ASSERT(m_numSamples == 1); in checkInvariants()
49 DE_ASSERT(m_layerSize.y() == 1 && m_layerSize.z() == 1); in checkInvariants()
53 DE_ASSERT(m_numLayers == 1); in checkInvariants()
54 DE_ASSERT(m_layerSiz in checkInvariants()
[all...]
/third_party/vk-gl-cts/framework/delibs/destream/
H A DdeIOStream.h88 DE_ASSERT(stream); in deIOStream_write()
89 DE_ASSERT(stream->vfTable); in deIOStream_write()
90 DE_ASSERT(stream->vfTable->writeFunc); in deIOStream_write()
97 DE_ASSERT(stream); in deIOStream_read()
98 DE_ASSERT(stream->vfTable); in deIOStream_read()
99 DE_ASSERT(stream->vfTable->readFunc); in deIOStream_read()
106 DE_ASSERT(stream); in deIOStream_getError()
107 DE_ASSERT(stream->vfTable); in deIOStream_getError()
108 DE_ASSERT(stream->vfTable->getErrorFunc); in deIOStream_getError()
115 DE_ASSERT(strea in deIOStream_flush()
[all...]
H A DdeRingbuffer.c56 DE_ASSERT(ringbuffer); in deRingbuffer_create()
57 DE_ASSERT(blockCount > 0); in deRingbuffer_create()
58 DE_ASSERT(blockSize > 0); in deRingbuffer_create()
117 DE_ASSERT(stream); in producerStream_write()
121 DE_ASSERT(DE_FALSE); in producerStream_write()
169 DE_ASSERT(stream); in producerStream_flush()
187 DE_ASSERT(stream); in producerStream_deinit()
199 DE_ASSERT(stream); in consumerStream_read()
202 DE_ASSERT(ringbuffer); in consumerStream_read()
266 DE_ASSERT(strea in consumerStream_deinit()
[all...]
/third_party/vk-gl-cts/framework/qphelper/
H A DqpTestLog.c113 DE_ASSERT(stack->numElements > 0); in ContainerStack_pop()
268 DE_ASSERT(log && log->outputFile); in qpTestLog_flushFile()
280 DE_ASSERT(keyMap); in qpLookupString()
281 DE_ASSERT(deInBounds32(key, 0, keyMapSize - 1)); /* Last element in map is assumed to be terminator */ in qpLookupString()
282 DE_ASSERT(keyMap[keyMapSize - 1].string == DE_NULL); /* Ensure map is properly completed, *_LAST element is not missing */ in qpLookupString()
283 DE_ASSERT(keyMap[key].key == key); in qpLookupString()
310 DE_ASSERT(log && log->isSessionOpen); in endSession()
339 DE_ASSERT(fileName && fileName[0]); /* must have filename. */ in qpTestLog_createFileLog()
387 DE_ASSERT(log); in qpTestLog_beginSession()
423 DE_ASSERT(lo in qpTestLog_destroy()
[all...]
/third_party/vk-gl-cts/framework/randomshaders/
H A DrsgVariableType.cpp103 DE_ASSERT(m_elementType); in getScalarSize()
108 DE_ASSERT(false); in getScalarSize()
115 DE_ASSERT(isStruct()); in getMemberScalarOffset()
126 DE_ASSERT(isArray()); in getElementScalarOffset()
175 DE_ASSERT(DE_FALSE); in getScalarType()
182 DE_ASSERT(m_precision == PRECISION_NONE); // \todo [pyry] Precision in getElementType()
194 DE_ASSERT(m_elementType); in getElementType()
199 DE_ASSERT(DE_FALSE); in getElementType()
227 default: DE_ASSERT(DE_FALSE); break; in tokenizeShortType()
238 default: DE_ASSERT(DE_FALS in tokenizeShortType()
[all...]
/third_party/vk-gl-cts/framework/delibs/debase/
H A DdeInt32.h54 DE_ASSERT((unsigned int) a != 0x80000000u); in deAbs32()
150 DE_ASSERT(mn <= mx); in deClamp32()
186 DE_ASSERT(r >= 0 && r <= 32); in deRor32()
201 DE_ASSERT(r >= 0 && r <= 32); in deRol32()
307 DE_ASSERT(deIsPowerOfTwo32(align)); in deIsAligned32()
319 DE_ASSERT(deIsPowerOfTwo64(align)); in deIsAligned64()
331 DE_ASSERT((align & (align-1)) == 0); /* power of two */ in deIsAlignedPtr()
343 DE_ASSERT(deIsPowerOfTwo32(align)); in deAlign32()
355 DE_ASSERT(deIsPowerOfTwo64(align)); in deAlign64()
368 DE_ASSERT((alig in deAlignPtr()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/video/
H A DvktVideoBaseDecodeUtils.cpp400 DE_ASSERT(dpbEntryIdx < AVC_MAX_DPB_SLOTS); in setH264PictureData()
401 DE_ASSERT(dpbSlotIndex < AVC_MAX_DPB_SLOTS); in setH264PictureData()
403 DE_ASSERT((dpbSlotIndex == (deUint32)dpbSlot) || is_non_existing); in setH264PictureData()
428 DE_ASSERT(dpbEntryIdx < HEVC_MAX_DPB_SLOTS);
429 DE_ASSERT(dpbSlotIndex < HEVC_MAX_DPB_SLOTS);
430 DE_ASSERT(isRef());
432 DE_ASSERT((dpbSlotIndex == (deUint32)dpbSlot) || is_non_existing);
483 DE_ASSERT((picIndex >= 0) && ((deUint32) picIndex < m_maxNumDecodeSurfaces));
490 DE_ASSERT((picIndex >= 0) && ((deUint32) picIndex < m_maxNumDecodeSurfaces));
571 DE_ASSERT(m_supportedVideoCodec
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/video/
H A DvktVideoBaseDecodeUtils.cpp92 DE_ASSERT(v.size() < v.capacity()); // Disable grow in incSizeSafe()
424 DE_ASSERT(newDpbMaxSize <= MAX_DPB_SLOTS_PLUS_1); in Init()
473 DE_ASSERT(!m_dpbSlotsAvailable.empty()); in AllocateSlot()
477 DE_ASSERT((slot >= 0) && ((uint8_t)slot < m_dpbMaxSize)); in AllocateSlot()
488 DE_ASSERT((uint8_t)slot < m_dpbMaxSize); in FreeSlot()
489 DE_ASSERT(m_dpb[slot].isInUse()); in FreeSlot()
490 DE_ASSERT(m_slotInUseMask & (1 << slot)); in FreeSlot()
499 DE_ASSERT(slot < m_dpbMaxSize); in operator []()
649 DE_ASSERT(dpbEntryIdx < AVC_MAX_DPB_SLOTS);
650 DE_ASSERT(dpbSlotInde
[all...]
/third_party/vk-gl-cts/executor/
H A DxeContainerFormatParser.cpp81 DE_ASSERT(m_element == CONTAINERELEMENT_SESSION_INFO); in getSessionInfoAttribute()
87 DE_ASSERT(m_element == CONTAINERELEMENT_SESSION_INFO); in getSessionInfoValue()
93 DE_ASSERT(m_element == CONTAINERELEMENT_BEGIN_TEST_CASE_RESULT); in getTestCasePath()
99 DE_ASSERT(m_element == CONTAINERELEMENT_TERMINATE_TEST_CASE_RESULT); in getTerminateReason()
105 DE_ASSERT(m_element == CONTAINERELEMENT_TEST_LOG_DATA); in getDataSize()
111 DE_ASSERT(de::inBounds(offset, 0, m_elementLen) && numBytes > 0 && de::inRange(numBytes+offset, 0, m_elementLen)); in getData()
119 DE_ASSERT(de::inRange(offset, 0, m_buf.getNumElements())); in getChar()
182 DE_ASSERT(m_elementLen == 1); in advance()
204 DE_ASSERT(m_elementLen >= 1); in parseContainerLine()
205 DE_ASSERT(getCha in parseContainerLine()
[all...]
/third_party/vk-gl-cts/framework/delibs/decpp/
H A DdeBlockBuffer.hpp114 DE_ASSERT(blockSize > 0); in BlockBuffer()
115 DE_ASSERT(numBlocks > 0); in BlockBuffer()
131 DE_ASSERT(m_fill && m_empty); in BlockBuffer()
161 DE_ASSERT(m_fill && m_empty); in clear()
167 DE_ASSERT(!m_canceled); in cancel()
177 DE_ASSERT(numElements > 0 && elements != DE_NULL); in writeToCurrentBlock()
204 DE_ASSERT(numToWrite > 0); in writeToCurrentBlock()
220 DE_ASSERT(numElements > 0 && elements != DE_NULL); in readFromCurrentBlock()
248 DE_ASSERT(numToRead > 0); in readFromCurrentBlock()
271 DE_ASSERT(numElement in tryWrite()
[all...]
H A DdeRingBuffer.hpp76 DE_ASSERT(size > 0); in RingBuffer()
97 DE_ASSERT(newSize >= m_numElements); in resize()
124 DE_ASSERT(getNumFree() > 0); in pushFront()
133 DE_ASSERT(de::inRange(count, 0, getNumFree())); in pushFront()
143 DE_ASSERT(getNumElements() > 0); in popBack()
153 DE_ASSERT(de::inBounds(offset, 0, getNumElements())); in peekBack()
160 DE_ASSERT(de::inRange(count, 0, getNumElements())); in peekBack()
168 DE_ASSERT(de::inRange(count, 0, getNumElements())); in popBack()
/third_party/vk-gl-cts/framework/egl/
H A DegluNativeDisplay.cpp44 DE_ASSERT(platformType != EGL_NONE && platformExtension); in NativeDisplay()
45 DE_ASSERT(capabilities & platformCapabilities); in NativeDisplay()
53 DE_ASSERT(!(capabilities & platformCapabilities)); in NativeDisplay()
54 DE_ASSERT(capabilities & CAPABILITY_GET_DISPLAY_LEGACY); in NativeDisplay()
93 DE_ASSERT(platformType != EGL_NONE && (platformExtension || (platformCapabilities & NativeDisplay::CAPABILITY_GET_DISPLAY_PLATFORM))); in NativeDisplayFactory()
94 DE_ASSERT(capabilities & platformCapabilities); in NativeDisplayFactory()
103 DE_ASSERT(!(capabilities & platformCapabilities)); in NativeDisplayFactory()
104 DE_ASSERT(capabilities & NativeDisplay::CAPABILITY_GET_DISPLAY_LEGACY); in NativeDisplayFactory()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/multiview/
H A DvktMultiViewRenderPassUtil.cpp46 DE_ASSERT(pNext_ == DE_NULL); in AttachmentDescription1()
90 DE_ASSERT(pNext_ == DE_NULL); in AttachmentReference1()
91 DE_ASSERT(aspectMask_ == 0); in AttachmentReference1()
125 DE_ASSERT(pNext_ == DE_NULL); in SubpassDescription1()
126 DE_ASSERT(viewMask_ == 0); in SubpassDescription1()
181 DE_ASSERT(pNext_ == DE_NULL); in SubpassDependency1()
182 DE_ASSERT(viewOffset_ == 0); in SubpassDependency1()
229 DE_ASSERT(correlatedViewMaskCount_ == 0); in RenderPassCreateInfo1()
230 DE_ASSERT(pCorrelatedViewMasks_ == DE_NULL); in RenderPassCreateInfo1()
283 DE_ASSERT(pNext in SubpassBeginInfo1()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/multiview/
H A DvktMultiViewRenderPassUtil.cpp46 DE_ASSERT(pNext_ == DE_NULL); in AttachmentDescription1()
90 DE_ASSERT(pNext_ == DE_NULL); in AttachmentReference1()
91 DE_ASSERT(aspectMask_ == 0); in AttachmentReference1()
125 DE_ASSERT(pNext_ == DE_NULL); in SubpassDescription1()
126 DE_ASSERT(viewMask_ == 0); in SubpassDescription1()
181 DE_ASSERT(pNext_ == DE_NULL); in SubpassDependency1()
182 DE_ASSERT(viewOffset_ == 0); in SubpassDependency1()
229 DE_ASSERT(correlatedViewMaskCount_ == 0); in RenderPassCreateInfo1()
230 DE_ASSERT(pCorrelatedViewMasks_ == DE_NULL); in RenderPassCreateInfo1()
283 DE_ASSERT(pNext in SubpassBeginInfo1()
[all...]
/third_party/vk-gl-cts/framework/common/
H A DtcuVector.hpp129 VecAccess<T, Size, 2> xy (void) { DE_ASSERT(Size >= 2); return VecAccess<T, Size, 2>(*this, 0, 1); } in xy()
130 VecAccess<T, Size, 2> xz (void) { DE_ASSERT(Size >= 2); return VecAccess<T, Size, 2>(*this, 0, 2); } in xz()
131 VecAccess<T, Size, 2> xw (void) { DE_ASSERT(Size >= 2); return VecAccess<T, Size, 2>(*this, 0, 3); } in xw()
132 VecAccess<T, Size, 2> yz (void) { DE_ASSERT(Size >= 2); return VecAccess<T, Size, 2>(*this, 1, 2); } in yz()
133 VecAccess<T, Size, 2> yw (void) { DE_ASSERT(Size >= 2); return VecAccess<T, Size, 2>(*this, 1, 3); } in yw()
134 VecAccess<T, Size, 2> zw (void) { DE_ASSERT(Size >= 2); return VecAccess<T, Size, 2>(*this, 2, 3); } in zw()
135 VecAccess<T, Size, 3> xyz (void) { DE_ASSERT(Size >= 3); return VecAccess<T, Size, 3>(*this, 0, 1, 2); } in xyz()
136 VecAccess<T, Size, 3> xyw (void) { DE_ASSERT(Size >= 3); return VecAccess<T, Size, 3>(*this, 0, 1, 3); } in xyw()
137 VecAccess<T, Size, 3> xzw (void) { DE_ASSERT(Size >= 3); return VecAccess<T, Size, 3>(*this, 0, 2, 3); } in xzw()
138 VecAccess<T, Size, 3> zyx (void) { DE_ASSERT(Siz in xzw()
[all...]
H A DtcuTestSessionExecutor.cpp44 DE_ASSERT(false); in nodeTypeToTestCaseType()
118 DE_ASSERT(false); in iterate()
127 DE_ASSERT(hierIterState == TestHierarchyIterator::STATE_FINISHED); in iterate()
135 DE_ASSERT(m_iterator.getState() == TestHierarchyIterator::STATE_LEAVE_NODE && in iterate()
148 DE_ASSERT(false); in iterate()
159 DE_ASSERT(!m_caseExecutor); in enterTestPackage()
230 DE_ASSERT(!initOk); in enterTestCase()
236 DE_ASSERT(!initOk); in enterTestCase()
237 DE_ASSERT(e.getTestResult() != QP_TEST_RESULT_LAST); in enterTestCase()
244 DE_ASSERT(!initO in enterTestCase()
[all...]
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fPrimitiveRestartTests.cpp158 DE_ASSERT(de::inRange(index, (deUint32)0, MAX_UNSIGNED_BYTE)); in addIndex()
163 DE_ASSERT(de::inRange(index, (deUint32)0, MAX_UNSIGNED_SHORT)); in addIndex()
168 DE_ASSERT(de::inRange(index, (deUint32)0, MAX_UNSIGNED_INT)); in addIndex()
172 DE_ASSERT(DE_FALSE); in addIndex()
183 DE_ASSERT(DE_FALSE); in getIndex()
196 DE_ASSERT(DE_FALSE); in getNumIndices()
210 DE_ASSERT(DE_FALSE); in getIndexPtr()
252 DE_ASSERT(!m_program); in init()
266 DE_ASSERT(restartIndex != 0); in init()
268 DE_ASSERT(getNumIndice in init()
[all...]
/third_party/vk-gl-cts/framework/delibs/deutil/
H A DdeFile.c71 DE_ASSERT((mode & DE_FILEMODE_READ) != 0 || ((mode & DE_FILEMODE_WRITE) != 0)); in mapOpenMode()
74 DE_ASSERT((mode & DE_FILEMODE_OPEN) != 0 || ((mode & DE_FILEMODE_CREATE) != 0)); in mapOpenMode()
77 DE_ASSERT(!(mode & DE_FILEMODE_CREATE) || (mode & DE_FILEMODE_WRITE)); in mapOpenMode()
80 DE_ASSERT(!(mode & DE_FILEMODE_TRUNCATE) || ((mode & DE_FILEMODE_WRITE) && (mode & DE_FILEMODE_OPEN))); in mapOpenMode()
144 DE_ASSERT(DE_FALSE); in mapSeekPosition()
248 DE_ASSERT((mode & DE_FILEMODE_READ) != 0 || ((mode & DE_FILEMODE_WRITE) != 0)); in deFile_create()
251 DE_ASSERT((mode & DE_FILEMODE_OPEN) != 0 || ((mode & DE_FILEMODE_CREATE) != 0)); in deFile_create()
254 DE_ASSERT(!(mode & DE_FILEMODE_CREATE) || (mode & DE_FILEMODE_WRITE)); in deFile_create()
257 DE_ASSERT(!(mode & DE_FILEMODE_TRUNCATE) || ((mode & DE_FILEMODE_WRITE) && (mode & DE_FILEMODE_OPEN))); in deFile_create()
273 DE_ASSERT(DE_FALS in deFile_create()
[all...]
/third_party/vk-gl-cts/framework/delibs/depool/
H A DdeMemPool.c142 DE_ASSERT(deIsAlignedPtr(page+1, MEM_PAGE_BASE_ALIGN)); in MemPage_create()
188 DE_ASSERT((int)sizeof(deMemPool) <= initialPage->capacity); in createPoolInternal()
263 DE_ASSERT(util->allocFailCallback); in deMemPool_createRoot()
284 DE_ASSERT(parent); in deMemPool_create()
324 DE_ASSERT(pool->numChildren == 0); in deMemPool_destroy()
337 DE_ASSERT(parent->numChildren >= 0); in deMemPool_destroy()
459 DE_ASSERT(curPage); in deMemPool_allocInternal()
460 DE_ASSERT(deIsPowerOfTwo32((int)alignBytes)); in deMemPool_allocInternal()
479 DE_ASSERT(curPage->bytesAllocated == 0); in deMemPool_allocInternal()
485 DE_ASSERT(numByte in deMemPool_allocInternal()
[all...]
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H A DvkComputePipelineConstructionUtil.cpp95 DE_ASSERT(rhs.m_pipeline.get() == DE_NULL); in m_subgroupSize()
97 DE_ASSERT(rhs.m_shader.get() == DE_NULL); in m_subgroupSize()
110 DE_ASSERT(rhs.m_pipeline.get() == DE_NULL); in m_subgroupSize()
112 DE_ASSERT(rhs.m_shader.get() == DE_NULL); in m_subgroupSize()
124 DE_ASSERT(rhs.m_pipeline.get() == DE_NULL);
126 DE_ASSERT(rhs.m_shader.get() == DE_NULL);
140 DE_ASSERT(rhs.m_pipeline.get() == DE_NULL);
142 DE_ASSERT(rhs.m_shader.get() == DE_NULL);
185 DE_ASSERT(m_pipeline.get() == DE_NULL); in buildPipeline()
193 DE_ASSERT(m_shade in buildPipeline()
[all...]
/third_party/skia/third_party/externals/angle2/src/tests/deqp_support/
H A DtcuRandomOrderExecutor.cpp63 DE_ASSERT(de::inRange(newStackSize, size_t(1), m_nodeStack.size())); in pruneStack()
70 DE_ASSERT((m_nodeStack.size() == 2) == isPkg); in pruneStack()
81 DE_ASSERT(curEntry.children.empty()); in pruneStack()
110 DE_ASSERT(!m_nodeStack.empty() && m_nodeStack.front().node->getNodeType() == NODETYPE_ROOT); in seekToCase()
126 DE_ASSERT(m_nodeStack.size() == compNdx + 1); in seekToCase()
144 DE_ASSERT(!m_caseExecutor); in seekToCase()
154 DE_ASSERT(m_nodeStack.size() == components.size() + 1); in seekToCase()
175 DE_ASSERT(false); in nodeTypeToTestCaseType()
217 DE_ASSERT(e.getTestResult() != QP_TEST_RESULT_LAST); in executeInner()
272 DE_ASSERT(m_testCt in executeInner()
[all...]
/third_party/vk-gl-cts/framework/opengl/simplereference/
H A DsglrReferenceUtils.cpp43 DE_ASSERT(false); in mapGLPureIntegerVertexAttributeType()
125 DE_ASSERT(false); in mapGLFloatVertexAttributeType()
141 DE_ASSERT(false); in mapGLSize()
162 DE_ASSERT(false); in mapGLPrimitiveType()
175 DE_ASSERT(false); in mapGLIndexType()
189 DE_ASSERT(DE_FALSE); in mapGLGeometryShaderOutputType()
210 DE_ASSERT(DE_FALSE); in mapGLGeometryShaderInputType()
228 DE_ASSERT(false); in mapGLTestFunc()
246 DE_ASSERT(false); in mapGLStencilOp()
261 DE_ASSERT(fals in mapGLBlendEquation()
[all...]
/third_party/vk-gl-cts/framework/platform/android/
H A DtcuAndroidRenderActivity.hpp75 DE_ASSERT(type_ == MESSAGE_RESUME || in Message()
83 DE_ASSERT(type_ == MESSAGE_WINDOW_CREATED || in Message()
86 DE_ASSERT(window); in Message()
93 DE_ASSERT(type_ == MESSAGE_INPUT_QUEUE_CREATED || in Message()
95 DE_ASSERT(inputQueue); in Message()
102 DE_ASSERT(type_ == MESSAGE_SYNC); in Message()
103 DE_ASSERT(semaphore); in Message()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/
H A DvktSynchronizationUtil.cpp140 DE_ASSERT(m_vertexShaderModule.get() == DE_NULL); in setShader()
146 DE_ASSERT(m_tessControlShaderModule.get() == DE_NULL); in setShader()
152 DE_ASSERT(m_tessEvaluationShaderModule.get() == DE_NULL); in setShader()
158 DE_ASSERT(m_geometryShaderModule.get() == DE_NULL); in setShader()
164 DE_ASSERT(m_fragmentShaderModule.get() == DE_NULL); in setShader()
541 DE_ASSERT(pWaitSemaphoreInfos);
550 DE_ASSERT(pSignalSemaphoreInfos);
562 DE_ASSERT(isStageFlagAllowed(pWaitSemaphoreInfos[i].stageMask));
587 DE_ASSERT(pDependencyInfo);
612 DE_ASSERT(isStageFlagAllowe
[all...]

Completed in 16 milliseconds

12345678910>>...55