HomeSort by relevance Sort by last modified time
    Searched refs:DE_NULL (Results 51 - 75 of 616) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/deqp/framework/qphelper/
qpCrashHandler.c 84 info->message = DE_NULL;
85 info->file = DE_NULL;
132 qpCrashHandler_writeCrashInfo(crashHandler, defaultWriteInfo, DE_NULL);
154 qpCrashHandler* g_crashHandler = DE_NULL;
159 const char* reason = DE_NULL;
169 if (g_crashHandler == DE_NULL)
223 if (g_crashHandler->crashHandlerFunc != DE_NULL)
249 if (g_crashHandler->crashHandlerFunc != DE_NULL)
264 DE_ASSERT(g_crashHandler == DE_NULL);
278 return DE_NULL;
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineStencilTests.cpp 330 DE_NULL, // const void* pNext;
363 DE_NULL, // const void* pNext;
395 DE_NULL, // const void* pNext;
412 DE_NULL, // const void* pNext;
475 DE_NULL, // const VkAttachmentReference* pInputAttachments;
478 DE_NULL, // const VkAttachmentReference* pResolveAttachments;
481 DE_NULL // const VkAttachmentReference* pPreserveAttachments;
487 DE_NULL, // const void* pNext;
494 DE_NULL // const VkSubpassDependency* pDependencies;
507 DE_NULL, // const void* pNext
    [all...]
vktPipelineImageSamplingInstance.cpp 417 DE_NULL, // const void* pNext;
448 DE_NULL, // const void* pNext;
474 DE_NULL, // const void* pNext;
499 DE_NULL, // const void* pNext;
522 DE_NULL, // const void* pNext;
560 DE_NULL, // const VkAttachmentReference* pInputAttachments;
563 DE_NULL, // const VkAttachmentReference* pResolveAttachments;
564 DE_NULL, // const VkAttachmentReference* pDepthStencilAttachment;
566 DE_NULL // const VkAttachmentReference* pPreserveAttachments;
572 DE_NULL, // const void* pNext
    [all...]
vktPipelinePushConstantTests.cpp 431 DE_NULL, // const void* pNext;
436 DE_NULL // const VkSpecializationInfo* pSpecializationInfo;
486 DE_NULL, // const void* pNext;
515 DE_NULL, // const void* pNext;
564 DE_NULL, // const VkAttachmentReference* pInputAttachments;
567 DE_NULL, // const VkAttachmentReference* pResolveAttachments;
570 DE_NULL // const VkAttachmentReference* pPreserveAttachments;
576 DE_NULL, // const void* pNext;
583 DE_NULL // const VkSubpassDependency* pDependencies;
599 DE_NULL, // const void* pNext
    [all...]
vktPipelineBlendTests.cpp 318 DE_NULL, // const void* pNext;
347 DE_NULL, // const void* pNext;
385 DE_NULL, // const VkAttachmentReference* pInputAttachments;
388 DE_NULL, // const VkAttachmentReference* pResolveAttachments;
389 DE_NULL, // const VkAttachmentReference* pDepthStencilAttachment;
391 DE_NULL // const VkAttachmentReference* pPreserveAttachments;
397 DE_NULL, // const void* pNext;
404 DE_NULL // const VkSubpassDependency* pDependencies;
415 DE_NULL, // const void* pNext;
433 DE_NULL, // const void* pNext
    [all...]
vktPipelineDepthTests.cpp 244 DE_NULL, // const void* pNext;
276 DE_NULL, // const void* pNext;
308 DE_NULL, // const void* pNext;
325 DE_NULL, // const void* pNext;
388 DE_NULL, // const VkAttachmentReference* pInputAttachments;
391 DE_NULL, // const VkAttachmentReference* pResolveAttachments;
394 DE_NULL // const VkAttachmentReference* pPreserveAttachments;
400 DE_NULL, // const void* pNext;
407 DE_NULL // const VkSubpassDependency* pDependencies;
424 DE_NULL, // const void* pNext
    [all...]
