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

<<11121314151617181920>>

  /external/deqp/external/vulkancts/modules/vulkan/draw/
vktDrawIndirectTest.cpp 276 DE_NULL, // const void* pNext;
278 DE_NULL, // const VkSemaphore* pWaitSemaphores;
279 (const vk::VkPipelineStageFlags*)DE_NULL,
283 DE_NULL // const VkSemaphore* pSignalSemaphores;
285 VK_CHECK(m_vk.queueSubmit(queue, 1, &submitInfo, DE_NULL));
459 DE_NULL, // const void* pNext;
461 DE_NULL, // const VkSemaphore* pWaitSemaphores;
462 (const vk::VkPipelineStageFlags*)DE_NULL,
466 DE_NULL // const VkSemaphore* pSignalSemaphores;
468 VK_CHECK(m_vk.queueSubmit(queue, 1, &submitInfo, DE_NULL));
    [all...]
  /external/deqp/framework/opengl/
gluES3PlusWrapperContext.cpp 199 return DE_NULL;
219 return DE_NULL;
439 context->gl.shaderSource(shader, 1, &srcPtr, DE_NULL);
480 const std::string translatedSrc = translateShaderSources(type, count, strings, DE_NULL, context->extensionList, context->nativeGLSLVersion);
535 return pos != m_extFuncs.end() ? pos->second : DE_NULL;
620 : m_context (DE_NULL)
621 , m_wrapperCtx (DE_NULL)
655 es3plus::setCurrentContext(DE_NULL);
660 m_wrapperCtx = DE_NULL;
661 m_context = DE_NULL;
    [all...]
  /external/deqp/modules/gles2/functional/
es2fRandomFragmentOpTests.cpp 241 , m_renderer (DE_NULL)
242 , m_refColorBuffer (DE_NULL)
243 , m_refDepthBuffer (DE_NULL)
244 , m_refStencilBuffer (DE_NULL)
245 , m_refRenderer (DE_NULL)
286 m_renderer = DE_NULL;
287 m_refColorBuffer = DE_NULL;
288 m_refDepthBuffer = DE_NULL;
289 m_refStencilBuffer = DE_NULL;
290 m_refRenderer = DE_NULL;
    [all...]
  /external/deqp/modules/gles3/functional/
es3fInstancedRenderingTests.cpp 148 , m_program (DE_NULL)
431 m_program = DE_NULL;
630 : DE_NULL;
634 : DE_NULL;
636 DE_ASSERT(functionName != DE_NULL);
637 DE_ASSERT(functionDesc != DE_NULL);
647 : DE_NULL;
652 : DE_NULL;
654 DE_ASSERT(instancingTypeName != DE_NULL);
655 DE_ASSERT(instancingTypeDesc != DE_NULL);
    [all...]
es3fRandomFragmentOpTests.cpp 241 , m_renderer (DE_NULL)
242 , m_refColorBuffer (DE_NULL)
243 , m_refDepthBuffer (DE_NULL)
244 , m_refStencilBuffer (DE_NULL)
245 , m_refRenderer (DE_NULL)
286 m_renderer = DE_NULL;
287 m_refColorBuffer = DE_NULL;
288 m_refDepthBuffer = DE_NULL;
289 m_refStencilBuffer = DE_NULL;
290 m_refRenderer = DE_NULL;
    [all...]
es3fShaderStateQueryTests.cpp 697 glShaderSource(shaderVert, 1, &commonTestVertSource, DE_NULL);
698 glShaderSource(shaderFrag, 1, &commonTestFragSource, DE_NULL);
729 glShaderSource(shader, 1, &brokenShader, DE_NULL);
822 glShaderSource(shader, 1, &brokenShader, DE_NULL);
842 glShaderSource(shader, 2, shaders, DE_NULL);
925 glShaderSource(shaderVert, 1, &commonTestVertSource, DE_NULL);
926 glShaderSource(shaderFrag, 1, &commonTestFragSource, DE_NULL);
    [all...]
