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

1 2 3 4 5 6 78 91011>>

  /external/deqp/modules/gles2/functional/
es2fBooleanStateQueryTests.cpp 53 virtual void verifyBoolean (tcu::TestContext& testCtx, GLenum name, bool reference) = DE_NULL;
54 virtual void verifyBoolean4 (tcu::TestContext& testCtx, GLenum name, bool reference0, bool reference1, bool reference2, bool reference3) = DE_NULL;
55 virtual void verifyBooleanAnything (tcu::TestContext& testCtx, GLenum name) = DE_NULL;
539 , m_verifierIsEnabled (DE_NULL)
540 , m_verifierBoolean (DE_NULL)
541 , m_verifierInteger (DE_NULL)
542 , m_verifierFloat (DE_NULL)
553 DE_ASSERT(m_verifierIsEnabled == DE_NULL);
554 DE_ASSERT(m_verifierBoolean == DE_NULL);
555 DE_ASSERT(m_verifierInteger == DE_NULL);
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/dynamic_state/
vktDynamicStateRSTests.cpp 179 DE_NULL,
182 DE_NULL,
185 DE_NULL));
231 m_pipeline = vk::createGraphicsPipeline(m_vk, device, DE_NULL, &pipelineCreateInfo);
260 DE_NULL, // const void* pNext;
302 DE_NULL,
311 0, 1, &memBarrier, 0, DE_NULL, 0, DE_NULL);
437 DE_NULL, // const void* pNext;
439 DE_NULL, // const VkSemaphore* pWaitSemaphores
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/image/
vktImageAtomicOperationTests.cpp 109 return DE_NULL;
132 return DE_NULL;
149 return DE_NULL;
166 return DE_NULL;
455 DE_NULL, // const void* pNext;
472 DE_NULL, // const deUint32* pQueueFamilyIndices;
522 deviceInterface.cmdBindDescriptorSets(*cmdBuffer, VK_PIPELINE_BIND_POINT_COMPUTE, *pipelineLayout, 0u, 1u, &m_descriptorSet.get(), 0u, DE_NULL);
539 deviceInterface.cmdPipelineBarrier(*cmdBuffer, VK_PIPELINE_STAGE_TOP_OF_PIPE_BIT, VK_PIPELINE_STAGE_TRANSFER_BIT, DE_FALSE, 0u, DE_NULL, 1u, &inputBufferPostHostWriteBarrier, 1u, &resultImagePreCopyBarrier);
553 deviceInterface.cmdPipelineBarrier(*cmdBuffer, VK_PIPELINE_STAGE_TRANSFER_BIT, VK_PIPELINE_STAGE_COMPUTE_SHADER_BIT, DE_FALSE, 0u, DE_NULL, 0u, DE_NULL, 1u, &resultImagePostCopyBarrier)
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
vktSparseResourcesMipmapSparseResidency.cpp 195 imageSparseInfo.pNext = DE_NULL; //const void* pNext;
208 imageSparseInfo.pQueueFamilyIndices = DE_NULL; //const deUint32* pQueueFamilyIndices;
254 deviceInterface.getImageSparseMemoryRequirements(*m_logicalDevice, *imageSparse, &sparseMemRequirementsCount, DE_NULL);
310 DE_NULL, // const void* pNext;
316 VK_CHECK(deviceInterface.allocateMemory(*m_logicalDevice, &allocInfo, DE_NULL, &deviceMemory));
318 deviceMemUniquePtrVec.push_back(makeVkSharedPtr(Move<VkDeviceMemory>(check<VkDeviceMemory>(deviceMemory), Deleter<VkDeviceMemory>(deviceInterface, *m_logicalDevice, DE_NULL))));
339 DE_NULL, // const void* pNext;
345 VK_CHECK(deviceInterface.allocateMemory(*m_logicalDevice, &allocInfo, DE_NULL, &deviceMemory));
347 deviceMemUniquePtrVec.push_back(makeVkSharedPtr(Move<VkDeviceMemory>(check<VkDeviceMemory>(deviceMemory), Deleter<VkDeviceMemory>(deviceInterface, *m_logicalDevice, DE_NULL))));
366 DE_NULL, // const void* pNext
    [all...]
