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

1 2 3 45 6 7 8 91011>>

  /external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineVertexInputTests.cpp 658 DE_NULL, // const void* pNext;
686 DE_NULL, // const void* pNext;
724 DE_NULL, // const VkAttachmentReference* pInputAttachments;
727 DE_NULL, // const VkAttachmentReference* pResolveAttachments;
728 DE_NULL, // const VkAttachmentReference* pDepthStencilAttachment;
730 DE_NULL // const VkAttachmentReference* pPreserveAttachments;
736 DE_NULL, // const void* pNext;
743 DE_NULL // const VkSubpassDependency* pDependencies;
754 DE_NULL, // const void* pNext;
772 DE_NULL, // const void* pNext
    [all...]
vktPipelineMultisampleTests.cpp 626 DE_NULL, // const void* pNext;
631 DE_NULL, // const VkSampleMask* pSampleMask;
675 DE_NULL, // const void* pNext;
680 DE_NULL, // const VkSampleMask* pSampleMask;
715 DE_NULL, // const void* pNext;
753 DE_NULL, // const void* pNext;
758 DE_NULL, // const VkSampleMask* pSampleMask;
811 DE_NULL, // const void* pNext;
816 DE_NULL, // const VkSampleMask* pSampleMask;
    [all...]
  /external/deqp/execserver/
xsPosixTestProcess.cpp 41 : m_file (DE_NULL)
95 m_file = DE_NULL;
99 : m_file (DE_NULL)
166 m_file = DE_NULL;
172 : m_process (DE_NULL)
217 m_process->start(cmdLine.c_str(), strlen(workingDir) > 0 ? workingDir : DE_NULL);
222 m_process = DE_NULL;
294 m_process = DE_NULL;
  /external/deqp/external/vulkancts/modules/vulkan/api/
vktApiBufferTests.cpp 110 DE_NULL,
171 memory = allocateMemory(vk, vkDevice, &memAlloc, (const VkAllocationCallbacks*)DE_NULL);
205 DE_NULL, // const void* pNext;
207 DE_NULL, // const VkSemaphore* pWaitSemaphores;
211 DE_NULL, // const VkSparseImageOpaqueMemoryBindInfo* pImageOpaqueBinds;
213 DE_NULL, // const VkSparseImageMemoryBindInfo* pImageBinds;
215 DE_NULL, // const VkSemaphore* pSignalSemaphores;
221 DE_NULL, // const void* pNext;
vktApiBufferViewCreateTests.cpp 106 DE_NULL, // const void* pNext;
121 testBuffer = createBuffer(vk, vkDevice, &bufferParams, (const VkAllocationCallbacks*)DE_NULL);
162 memory = allocateMemory(vk, vkDevice, &memAlloc, (const VkAllocationCallbacks*)DE_NULL);
174 bufferView = createBufferView(vk, vkDevice, &bufferViewCreateInfo, (const VkAllocationCallbacks*)DE_NULL);
198 completeBufferView = createBufferView(vk, vkDevice, &completeBufferViewCreateInfo, (const VkAllocationCallbacks*)DE_NULL);
  /external/deqp/external/vulkancts/modules/vulkan/draw/
vktDrawBaseClass.cpp 79 DE_NULL,
82 DE_NULL,
85 DE_NULL));
143 DE_NULL, // const void* pNext;
185 m_pipeline = vk::createGraphicsPipeline(m_vk, device, DE_NULL, &pipelineCreateInfo);
204 DE_NULL,
211 0, 1, &memBarrier, 0, DE_NULL, 0, DE_NULL);
vktDrawImageObjectUtil.cpp 153 : m_allocation (DE_NULL)
313 DE_NULL, // const void* pNext;
329 barrier.pNext = DE_NULL;
345 0, (const vk::VkMemoryBarrier*)DE_NULL,
346 0, (const vk::VkBufferMemoryBarrier*)DE_NULL,
364 DE_NULL, // const void* pNext;
366 DE_NULL, // const VkSemaphore* pWaitSemaphores;
367 (const vk::VkPipelineStageFlags*)DE_NULL,
371 DE_NULL // const VkSemaphore* pSignalSemaphores;
373 m_vk.queueSubmit(queue, 1, &submitInfo, DE_NULL);
    [all...]
  /external/deqp/framework/common/