vktPipelineCacheTests.cpp 202 DE_NULL, // const void* pNext;
212 m_shaderStageInfo[m_shaderStageCount].pNext = DE_NULL;
217 m_shaderStageInfo[m_shaderStageCount].pSpecializationInfo = DE_NULL;
232 DE_NULL, // const void* pNext;
235 DE_NULL, // const VkDescriptorSetLayout* pSetLayouts;
237 DE_NULL // const VkPushConstantRange* pPushConstantRanges;
270 DE_NULL, // const void* pNext;
281 DE_NULL, // const void* pNext;
305 DE_NULL, // const void* pNext;
316 DE_NULL, // const void* (…)
    [all...]
vktPipelineTimestampTests.cpp 348 DE_NULL, // const void* pNext;
358 m_shaderStageInfo[m_shaderStageCount].pNext = DE_NULL;
363 m_shaderStageInfo[m_shaderStageCount].pSpecializationInfo = DE_NULL;
378 DE_NULL, // const void* pNext;
381 DE_NULL, // const VkDescriptorSetLayout* pSetLayouts;
383 DE_NULL // const VkPushConstantRange* pPushConstantRanges;
416 DE_NULL, // const void* pNext;
428 DE_NULL, // const void* pNext;
451 DE_NULL, // const void* pNext;
462 DE_NULL, // const void* (…)
    [all...]
  /external/deqp/executor/
xeTestCaseListParser.cpp 58 : m_root(DE_NULL)
70 m_root = DE_NULL;
104 const char* name = m_xmlParser.hasAttribute("Name") ? m_xmlParser.getAttribute("Name") : DE_NULL;
105 const char* description = m_xmlParser.hasAttribute("Description") ? m_xmlParser.getAttribute("Description") : DE_NULL;
106 const char* caseType = m_xmlParser.hasAttribute("CaseType") ? m_xmlParser.getAttribute("CaseType") : DE_NULL;
  /external/deqp/external/vulkancts/framework/vulkan/
vkSpirVAsm.cpp 45 spv_binary binary = DE_NULL;
46 spv_diagnostic diagnostic = DE_NULL;
84 spv_text text = DE_NULL;
85 spv_diagnostic diagnostic = DE_NULL;
116 spv_diagnostic diagnostic = DE_NULL;
  /external/deqp/framework/common/
tcuTestPackage.cpp 75 static TestPackageRegistry* s_ptr = DE_NULL;
89 s_ptr = DE_NULL;
92 return DE_NULL;
114 return DE_NULL;
120 return info ? info->createFunc(testCtx) : DE_NULL;
  /external/deqp/framework/referencerenderer/
rrPrimitiveAssembler.hpp 42 : v0 (DE_NULL)
43 , v1 (DE_NULL)
44 , v2 (DE_NULL)
66 return DE_NULL;
171 : v0 (DE_NULL)
172 , v1 (DE_NULL)
192 return DE_NULL;
281 : v0(DE_NULL)
318 : v0 (DE_NULL)
319 , v1 (DE_NULL)
    [all...]
  /external/deqp/framework/delibs/decpp/
deBlockBuffer.hpp 108 , m_elements (DE_NULL)
109 , m_numUsedInBlock (DE_NULL)
129 m_fill = deSemaphore_create(0, DE_NULL);
130 m_empty = deSemaphore_create(numBlocks, DE_NULL);
153 m_fill = deSemaphore_create(0, DE_NULL);
154 m_empty = deSemaphore_create(m_numBlocks, DE_NULL);
177 DE_ASSERT(numElements > 0 && elements != DE_NULL);
220 DE_ASSERT(numElements > 0 && elements != DE_NULL);
271 DE_ASSERT(numElements > 0 && elements != DE_NULL);
297 DE_ASSERT(numElements > 0 && elements != DE_NULL);
    [all...]