vktSparseResourcesImageSparseResidency.cpp 295 imageCreateInfo.pNext = DE_NULL; //const void* pNext;
309 imageCreateInfo.pQueueFamilyIndices = DE_NULL; //const deUint32* pQueueFamilyIndices;
341 deviceInterface.getImageSparseMemoryRequirements(*m_logicalDevice, *sparseImage, &sparseMemoryReqCount, DE_NULL);
410 DE_NULL, // const void* pNext;
416 VK_CHECK(deviceInterface.allocateMemory(*m_logicalDevice, &allocInfo, DE_NULL, &deviceMemory));
418 deviceMemUniquePtrVec.push_back(makeVkSharedPtr(Move<VkDeviceMemory>(check<VkDeviceMemory>(deviceMemory), Deleter<VkDeviceMemory>(deviceInterface, *m_logicalDevice, DE_NULL))));
449 DE_NULL, // const void* pNext;
455 VK_CHECK(deviceInterface.allocateMemory(*m_logicalDevice, &allocInfo, DE_NULL, &deviceMemory));
457 deviceMemUniquePtrVec.push_back(makeVkSharedPtr(Move<VkDeviceMemory>(check<VkDeviceMemory>(deviceMemory), Deleter<VkDeviceMemory>(deviceInterface, *m_logicalDevice, DE_NULL))));
476 DE_NULL, // const void* pNext
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/query_pool/
vktQueryPoolOcclusionTests.cpp 146 DE_NULL, // pInputAttachments
149 DE_NULL, // pResolveAttachments
152 DE_NULL)); // preserveAttachments
232 m_pipeline = vk::createGraphicsPipeline(vk, device, DE_NULL, &pipelineCreateInfo);
325 DE_NULL,
331 VK_CHECK(vk.createQueryPool(device, &queryPoolCreateInfo, /*pAllocator*/ DE_NULL, &m_queryPool));
345 if (m_queryPool != DE_NULL)
350 vk.destroyQueryPool(device, m_queryPool, /*pAllocator*/ DE_NULL);
367 DE_NULL, // const void* pNext;
418 DE_NULL, // const void* pNext
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/draw/
vktDrawIndexedTest.cpp 157 DE_NULL, // const void* pNext;
159 DE_NULL, // const VkSemaphore* pWaitSemaphores;
160 (const vk::VkPipelineStageFlags*)DE_NULL,
164 DE_NULL // const VkSemaphore* pSignalSemaphores;
167 VK_CHECK(m_vk.queueSubmit(queue, 1, &submitInfo, DE_NULL));
279 DE_NULL, // const void* pNext;
281 DE_NULL, // const VkSemaphore* pWaitSemaphores;
282 (const vk::VkPipelineStageFlags*)DE_NULL,
286 DE_NULL // const VkSemaphore* pSignalSemaphores;
288 VK_CHECK(m_vk.queueSubmit(queue, 1, &submitInfo, DE_NULL));
    [all...]
vktDrawSimpleTest.cpp 151 DE_NULL, // const void* pNext;
153 DE_NULL, // const VkSemaphore* pWaitSemaphores;
154 (const vk::VkPipelineStageFlags*)DE_NULL,
158 DE_NULL // const VkSemaphore* pSignalSemaphores;
160 VK_CHECK(m_vk.queueSubmit(queue, 1, &submitInfo, DE_NULL));
257 DE_NULL, // const void* pNext;
259 DE_NULL, // const VkSemaphore* pWaitSemaphores;
260 (const vk::VkPipelineStageFlags*)DE_NULL,
264 DE_NULL // const VkSemaphore* pSignalSemaphores;
266 VK_CHECK(m_vk.queueSubmit(queue, 1, &submitInfo, DE_NULL));
    [all...]
  /external/deqp/framework/platform/win32/
tcuWGL.cpp 156 : createContext (DE_NULL)
157 , deleteContext (DE_NULL)
158 , makeCurrent (DE_NULL)
159 , getProcAddress (DE_NULL)
160 , swapLayerBuffers (DE_NULL)
161 , getPixelFormatAttribivARB (DE_NULL)
162 , getPixelFormatAttribfvARB (DE_NULL)
163 , choosePixelFormatARB (DE_NULL)
164 , createContextAttribsARB (DE_NULL)
435 FunctionPtr ptr = DE_NULL;
    [all...]
  /external/deqp/framework/platform/ios/
tcuIOSApp.mm 314 , m_log (DE_NULL)
315 , m_cmdLine (DE_NULL)
316 , m_app (DE_NULL)
350 m_app = DE_NULL;
351 m_cmdLine = DE_NULL;
352 m_log = DE_NULL;
389 return DE_NULL;
  /external/deqp/framework/delibs/deutil/