es3fPrimitiveRestartTests.cpp 139 , m_program (DE_NULL)
151 m_program = DE_NULL;
211 return DE_NULL;
667 : DE_NULL;
669 DE_ASSERT(primTypeName != DE_NULL);
679 : DE_NULL;
681 DE_ASSERT(indexTypeName != DE_NULL);
691 : DE_NULL;
693 DE_ASSERT(functionName != DE_NULL);
  /external/deqp/external/vulkancts/modules/vulkan/
vktTestCase.cpp 157 queueInfo.pNext = DE_NULL;
164 deviceInfo.pNext = DE_NULL;
168 deviceInfo.ppEnabledExtensionNames = (extensionPtrs.empty() ? DE_NULL : &extensionPtrs[0]);
170 deviceInfo.ppEnabledLayerNames = (layerPtrs.empty() ? DE_NULL : &layerPtrs[0]);
220 , m_deviceExtensions (filterDefaultDeviceExtensions(enumerateDeviceExtensionProperties(m_instanceInterface, m_physicalDevice, DE_NULL)))
vktRenderPassTests.cpp 94 DE_NULL,
114 DE_NULL,
145 DE_NULL,
185 DE_NULL,
208 DE_NULL,
227 DE_NULL,
246 DE_NULL,
264 DE_NULL,
285 DE_NULL,
296 DE_NULL,
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/compute/
vktComputeBasicComputeShaderTests.cpp 76 DE_NULL, // const void* pNext;
88 DE_NULL, // const deUint32* pQueueFamilyIndices;
238 vk.cmdBindDescriptorSets(*cmdBuffer, VK_PIPELINE_BIND_POINT_COMPUTE, *pipelineLayout, 0u, 1u, &descriptorSet.get(), 0u, DE_NULL);
242 vk.cmdPipelineBarrier(*cmdBuffer, VK_PIPELINE_STAGE_COMPUTE_SHADER_BIT, VK_PIPELINE_STAGE_HOST_BIT, (VkDependencyFlags)0, 0, (const VkMemoryBarrier*)DE_NULL, 1, &computeFinishBarrier, 0, (const VkImageMemoryBarrier*)DE_NULL);
409 vk.cmdBindDescriptorSets(*cmdBuffer, VK_PIPELINE_BIND_POINT_COMPUTE, *pipelineLayout, 0u, 1u, &descriptorSet.get(), 0u, DE_NULL);
413 vk.cmdPipelineBarrier(*cmdBuffer, VK_PIPELINE_STAGE_COMPUTE_SHADER_BIT, VK_PIPELINE_STAGE_HOST_BIT, (VkDependencyFlags)0, 0, (const VkMemoryBarrier*)DE_NULL, 1u, &computeFinishBarrier, 0, (const VkImageMemoryBarrier*)DE_NULL);
582 vk.cmdBindDescriptorSets(*cmdBuffer, VK_PIPELINE_BIND_POINT_COMPUTE, *pipelineLayout, 0u, 1u, &descriptorSet.get(), 0u, DE_NULL);
586 vk.cmdPipelineBarrier(*cmdBuffer, VK_PIPELINE_STAGE_COMPUTE_SHADER_BIT, VK_PIPELINE_STAGE_HOST_BIT, (VkDependencyFlags)0, 0, (const VkMemoryBarrier*)DE_NULL, 1, &computeFinishBarrier, 0, (const VkImageMemoryBarrier*)DE_NULL)
    [all...]
  /external/deqp/framework/opengl/simplereference/
sglrReferenceContext.cpp 76 return tcu::PixelBufferAccess(TextureFormat(TextureFormat::R, TextureFormat::UNSIGNED_INT8), 0, 0, 0, DE_NULL);
339 , m_readFramebufferBinding (DE_NULL)
340 , m_drawFramebufferBinding (DE_NULL)
341 , m_renderbufferBinding (DE_NULL)
342 , m_vertexArrayBinding (DE_NULL)
343 , m_currentProgram (DE_NULL)
345 , m_arrayBufferBinding (DE_NULL)
346 , m_pixelPackBufferBinding (DE_NULL)
347 , m_pixelUnpackBufferBinding (DE_NULL)
348 , m_transformFeedbackBufferBinding (DE_NULL)
    [all...]
  /external/deqp/modules/egl/