deCommandLine.hpp 69 Option (const char* shortName_, const char* longName_, const char* description_, const char* defaultValue_ = DE_NULL)
75 , namedValues (DE_NULL)
81 Option (const char* shortName_, const char* longName_, const char* description_, ParseFunc parse_, const char* defaultValue_ = DE_NULL)
87 , namedValues (DE_NULL)
88 , namedValuesEnd(DE_NULL)
93 Option (const char* shortName_, const char* longName_, const char* description_, const NamedValue<ValueType>* namedValues_, const NamedValue<ValueType>* namedValuesEnd_, const char* defaultValue_ = DE_NULL)
98 , parse ((ParseFunc)DE_NULL)
106 Option (const char* shortName_, const char* longName_, const char* description_, const NamedValue<ValueType> (&namedValues_)[NumNamedValues], const char* defaultValue_ = DE_NULL)
111 , parse ((ParseFunc)DE_NULL)
194 Entry (void) : value(DE_NULL), destructor(0) {
    [all...]
  /external/deqp/framework/delibs/destream/
deRingbuffer.c 64 ringbuffer->emptyCount = deSemaphore_create(ringbuffer->blockCount, DE_NULL);
65 ringbuffer->fullCount = deSemaphore_create(0, DE_NULL);
79 return DE_NULL;
131 deUint8* src = DE_NULL;
132 deUint8* dst = DE_NULL;
207 deUint8* src = DE_NULL;
208 deUint8* dst = DE_NULL;
285 return DE_NULL;
289 DE_NULL,
299 DE_NULL,
    [all...]
deThreadStream.c 125 DE_NULL,
127 DE_NULL,
134 deThreadInStream* threadStream = DE_NULL;
147 threadStream->thread = deThread_create(inStreamCopy, threadStream, DE_NULL);
182 DE_NULL,
192 deThreadOutStream* threadStream = DE_NULL;
  /external/deqp/external/vulkancts/modules/vulkan/shaderrender/
vktShaderRender.cpp 93 DE_NULL, // const void* pNext;
368 : m_evalFunc(DE_NULL)
390 : m_setupFunc(DE_NULL)
451 DE_ASSERT(m_evaluator != DE_NULL);
452 DE_ASSERT(m_uniformSetup != DE_NULL);
519 DE_NULL, // const void* pNext;
590 DE_NULL, // const void* pNext;
758 DE_NULL, // const void* pNext;
825 DE_NULL, // const void* pNext;
836 DE_NULL, // const void* pNext
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/
vktSynchronization.cpp 117 queueInfo.pNext = DE_NULL;
125 deviceInfo.pNext = DE_NULL;
129 deviceInfo.ppEnabledExtensionNames = DE_NULL;
131 deviceInfo.ppEnabledLayerNames = DE_NULL;
163 bufferCreateParams.pNext = DE_NULL;
179 if (bufferParameters.memory != DE_NULL)
186 range.pNext = DE_NULL;
196 barrier.pNext = DE_NULL;
239 imageCreateParams.pNext = DE_NULL;
272 imageViewCreateInfo.pNext = DE_NULL;
    [all...]
  /external/deqp/framework/delibs/deutil/
deTimer.c 55 return DE_NULL;
182 return DE_NULL;
192 return DE_NULL;
229 if (timer_settime(timer->timer, 0, &tspec, DE_NULL) != 0)
250 if (timer_settime(timer->timer, 0, &tspec, DE_NULL) != 0)
268 timer_settime(timer->timer, 0, &tspec, DE_NULL);
362 return DE_NULL;
367 thread->lock = deMutex_create(DE_NULL);
370 thread->thread = deThread_create(timerThread, thread, DE_NULL);
375 return DE_NULL;
    [all...]
  /external/deqp/framework/platform/win32/
tcuWin32EGLNativeDisplayFactory.cpp 150 , m_bitmap (DE_NULL)
158 throw NotSupportedError("Unsupported pixmap bit depth", DE_NULL, __FILE__, __LINE__);
172 void* bitmapPtr = DE_NULL;
176 throw ResourceError("Failed to create bitmap", DE_NULL, __FILE__, __LINE__);
289 HDC windowDC = DE_NULL;
290 HDC screenDC = DE_NULL;
291 HDC tmpDC = DE_NULL;
292 HBITMAP tmpBitmap = DE_NULL;
316 screenDC = GetDC(DE_NULL);
323 TCU_CHECK(tmpDC != DE_NULL);
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
vktSparseResourcesTestsUtil.cpp 244 DE_NULL, // const void* pNext;
250 DE_NULL, // const deUint32* pQueueFamilyIndices;
277 DE_NULL, // const void* pNext;
289 DE_NULL, // const void* pNext;
304 DE_NULL, // const void* pNext;
309 DE_NULL, // const VkPushConstantRange* pPushConstantRanges;
322 DE_NULL, // const void* pNext;
327 DE_NULL, // const VkSpecializationInfo* pSpecializationInfo;
332 DE_NULL, // const void* pNext;
336 DE_NULL, // VkPipeline basePipelineHandle
    [all...]
vktSparseResourcesBufferSparseResidency.cpp 178 DE_NULL, // const void* pNext;
185 DE_NULL // const deUint32* pQueueFamilyIndices;
226 DE_NULL, // const void* pNext;
232 VK_CHECK(deviceInterface.allocateMemory(*m_logicalDevice, &allocInfo, DE_NULL, &deviceMemory));
234 deviceMemUniquePtrVec.push_back(makeVkSharedPtr(Move<VkDeviceMemory>(check<VkDeviceMemory>(deviceMemory), Deleter<VkDeviceMemory>(deviceInterface, *m_logicalDevice, DE_NULL))));
260 DE_NULL, //const void* pNext;
262 DE_NULL, //const VkSemaphore* pWaitSemaphores;
266 DE_NULL, //const VkSparseImageOpaqueMemoryBindInfo* pImageOpaqueBinds;
268 DE_NULL, //const VkSparseImageMemoryBindInfo* pImageBinds;
273 VK_CHECK(deviceInterface.queueBindSparse(sparseQueue.queueHandle, 1u, &bindSparseInfo, DE_NULL));
    [all...]
  /external/deqp/modules/egl/
teglNegativeApiTests.cpp 273 expectFalse(eglChooseConfig(display, s_emptyAttribList, &configs[0], DE_LENGTH_OF_ARRAY(configs), DE_NULL));
289 expectNoContext(eglCreateContext(EGL_NO_DISPLAY, DE_NULL, EGL_NO_CONTEXT, s_emptyAttribList));
292 expectNoContext(eglCreateContext((EGLDisplay)-1, DE_NULL, EGL_NO_CONTEXT, s_emptyAttribList));
465 expectNoSurface(eglCreatePbufferFromClientBuffer(EGL_NO_DISPLAY, EGL_OPENVG_IMAGE, 0, (EGLConfig)0, DE_NULL));
468 expectNoSurface(eglCreatePbufferFromClientBuffer((EGLDisplay)-1, EGL_OPENVG_IMAGE, 0, (EGLConfig)0, DE_NULL));
477 expectNoSurface(eglCreatePbufferFromClientBuffer(display, EGL_OPENVG_IMAGE, (EGLClientBuffer)-1, (EGLConfig)-1, DE_NULL));
489 expectNoSurface(eglCreatePbufferFromClientBuffer(display, EGL_OPENVG_IMAGE, (EGLClientBuffer)-1, anyConfig, DE_NULL));
535 expectNoSurface(eglCreatePbufferSurface(EGL_NO_DISPLAY, DE_NULL, s_emptyAttribList));
538 expectNoSurface(eglCreatePbufferSurface((EGLDisplay)-1, DE_NULL, s_emptyAttribList));
650 expectNoSurface(eglCreatePixmapSurface(EGL_NO_DISPLAY, DE_NULL, DE_NULL, s_emptyAttribList))
    [all...]
  /external/deqp/framework/delibs/depool/
dePoolHashArray.h 87 return DE_NULL; \
130 if (!hashArray) return DE_NULL; \
131 if ((hashArray->hash = TYPENAME##Hash_create(pool)) == DE_NULL) \
132 return DE_NULL; \
133 if ((hashArray->array = TYPENAME##Array_create(pool)) == DE_NULL) \
134 return DE_NULL; \
  /external/deqp/framework/randomshaders/
rsgVariableType.hpp 67 : m_type(DE_NULL)
84 : m_type(DE_NULL)
98 m_type = DE_NULL;
182 , m_elementType (DE_NULL)
191 , m_elementType (DE_NULL)
211 , m_elementType (DE_NULL)

Completed in 1224 milliseconds

1 23 4 5 6 7 8 91011>>