deFile.c 106 return DE_NULL;
245 HANDLE handle = DE_NULL;
287 handle = CreateFile(filename, access, FILE_SHARE_DELETE|FILE_SHARE_READ|FILE_SHARE_WRITE, DE_NULL, create, FILE_ATTRIBUTE_NORMAL, DE_NULL);
289 return DE_NULL;
374 result = ReadFile(file->handle, buf, bufSize32, &numRead32, DE_NULL);
391 result = WriteFile(file->handle, buf, bufSize32, &numWritten32, DE_NULL);
deSocket.c 48 default: return DE_NULL;
58 default: return DE_NULL;
122 address->host = DE_NULL;
126 return address->host != DE_NULL;
241 DE_STATIC_ASSERT(sizeof(((struct sockaddr_in*)DE_NULL)->sin_port) == sizeof(deUint16));
242 DE_STATIC_ASSERT(sizeof(((struct sockaddr_in6*)DE_NULL)->sin6_port) == sizeof(deUint16));
285 if (address->host != DE_NULL)
287 struct addrinfo* result = DE_NULL;
295 if (getaddrinfo(address->host, DE_NULL, &hints, &result) != 0 || !result)
419 return DE_NULL;
    [all...]
  /external/deqp/framework/qphelper/
qpTestLog.c 157 { QP_TEST_CASE_TYPE_LAST, DE_NULL }
177 { QP_TEST_RESULT_LAST, DE_NULL }
186 { QP_KEY_TAG_NONE, DE_NULL },
192 { QP_KEY_TAG_LAST, DE_NULL }
204 { QP_SAMPLE_VALUE_TAG_LAST, DE_NULL }
216 { QP_IMAGE_COMPRESSION_MODE_BEST, DE_NULL }, /* not allowed to be written! */
218 { QP_IMAGE_COMPRESSION_MODE_LAST, DE_NULL }
230 { QP_IMAGE_FORMAT_LAST, DE_NULL }
246 { QP_SHADER_TYPE_LAST, DE_NULL }
329 * \return qpTestLog instance, or DE_NULL if cannot create fil
    [all...]
  /external/deqp/execserver/
xsWin32TestProcess.cpp 61 NULL, error, MAKELANGID(LANG_NEUTRAL, SUBLANG_DEFAULT), (LPSTR)&msgBuf, 0, DE_NULL) > 0)
365 DE_NULL,
368 DE_NULL);
479 DE_NULL /* Template file. */);
523 securityAttr.lpSecurityDescriptor = DE_NULL;
541 if (!CreateProcess(DE_NULL, (LPTSTR)commandLine, DE_NULL, DE_NULL, TRUE /* inherit handles */, 0, DE_NULL, workingDirectory, &startInfo, &m_procInfo))
630 : m_process (DE_NULL)
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/memory/
vktMemoryAllocationTests.cpp 163 DE_NULL, // pNext
168 VK_CHECK(vkd.allocateMemory(device, &alloc, (const VkAllocationCallbacks*)DE_NULL, &memoryObjects[ndx]));
179 vkd.freeMemory(device, mem, (const VkAllocationCallbacks*)DE_NULL);
189 vkd.freeMemory(device, mem, (const VkAllocationCallbacks*)DE_NULL);
201 DE_NULL, // pNext
206 VK_CHECK(vkd.allocateMemory(device, &alloc, (const VkAllocationCallbacks*)DE_NULL, &memoryObjects[ndx]));
209 vkd.freeMemory(device, memoryObjects[ndx], (const VkAllocationCallbacks*)DE_NULL);
222 vkd.freeMemory(device, mem, (const VkAllocationCallbacks*)DE_NULL);
253 DE_NULL,
367 vkd.freeMemory(device, heap.objects[objectNdx].memory, (const VkAllocationCallbacks*)DE_NULL);
    [all...]
  /external/deqp/modules/gles3/functional/
es3fBufferObjectQueryTests.cpp 80 virtual void verifyInteger (tcu::TestContext& testCtx, GLenum target, GLenum name, GLint reference) = DE_NULL;
81 virtual void verifyInteger64 (tcu::TestContext& testCtx, GLenum target, GLenum name, GLint64 reference) = DE_NULL;
231 virtual void testBuffer (void) = DE_NULL;
288 glBufferData(m_bufferTarget, len, DE_NULL, GL_STREAM_DRAW);
320 glBufferData(m_bufferTarget, 16, DE_NULL, usages[ndx]);
369 glBufferData(m_bufferTarget, 16, DE_NULL, GL_DYNAMIC_COPY);
394 glBufferData(m_bufferTarget, 16, DE_NULL, GL_DYNAMIC_COPY);
419 glBufferData(m_bufferTarget, 16, DE_NULL, GL_DYNAMIC_COPY);
468 glBufferData(GL_ARRAY_BUFFER, 8, DE_NULL, GL_DYNAMIC_COPY);
493 , m_verifierInt (DE_NULL)
    [all...]