teglPreservingSwapTests.cpp 288 , m_window (DE_NULL)
291 , m_gles2Program (DE_NULL)
292 , m_refProgram (DE_NULL)
333 m_window = factory.createWindow(&m_eglTestCtx.getNativeDisplay(), m_eglDisplay, config, DE_NULL, eglu::WindowParams(480, 480, eglu::parseWindowVisibility(m_testCtx.getCommandLine())));
334 m_eglSurface = eglu::createWindowSurface(m_eglTestCtx.getNativeDisplay(), *m_window, m_eglDisplay, config, DE_NULL);
360 if (m_eglConfig == DE_NULL)
377 m_refProgram = DE_NULL;
380 m_gles2Program = DE_NULL;
402 m_window = DE_NULL;
teglCreateSurfaceTests.cpp 72 surface = egl.createWindowSurface(display, config, window.getLegacyNative(), DE_NULL);
79 surface = egl.createPlatformWindowSurfaceEXT(display, config, window.getPlatformNative(), DE_NULL);
93 surface = egl.createPixmapSurface(display, config, pixmap.getLegacyNative(), DE_NULL);
100 surface = egl.createPlatformPixmapSurfaceEXT(display, config, pixmap.getPlatformNative(), DE_NULL);
142 de::UniquePtr<eglu::NativeWindow> window (windowFactory.createWindow(&m_eglTestCtx.getNativeDisplay(), display, config, DE_NULL, eglu::WindowParams(width, height, eglu::parseWindowVisibility(m_testCtx.getCommandLine()))));
200 de::UniquePtr<eglu::NativePixmap> pixmap (pixmapFactory.createPixmap(&m_eglTestCtx.getNativeDisplay(), display, config, DE_NULL, width, height));
  /external/deqp/modules/gles31/functional/
es31fTextureFormatTests.cpp 110 , m_texture (DE_NULL)
124 , m_texture (DE_NULL)
162 m_texture = DE_NULL;
273 , m_texture (DE_NULL)
315 m_texture = DE_NULL;
396 tcu::TestCaseGroup* unsizedGroup = DE_NULL;
397 tcu::TestCaseGroup* sizedGroup = DE_NULL;
398 tcu::TestCaseGroup* sizedBufferGroup = DE_NULL;
403 tcu::TestCaseGroup* sizedCubeArrayGroup = DE_NULL;
  /external/deqp/external/vulkancts/modules/vulkan/image/
vktImageQualifiersTests.cpp 248 : DE_NULL;
386 deviceInterface.cmdBindDescriptorSets(*cmdBuffer, VK_PIPELINE_BIND_POINT_COMPUTE, *pipelineLayout, 0u, 1u, &m_descriptorSet.get(), 0u, DE_NULL);
498 DE_NULL, // const void* pNext;
512 DE_NULL, // const deUint32* pQueueFamilyIndices;
548 const VkDescriptorImageInfo descriptorImageInfo = makeDescriptorImageInfo(DE_NULL, *m_imageView, VK_IMAGE_LAYOUT_GENERAL);
570 deviceInterface.cmdPipelineBarrier(cmdBuffer, VK_PIPELINE_STAGE_HOST_BIT, VK_PIPELINE_STAGE_COMPUTE_SHADER_BIT, 0u, 0u, DE_NULL, 0u, DE_NULL, 1u, &imageLayoutBarrier);
586 deviceInterface.cmdPipelineBarrier(cmdBuffer, VK_PIPELINE_STAGE_COMPUTE_SHADER_BIT, VK_PIPELINE_STAGE_TRANSFER_BIT, 0u, 0u, DE_NULL, 0u, DE_NULL, 1u, &imagePreCopyBarrier);
598 deviceInterface.cmdPipelineBarrier(cmdBuffer, VK_PIPELINE_STAGE_TRANSFER_BIT, VK_PIPELINE_STAGE_HOST_BIT, 0u, 0u, DE_NULL, 1u, &bufferPostCopyBarrier, 0u, DE_NULL)
    [all...]