tcuFactoryRegistry.cpp 71 return DE_NULL;
82 return DE_NULL;
tcuFunctionLibrary.cpp 56 return DE_NULL;
97 return DE_NULL;
tcuResultCollector.cpp 52 : m_log (DE_NULL)
77 if (m_log != DE_NULL)
  /external/deqp/framework/delibs/deutil/
deClock.c 72 gettimeofday(&currTime, DE_NULL);
82 return (deUint64)time(DE_NULL);
  /external/deqp/framework/opengl/
gluDefs.cpp 81 throw OutOfMemoryError(msgStr.str().c_str(), DE_NULL, file, line);
83 throw Error(err, msgStr.str().c_str(), DE_NULL, file, line);
  /external/deqp/framework/randomshaders/
rsgSamplers.hpp 38 : m_texture (DE_NULL)
63 : m_texture (DE_NULL)
  /external/deqp/external/vulkancts/framework/vulkan/
vkStrUtilImpl.inl 57 default: return DE_NULL;
89 default: return DE_NULL;
158 default: return DE_NULL;
171 default: return DE_NULL;
180 default: return DE_NULL;
373 default: return DE_NULL;
384 default: return DE_NULL;
394 default: return DE_NULL;
407 default: return DE_NULL;
418 default: return DE_NULL;
    [all...]
vkQueryUtil.cpp 37 VK_CHECK(vk.enumeratePhysicalDevices(instance, &numDevices, DE_NULL));
56 vk.getPhysicalDeviceQueueFamilyProperties(physicalDevice, &numQueues, DE_NULL);
125 vk.getPhysicalDeviceSparseImageFormatProperties(physicalDevice, format, type, samples, usage, tiling, &numProp, DE_NULL);
158 VK_CHECK(vkp.enumerateInstanceLayerProperties(&numLayers, DE_NULL));
175 VK_CHECK(vkp.enumerateInstanceExtensionProperties(layerName, &numExtensions, DE_NULL));
192 VK_CHECK(vki.enumerateDeviceLayerProperties(physicalDevice, &numLayers, DE_NULL));
209 VK_CHECK(vki.enumerateDeviceExtensionProperties(physicalDevice, layerName, &numExtensions, DE_NULL));
  /external/deqp/external/vulkancts/modules/vulkan/wsi/
vktWsiSwapchainTests.cpp 92 const VkAllocationCallbacks* pAllocator = DE_NULL)
115 const VkAllocationCallbacks* pAllocator = DE_NULL)
122 DE_NULL,
134 DE_NULL,
139 DE_NULL, // ppEnabledLayerNames
158 vki.getPhysicalDeviceQueueFamilyProperties(physicalDevice, &numFamilies, DE_NULL);
193 InstanceHelper (Context& context, Type wsiType, const VkAllocationCallbacks* pAllocator = DE_NULL)
195 DE_NULL))
223 const VkAllocationCallbacks* pAllocator = DE_NULL)
228 enumerateDeviceExtensionProperties(vki, physicalDevice, DE_NULL),
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
vktSparseResourcesBase.cpp 55 instance.getPhysicalDeviceQueueFamilyProperties(physicalDevice, &queueFamilyPropertiesCount, DE_NULL);
98 queueInfo.pNext = DE_NULL;
114 deviceInfo.pNext = DE_NULL;
116 deviceInfo.ppEnabledExtensionNames = DE_NULL;
118 deviceInfo.ppEnabledLayerNames = DE_NULL;
  /external/deqp/modules/internal/
ditBuildInfoTests.cpp 46 return DE_NULL;
59 return DE_NULL;
75 return DE_NULL;
86 return DE_NULL;
128 const bool isOk = valueName != DE_NULL;
  /external/deqp/modules/gles3/functional/