es3fBooleanStateQueryTests.cpp 53 virtual void verifyBoolean (tcu::TestContext& testCtx, GLenum name, bool reference) = DE_NULL;
54 virtual void verifyBoolean4 (tcu::TestContext& testCtx, GLenum name, bool reference0, bool reference1, bool reference2, bool reference3) = DE_NULL;
589 glShaderSource(shaderVert, 1, &transformFeedbackTestVertSource, DE_NULL);
597 glShaderSource(shaderFrag, 1, &transformFeedbackTestFragSource, DE_NULL);
638 virtual void testTransformFeedback (void) = DE_NULL;
729 , m_verifierIsEnabled (DE_NULL)
730 , m_verifierBoolean (DE_NULL)
731 , m_verifierInteger (DE_NULL)
732 , m_verifierInteger64 (DE_NULL)
733 , m_verifierFloat (DE_NULL)
    [all...]
es3fSyncTests.cpp 97 , m_program (DE_NULL)
98 , m_syncObject (DE_NULL)
161 m_program = DE_NULL;
167 m_syncObject = DE_NULL;
251 m_syncObject = DE_NULL;
  /external/deqp/framework/randomshaders/
rsgVariableValue.hpp 91 ConstStridedValueAccess (void) : m_type(DE_NULL), m_value(DE_NULL) {}
200 ConstValueRangeAccess (void) : m_type(DE_NULL), m_min(DE_NULL), m_max(DE_NULL) {}
298 const Scalar* getMinPtr (void) const { return m_min.empty() ? DE_NULL : &m_min[0]; }
299 const Scalar* getMaxPtr (void) const { return m_max.empty() ? DE_NULL : &m_max[0]; }
301 Scalar* getMinPtr (void) { return m_min.empty() ? DE_NULL : &m_min[0]; }
302 Scalar* getMaxPtr (void) { return m_max.empty() ? DE_NULL : &m_max[0]; }
  /external/deqp/external/vulkancts/framework/vulkan/
vkMemUtil.cpp 59 void* hostPtr = DE_NULL;
160 : Allocation (*mem, (VkDeviceSize)0, hostPtr ? hostPtr->get() : DE_NULL)
196 DE_NULL, // const void* pNext;
218 DE_NULL,
232 DE_NULL,
  /external/deqp/framework/common/
tcuTestHierarchyUtil.cpp 48 return DE_NULL;
140 FILE* file = DE_NULL;
141 qpXmlWriter* writer = DE_NULL;
158 writer = DE_NULL;
161 file = DE_NULL;
  /external/deqp/framework/delibs/debase/
deMemory.c 141 void* ptr = DE_NULL;
153 return DE_NULL;
177 return DE_NULL;
216 return DE_NULL;
224 return DE_NULL;
  /external/deqp/framework/delibs/decpp/
deArrayBuffer.hpp 78 : m_ptr (DE_NULL)
85 : m_ptr (DE_NULL)
104 : m_ptr (DE_NULL)
131 : m_ptr (DE_NULL)
165 m_ptr = DE_NULL;
  /external/deqp/modules/glshared/
glsFboUtil.cpp 70 return glu::getFramebufferStatusName(fboStatus) != DE_NULL;
75 return glu::getErrorName(errorCode) != DE_NULL;
233 const UniquePtr<ContextInfo> ctxInfo(ctx != DE_NULL ? ContextInfo::create(*ctx) : DE_NULL);
314 if (dynamic_cast<const Renderbuffer*>(&img) != DE_NULL)
316 if (dynamic_cast<const Texture2D*>(&img) != DE_NULL)
318 if (dynamic_cast<const TextureCubeMap*>(&img) != DE_NULL)
320 if (dynamic_cast<const Texture3D*>(&img) != DE_NULL)
322 if (dynamic_cast<const Texture2DArray*>(&img) != DE_NULL)
337 format.format, format.dataType, DE_NULL);
    [all...]
glsShaderRenderCase.hpp 140 : tex2D (DE_NULL)
141 , texCube (DE_NULL)
142 , tex2DArray(DE_NULL)
143 , tex3D (DE_NULL)
226 inline CompileFailed (const char* file, int line) : tcu::TestError("Failed to compile shader program", DE_NULL, file, line) {}

Completed in 502 milliseconds

1 2 3 4 5 6 78 91011>>