vktImageSizeTests.cpp 91 DE_NULL, // const void* pNext;
103 DE_NULL, // const deUint32* pQueueFamilyIndices;
312 vk.cmdBindDescriptorSets(*cmdBuffer, VK_PIPELINE_BIND_POINT_COMPUTE, *pipelineLayout, 0u, 1u, &descriptorSet, 0u, DE_NULL);
316 vk.cmdPipelineBarrier(*cmdBuffer, VK_PIPELINE_STAGE_COMPUTE_SHADER_BIT, VK_PIPELINE_STAGE_HOST_BIT, (VkDependencyFlags)0, 0, (const VkMemoryBarrier*)DE_NULL, 1, &shaderWriteBarrier, 0, (const VkImageMemoryBarrier*)DE_NULL);
388 const VkDescriptorImageInfo descriptorImageInfo = makeDescriptorImageInfo(DE_NULL, *m_imageView, VK_IMAGE_LAYOUT_GENERAL);
409 vk.cmdPipelineBarrier(cmdBuffer, VK_PIPELINE_STAGE_TOP_OF_PIPE_BIT, VK_PIPELINE_STAGE_COMPUTE_SHADER_BIT, (VkDependencyFlags)0, 0, (const VkMemoryBarrier*)DE_NULL, 0, (const VkBufferMemoryBarrier*)DE_NULL, 1, &barrierSetImageLayout);
  /external/deqp/modules/gles2/performance/
es2pShaderOptimizationTests.cpp 111 return DE_NULL;
339 return DE_NULL;
454 : DE_NULL;
555 : DE_NULL;
705 : DE_NULL;
    [all...]
  /external/deqp/modules/gles3/performance/
es3pShaderOptimizationTests.cpp 111 return DE_NULL;
342 return DE_NULL;
456 : DE_NULL;
566 : DE_NULL;
716 : DE_NULL;
    [all...]
  /external/deqp/modules/glshared/
glsBufferTestUtil.cpp 150 return DE_NULL;
169 return DE_NULL;
268 : m_writer(DE_NULL)
355 : m_verifier(DE_NULL)
397 const deUint8* mapPtr = DE_NULL;
419 , m_program (DE_NULL)
605 glVertexAttribPointer (m_posLoc, 2, GL_FLOAT, GL_FALSE, 0, DE_NULL);
632 glDrawElements (GL_TRIANGLES, numQuads*6, GL_UNSIGNED_SHORT, DE_NULL);
657 , m_program (DE_NULL)
811 glVertexAttribPointer (m_posLoc, 2, GL_FLOAT, GL_FALSE, 0, DE_NULL);
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
vktSpvAsmInstructionTests.cpp     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/ssbo/
vktSSBOLayoutCase.hpp 80 const char* getInstanceName (void) const { return m_instanceName.empty() ? DE_NULL : m_instanceName.c_str(); }
195 : ptr (DE_NULL)
  /external/deqp/framework/delibs/depool/
dePoolHeap.h 79 return DE_NULL; \
82 return DE_NULL; \
  /external/deqp/framework/delibs/destream/
deIOStream.h 131 stream->vfTable = DE_NULL;
132 stream->streamData = DE_NULL;
  /external/deqp/framework/platform/win32/
tcuWin32GLES3Platform.cpp 36 : context(DE_NULL)
89 , m_context (DE_NULL)
tcuWin32VulkanPlatform.cpp 127 default: return DE_NULL;
163 default: return DE_NULL;

Completed in 685 milliseconds

<<11121314151617181920>>