es3fInteger64StateQueryTests.cpp 55 virtual void verifyUnsignedInteger64GreaterOrEqual (tcu::TestContext& testCtx, GLenum name, GLuint64 reference) = DE_NULL;
268 , m_verifierBoolean (DE_NULL)
269 , m_verifierInteger (DE_NULL)
270 , m_verifierFloat (DE_NULL)
281 DE_ASSERT(m_verifierBoolean == DE_NULL);
282 DE_ASSERT(m_verifierInteger == DE_NULL);
283 DE_ASSERT(m_verifierFloat == DE_NULL);
317 m_verifierBoolean = DE_NULL;
322 m_verifierInteger = DE_NULL;
327 m_verifierFloat = DE_NULL;
    [all...]
  /external/deqp/framework/delibs/depool/
deMemPool.c 140 return DE_NULL;
178 return DE_NULL;
185 return DE_NULL;
206 pool->util = parent ? parent->util : DE_NULL;
215 pool->debugAllocListHead = DE_NULL;
243 deMemPool* pool = createPoolInternal(DE_NULL);
245 return DE_NULL;
254 pool->debugAllocListHead = DE_NULL;
267 return DE_NULL;
355 pool->debugAllocListHead = DE_NULL;
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/dynamic_state/
vktDynamicStateImageObjectUtil.cpp 153 : m_allocation (DE_NULL)
313 DE_NULL, // const void* pNext;
329 barrier.pNext = DE_NULL;
345 0, (const vk::VkMemoryBarrier*)DE_NULL,
346 0, (const vk::VkBufferMemoryBarrier*)DE_NULL,
364 DE_NULL, // const void* pNext;
366 DE_NULL, // const VkSemaphore* pWaitSemaphores;
367 (const vk::VkPipelineStageFlags*)DE_NULL,
371 DE_NULL // const VkSemaphore* pSignalSemaphores;
373 m_vk.queueSubmit(queue, 1, &submitInfo, DE_NULL);
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/query_pool/
vktQueryPoolImageObjectUtil.cpp 154 : m_allocation (DE_NULL)
290 DE_NULL, // const void* pNext;
306 barrier.pNext = DE_NULL;
322 0, (const vk::VkMemoryBarrier*)DE_NULL,
323 0, (const vk::VkBufferMemoryBarrier*)DE_NULL,
341 DE_NULL, // const void* pNext;
343 DE_NULL, // const VkSemaphore* pWaitSemaphores;
344 (const vk::VkPipelineStageFlags*)DE_NULL,
348 DE_NULL // const VkSemaphore* pSignalSemaphores;
350 m_vk.queueSubmit(queue, 1, &submitInfo, DE_NULL);
    [all...]
  /external/deqp/framework/egl/
egluGLContextFactory.cpp 165 , m_display (DE_NULL)
166 , m_window (DE_NULL)
167 , m_pixmap (DE_NULL)
173 , m_dynamicGLLibrary (DE_NULL)
228 NativeWindow* nativeWindow = DE_NULL;
251 NativePixmap* nativePixmap = DE_NULL;
319 throw tcu::NotSupportedError("Selected EGL config doesn't support any surface types", DE_NULL, __FILE__, __LINE__);
333 throw tcu::NotSupportedError("EGL platform doesn't support windows", DE_NULL, __FILE__, __LINE__);
346 throw tcu::NotSupportedError("EGL platform doesn't support pixmaps", DE_NULL, __FILE__, __LINE__);
384 const char* libraryPath = DE_NULL;
    [all...]
  /external/deqp/framework/delibs/decpp/
deSharedPtr.cpp 166 DE_TEST_ASSERT(ptr.get() == DE_NULL);
174 DE_TEST_ASSERT(ptrB.get() == DE_NULL);
191 DE_TEST_ASSERT(ptr.get() != DE_NULL);
204 DE_TEST_ASSERT(ptr.get() != DE_NULL);
217 bool test = (SharedPtr<Object>(new Object(exists))).get() != DE_NULL && exists;
237 DE_TEST_ASSERT(ptr.get() != DE_NULL);
435 DE_TEST_ASSERT(ptr.get() != DE_NULL);
  /external/deqp/framework/platform/X11/
tcuX11.cpp 64 , m_display (DE_NULL)
65 , m_deleteAtom (DE_NULL)
101 if (response != DE_NULL)
121 return DE_NULL;
147 if (visual == DE_NULL)
216 if (width != DE_NULL)
218 if (height != DE_NULL)

Completed in 627 milliseconds

1 2 3 45 6 7 8 91011>>