/external/deqp/external/openglcts/modules/runner/ |
D | glcKhronosMustpassGl.hpp | 25 { glu::ApiType::core(4, 6), "master", DE_NULL, "unspecified", 1, DE_NULL, 64, 64 }, 26 { glu::ApiType::core(4, 6), "master", DE_NULL, "unspecified", 2, DE_NULL, 113, 47 }, 27 { glu::ApiType::core(4, 6), "master", DE_NULL, "unspecified", 3, "rgba8888d24s8", 64, -1 }, 28 { glu::ApiType::core(4, 6), "master", DE_NULL, "unspecified", 3, "rgba8888d24s8", -1, 64 }, 29 { glu::ApiType::core(4, 5), "master", DE_NULL, "unspecified", 1, DE_NULL, 64, 64 }, 30 { glu::ApiType::core(4, 5), "master", DE_NULL, "unspecified", 2, DE_NULL, 113, 47 }, 31 { glu::ApiType::core(4, 5), "master", DE_NULL, "unspecified", 3, "rgba8888d24s8", 64, -1 }, 32 { glu::ApiType::core(4, 5), "master", DE_NULL, "unspecified", 3, "rgba8888d24s8", -1, 64 }, 33 { glu::ApiType::core(4, 4), "master", DE_NULL, "unspecified", 1, DE_NULL, 64, 64 }, 34 { glu::ApiType::core(4, 4), "master", DE_NULL, "unspecified", 2, DE_NULL, 113, 47 }, [all …]
|
D | glcKhronosMustpassEs.hpp | 25 { glu::ApiType::es(2, 0), "khr-master", DE_NULL, "unspecified", 1, DE_NULL, 64, 64 }, 26 { glu::ApiType::es(3, 0), "khr-master", DE_NULL, "unspecified", 1, DE_NULL, 64, 64 }, 27 { glu::ApiType::es(3, 1), "khr-master", DE_NULL, "unspecified", 1, DE_NULL, 64, 64 }, 28 { glu::ApiType::es(3, 2), "khr-master", DE_NULL, "unspecified", 1, DE_NULL, 64, 64 }, 29 { glu::ApiType::es(3, 2), "khr-master", DE_NULL, "unspecified", 2, DE_NULL, 113, 47 }, 30 { glu::ApiType::es(3, 2), "khr-master", DE_NULL, "unspecified", 3, "rgba8888d24s8", 64, -1 }, 31 { glu::ApiType::es(3, 2), "khr-master", DE_NULL, "unspecified", 3, "rgba8888d24s8", -1, 64 }, 35 { glu::ApiType::es(2, 0), "khr-master", DE_NULL, "unspecified", 1, DE_NULL, 64, 64 }, 36 { glu::ApiType::es(3, 0), "khr-master", DE_NULL, "unspecified", 1, DE_NULL, 64, 64 }, 37 { glu::ApiType::es(3, 1), "khr-master", DE_NULL, "unspecified", 1, DE_NULL, 64, 64 }, [all …]
|
D | glcAospMustpassEs.hpp | 25 { glu::ApiType::es(2, 0), "master", "rgba8888d24s8ms0", "unspecified", -1, DE_NULL, 256, 256 }, 26 { glu::ApiType::es(3, 0), "master", "rgba8888d24s8ms0", "unspecified", -1, DE_NULL, 256, 256 }, 28 { glu::ApiType::es(3, 0), "rotate-portrait", "rgba8888d24s8ms0", "0", -1, DE_NULL, 256, 256 }, 31 { glu::ApiType::es(3, 0), "rotate-landscape", "rgba8888d24s8ms0", "90", -1, DE_NULL, 256, 256 }, 34 …{ glu::ApiType::es(3, 0), "rotate-reverse-portrait", "rgba8888d24s8ms0", "180", -1, DE_NULL, 256, … 37 …{ glu::ApiType::es(3, 0), "rotate-reverse-landscape", "rgba8888d24s8ms0", "270", -1, DE_NULL, 256,… 39 …{ glu::ApiType::es(3, 0), "multisample", "rgba8888d24s8ms4", "unspecified", -1, DE_NULL, 256, 256 … 40 …{ glu::ApiType::es(3, 0), "565-no-depth-no-stencil", "rgb565d0s0ms0", "unspecified", -1, DE_NULL, … 41 { glu::ApiType::es(3, 1), "master", "rgba8888d24s8ms0", "unspecified", -1, DE_NULL, 256, 256 }, 43 { glu::ApiType::es(3, 1), "rotate-portrait", "rgba8888d24s8ms0", "0", -1, DE_NULL, 256, 256 }, [all …]
|
/external/deqp/framework/opengl/simplereference/ |
D | sglrContext.hpp | 46 virtual int getWidth (void) const = DE_NULL; 47 virtual int getHeight (void) const = DE_NULL; 49 virtual void activeTexture (deUint32 texture) = DE_NULL; 50 virtual void viewport (int x, int y, int width, int height) = DE_NULL; 52 virtual void bindTexture (deUint32 target, deUint32 texture) = DE_NULL; 53 virtual void genTextures (int numTextures, deUint32* textures) = DE_NULL; 54 virtual void deleteTextures (int numTextures, const deUint32* textures) = DE_NULL; 56 virtual void bindFramebuffer (deUint32 target, deUint32 framebuffer) = DE_NULL; 57 virtual void genFramebuffers (int numFramebuffers, deUint32* framebuffers) = DE_NULL; 58 virtual void deleteFramebuffers (int numFramebuffers, const deUint32* framebuffers) = DE_NULL; [all …]
|
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineMatchedAttachmentsTests.cpp | 83 DE_NULL // const VkSampler* pImmutableSamplers; in testMatchedAttachments() 89 DE_NULL, // const void* pNext; in testMatchedAttachments() 95 …torSetLayout (createDescriptorSetLayout(vk, vkDevice, &descriptorSetLayoutCreateInfo, DE_NULL)); in testMatchedAttachments() 100 DE_NULL, // const void* pNext; in testMatchedAttachments() 105 DE_NULL // const VkPushConstantRange* pPushConstantRanges; in testMatchedAttachments() 108 …t> pipelineLayout (createPipelineLayout(vk, vkDevice, &pipelineLayoutCreateInfo, DE_NULL)); in testMatchedAttachments() 156 DE_NULL, // const VkAttachmentReference* pResolveAttachments; in testMatchedAttachments() 157 DE_NULL, // const VkAttachmentReference* pDepthStencilAttachment; in testMatchedAttachments() 159 DE_NULL // const deUint32* pPreserveAttachments; in testMatchedAttachments() 165 DE_NULL, // const void* pNext; in testMatchedAttachments() [all …]
|
D | vktPipelineEarlyDestroyTests.cpp | 85 DE_NULL, // const void* pNext; in testEarlyDestroy() 88 DE_NULL, // const VkDescriptorSetLayout* pSetLayouts; in testEarlyDestroy() 90 DE_NULL // const VkPushConstantRange* pPushConstantRanges; in testEarlyDestroy() 93 …t> pipelineLayout (createPipelineLayout(vk, vkDevice, &pipelineLayoutCreateInfo, DE_NULL)); in testEarlyDestroy() 101 DE_NULL, // const void* pNext; in testEarlyDestroy() 106 DE_NULL // const VkSpecializationInfo* pSpecializationInfo; in testEarlyDestroy() 110 DE_NULL, // const void* pNext; in testEarlyDestroy() 115 DE_NULL // const VkSpecializationInfo* pSpecializationInfo; in testEarlyDestroy() 122 DE_NULL, // const void* pNext; in testEarlyDestroy() 125 DE_NULL, // const VkVertexInputBindingDescription* pVertexBindingDescriptions; in testEarlyDestroy() [all …]
|
D | vktPipelineSpecConstantUtil.cpp | 44 DE_ASSERT(m_vertexShaderModule.get() == DE_NULL); in setShader() 50 DE_ASSERT(m_tessControlShaderModule.get() == DE_NULL); in setShader() 56 DE_ASSERT(m_tessEvaluationShaderModule.get() == DE_NULL); in setShader() 62 DE_ASSERT(m_geometryShaderModule.get() == DE_NULL); in setShader() 68 DE_ASSERT(m_fragmentShaderModule.get() == DE_NULL); in setShader() 81 DE_NULL, // const void* pNext; in setShader() 118 DE_NULL, // const void* pNext; in build() 130 DE_NULL, // const void* pNext; in build() 139 DE_NULL, // const void* pNext; in build() 150 DE_NULL, // const void* pNext; in build() [all …]
|
/external/deqp/external/vulkancts/modules/vulkan/api/ |
D | vktApiPipelineTests.cpp | 72 DE_NULL, // const void* pNext; in createCommandBuffer() 98 DE_NULL, // const void* pNext; in renderpassLifetimeTest() 116 DE_NULL, // const deUint32* pQueueFamilyIndices; in renderpassLifetimeTest() 130 DE_NULL, // const void* pNext; in renderpassLifetimeTest() 135 …<VkCommandPool> commandPool (createCommandPool(vk, device, &commandPoolParams, DE_NULL)); in renderpassLifetimeTest() 141 DE_NULL, // const void* pNext; in renderpassLifetimeTest() 143 DE_NULL // const VkCommandBufferInheritanceInfo* pInheritanceInfo; in renderpassLifetimeTest() 152 DE_NULL, // const void* pNext; in renderpassLifetimeTest() 169 …VK_PIPELINE_STAGE_ALL_COMMANDS_BIT, (VkDependencyFlagBits)0u, 0u, DE_NULL, 0u, DE_NULL, 1u, &image… in renderpassLifetimeTest() 196 DE_NULL, // const VkAttachmentReference* pInputAttachments in renderpassLifetimeTest() [all …]
|
D | vktApiDescriptorSetTests.cpp | 48 DE_NULL, // const void* pNext; in createPipelineLayoutDestroyDescriptorSetLayout() 51 DE_NULL, // const VkDescriptorSetLayoutBinding* pBindings; in createPipelineLayoutDestroyDescriptorSetLayout() 59 DE_NULL, // const void* pNext; in createPipelineLayoutDestroyDescriptorSetLayout() 64 DE_NULL // const VkPushConstantRange* pPushConstantRanges; in createPipelineLayoutDestroyDescriptorSetLayout() 82 DE_NULL, // const void* pNext; in descriptorSetLayoutLifetimeGraphicsTest() 87 DE_NULL, // const VkSpecializationInfo* pSpecializationInfo; in descriptorSetLayoutLifetimeGraphicsTest() 93 DE_NULL, // const void* pNext; in descriptorSetLayoutLifetimeGraphicsTest() 96 DE_NULL, // const VkVertexInputBindingDescription* pVertexBindingDescriptions; in descriptorSetLayoutLifetimeGraphicsTest() 98 DE_NULL // const VkVertexInputAttributeDescription* pVertexAttributeDescriptions; in descriptorSetLayoutLifetimeGraphicsTest() 104 DE_NULL, // const void* pNext; in descriptorSetLayoutLifetimeGraphicsTest() [all …]
|
D | vktApiDeviceInitializationTests.cpp | 63 …const char* appNames[] = { "appName", DE_NULL, "", "app, name", "app(\"name\"", "app~!@#$%… in createInstanceTest() 64 …const char* engineNames[] = { "engineName", DE_NULL, "", "engine. name", "engine\"(name)", … in createInstanceTest() 78 DE_NULL, // const void* pNext; in createInstanceTest() 95 DE_NULL, // const void* pNext; in createInstanceTest() 112 DE_NULL, // const void* pNext; in createInstanceTest() 129 DE_NULL, // const void* pNext; in createInstanceTest() 148 DE_NULL, // const void* pNext; in createInstanceTest() 164 DE_NULL, // const void* pNext; in createInstanceTest() 182 DE_NULL, // const void* pNext; in createInstanceTest() 186 DE_NULL, // const char*const* ppEnabledLayernames; in createInstanceTest() [all …]
|
D | vktApiCommandBuffersTests.cpp | 99 DE_NULL, // const void* pNext; in CommandBufferBareTestEnvironment() 166 DE_NULL, // const void* pNext; in CommandBufferRenderPassTestEnvironment() 184 m_colorImage = createImage(m_vkd, m_device, &imageCreateInfo, DE_NULL); in CommandBufferRenderPassTestEnvironment() 194 DE_NULL, // const void* pNext; in CommandBufferRenderPassTestEnvironment() 214 m_colorImageView = createImageView(m_vkd, m_device, &imageViewCreateInfo, DE_NULL); in CommandBufferRenderPassTestEnvironment() 226 DE_NULL, // const void* pNext; in CommandBufferRenderPassTestEnvironment() 236 m_frameBuffer = createFramebuffer(m_vkd, m_device, &framebufferCreateInfo, DE_NULL); in CommandBufferRenderPassTestEnvironment() 243 DE_NULL, // const void* pNext; in CommandBufferRenderPassTestEnvironment() 269 DE_NULL, // const void* pNext; in beginSecondaryCommandBuffer() 281 DE_NULL, // const void* pNext; in beginSecondaryCommandBuffer() [all …]
|
/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkObjUtil.cpp | 54 const VkBool32 disableRasterization = (fragmentShaderModule == DE_NULL); in makeGraphicsPipeline() 55 …llation = (tessellationControlShaderModule != DE_NULL || tessellationEvalShaderModule != DE_N… in makeGraphicsPipeline() 60 DE_NULL, // const void* pNext in makeGraphicsPipeline() 63 DE_NULL, // VkShaderModule module in makeGraphicsPipeline() 65 DE_NULL // const VkSpecializationInfo* pSpecializationInfo in makeGraphicsPipeline() 76 if (tessellationControlShaderModule != DE_NULL) in makeGraphicsPipeline() 83 if (tessellationEvalShaderModule != DE_NULL) in makeGraphicsPipeline() 90 if (geometryShaderModule != DE_NULL) in makeGraphicsPipeline() 97 if (fragmentShaderModule != DE_NULL) in makeGraphicsPipeline() 122 DE_NULL, // const void* pNext in makeGraphicsPipeline() [all …]
|
D | vkRefUtil.inl | 4 …e& vk, const VkInstanceCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator = DE_NULL); 5 …lDevice, const VkDeviceCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator = DE_NULL); 6 …ice, const VkMemoryAllocateInfo* pAllocateInfo, const VkAllocationCallbacks* pAllocator = DE_NULL); 7 …e device, const VkFenceCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator = DE_NULL); 8 …vice, const VkSemaphoreCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator = DE_NULL); 9 …e device, const VkEventCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator = DE_NULL); 10 …vice, const VkQueryPoolCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator = DE_NULL); 11 … device, const VkBufferCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator = DE_NULL); 12 …ice, const VkBufferViewCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator = DE_NULL); 13 …e device, const VkImageCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator = DE_NULL); [all …]
|
D | vkObjUtil.hpp | 46 const VkPipelineVertexInputStateCreateInfo* vertexInputStateCreateInfo = DE_NULL, 47 const VkPipelineRasterizationStateCreateInfo* rasterizationStateCreateInfo = DE_NULL, 48 const VkPipelineMultisampleStateCreateInfo* multisampleStateCreateInfo = DE_NULL, 49 const VkPipelineDepthStencilStateCreateInfo* depthStencilStateCreateInfo = DE_NULL, 50 const VkPipelineColorBlendStateCreateInfo* colorBlendStateCreateInfo = DE_NULL, 51 const VkPipelineDynamicStateCreateInfo* dynamicStateCreateInfo = DE_NULL); 63 const VkPipelineVertexInputStateCreateInfo* vertexInputStateCreateInfo = DE_NULL, 64 const VkPipelineInputAssemblyStateCreateInfo* inputAssemblyStateCreateInfo = DE_NULL, 65 const VkPipelineTessellationStateCreateInfo* tessStateCreateInfo = DE_NULL, 66 const VkPipelineViewportStateCreateInfo* viewportStateCreateInfo = DE_NULL, [all …]
|
/external/deqp/external/vulkancts/modules/vulkan/synchronization/ |
D | vktSynchronizationBasicEventTests.cpp | 51 DE_NULL, in hostResetSetEventCase() 57 if (VK_SUCCESS != vk.createEvent(device, &eventInfo, DE_NULL, &event)) in hostResetSetEventCase() 60 ptrEvent = Move<VkEvent>(check<VkEvent>(event), Deleter<VkEvent>(vk, device, DE_NULL)); in hostResetSetEventCase() 91 DE_NULL, // const void* pNext; in deviceResetSetEventCase() 93 DE_NULL, // const VkSemaphore* pWaitSemaphores; in deviceResetSetEventCase() 94 DE_NULL, // const VkPipelineStageFlags* pWaitDstStageMask; in deviceResetSetEventCase() 98 DE_NULL, // const VkSemaphore* pSignalSemaphores; in deviceResetSetEventCase() 106 VK_CHECK(vk.queueSubmit(queue, 1u, &submitInfo, DE_NULL)); in deviceResetSetEventCase() 116 VK_CHECK(vk.queueSubmit(queue, 1u, &submitInfo, DE_NULL)); in deviceResetSetEventCase() 137 DE_NULL, // const void* pNext; in deviceWaitForEventCase() [all …]
|
D | vktSynchronizationUtil.cpp | 41 DE_NULL, // const void* pNext; in makeBufferCreateInfo() 47 DE_NULL, // const deUint32* pQueueFamilyIndices; in makeBufferCreateInfo() 57 DE_NULL, // const void* pNext; in makeCommandBuffer() 73 DE_NULL, // const void* pNext; in makeDescriptorSet() 88 DE_NULL, // const void* pNext; in makePipelineLayout() 93 DE_NULL, // const VkPushConstantRange* pPushConstantRanges; in makePipelineLayout() 104 DE_NULL, // const void* pNext; in makePipelineLayoutWithoutDescriptors() 107 DE_NULL, // const VkDescriptorSetLayout* pSetLayouts; in makePipelineLayoutWithoutDescriptors() 109 DE_NULL, // const VkPushConstantRange* pPushConstantRanges; in makePipelineLayoutWithoutDescriptors() 124 DE_NULL, // const void* pNext; in makeComputePipeline() [all …]
|
D | vktSynchronizationBasicSemaphoreTests.cpp | 59 DE_NULL, // const void* pNext; in basicOneQueueCase() 61 DE_NULL, // const VkCommandBufferInheritanceInfo* pInheritanceInfo; in basicOneQueueCase() 68 DE_NULL, // const void* pNext; in basicOneQueueCase() 70 DE_NULL, // const VkSemaphore* pWaitSemaphores; in basicOneQueueCase() 71 (const VkPipelineStageFlags*)DE_NULL, in basicOneQueueCase() 79 DE_NULL, // const void* pNext; in basicOneQueueCase() 86 DE_NULL, // const VkSemaphore* pSignalSemaphores; in basicOneQueueCase() 109 VkSemaphoreCreateInfo sci = { VK_STRUCTURE_TYPE_SEMAPHORE_CREATE_INFO, DE_NULL, 0 }; in basicChainCase() 110 VkFenceCreateInfo fci = { VK_STRUCTURE_TYPE_FENCE_CREATE_INFO, DE_NULL, 0 }; in basicChainCase() 117 err = vk.createSemaphore(device, &sci, DE_NULL, &semaphore); in basicChainCase() [all …]
|
/external/deqp/external/vulkancts/modules/vulkan/multiview/ |
D | vktMultiViewRenderUtil.cpp | 117 DE_NULL, // const void* pNext; in makeBufferCreateInfo() 123 DE_NULL, // const deUint32* pQueueFamilyIndices; in makeBufferCreateInfo() 133 DE_NULL, // const void* pNext; in makeImageCreateInfo() 145 DE_NULL, // const uint32_t* pQueueFamilyIndices; in makeImageCreateInfo() 161 DE_NULL, // const void* pNext; in makeImageView() 183 DE_NULL, // const void* pNext; in makeFramebuffer() 202 DE_NULL, // const void* pNext; in makePipelineLayout() 204 (DE_NULL == pSetLayouts)? 0u : 1u, // deUint32 setLayoutCount; in makePipelineLayout() 207 DE_NULL, // const VkPushConstantRange* pPushConstantRanges; in makePipelineLayout() 221 DE_NULL //const VkSampler* pImmutableSamplers; in makeDescriptorSetLayout() [all …]
|
/external/deqp/external/vulkancts/modules/vulkan/renderpass/ |
D | vktRenderPassUnusedAttachmentTests.cpp | 108 DE_NULL, // const void* pNext in createRenderPass() 121 DE_NULL, // const void* pNext in createRenderPass() 134 DE_NULL, // const void* pNext in createRenderPass() 149 DE_NULL, // const void* pNext in createRenderPass() 156 DE_NULL, // const void* pNext in createRenderPass() 163 DE_NULL, // const void* pNext in createRenderPass() 172 DE_NULL, in createRenderPass() 177 DE_NULL, // const VkAttachmentReference* pInputAttachments in createRenderPass() 180 DE_NULL, // const VkAttachmentReference* pResolveAttachments in createRenderPass() 181 DE_NULL, // const VkAttachmentReference* pDepthStencilAttachment in createRenderPass() [all …]
|
D | vktRenderPassSampleReadTests.cpp | 104 DE_NULL, in createImage() 134 DE_NULL, in createImageView() 174 …, 1u, sampleCountBit, imageTiling, usage, VK_SHARING_MODE_EXCLUSIVE, 0u, DE_NULL, VK_IMAGE_LAYOUT_… in createImage() 221 DE_NULL, in createBuffer() 229 DE_NULL in createBuffer() 266 DE_NULL, // || const void* pNext; in createRenderPass() 274 DE_NULL, // || const void* pNext; in createRenderPass() 282 DE_NULL, // || const void* pNext; in createRenderPass() 290 DE_NULL, // || const void* pNext; in createRenderPass() 298 DE_NULL, // || const void* pNext; in createRenderPass() [all …]
|
/external/deqp/external/vulkancts/modules/vulkan/tessellation/ |
D | vktTessellationUtil.cpp | 43 DE_NULL, // const void* pNext; in makeBufferCreateInfo() 49 DE_NULL, // const deUint32* pQueueFamilyIndices; in makeBufferCreateInfo() 59 DE_NULL, // const void* pNext; in makeCommandPool() 75 DE_NULL, // const void* pNext; in makeDescriptorSet() 90 DE_NULL, // const void* pNext; in makePipelineLayout() 95 DE_NULL, // const VkPushConstantRange* pPushConstantRanges; in makePipelineLayout() 106 DE_NULL, // const void* pNext; in makePipelineLayoutWithoutDescriptors() 109 DE_NULL, // const VkDescriptorSetLayout* pSetLayouts; in makePipelineLayoutWithoutDescriptors() 111 DE_NULL, // const VkPushConstantRange* pPushConstantRanges; in makePipelineLayoutWithoutDescriptors() 125 DE_NULL, // const void* pNext; in makeComputePipeline() [all …]
|
/external/deqp/external/vulkancts/modules/vulkan/geometry/ |
D | vktGeometryTestsUtil.cpp | 52 DE_ASSERT(m_vertexShaderModule.get() == DE_NULL); in setShader() 58 DE_ASSERT(m_tessControlShaderModule.get() == DE_NULL); in setShader() 64 DE_ASSERT(m_tessEvaluationShaderModule.get() == DE_NULL); in setShader() 70 DE_ASSERT(m_geometryShaderModule.get() == DE_NULL); in setShader() 76 DE_ASSERT(m_fragmentShaderModule.get() == DE_NULL); in setShader() 89 DE_NULL, // const void* pNext; in setShader() 131 return (vec.size() != 0 ? &vec[0] : DE_NULL); in dataPointer() 142 DE_NULL, // const void* pNext; in build() 171 DE_NULL, // const void* pNext; in build() 180 DE_NULL, // const void* pNext; in build() [all …]
|
/external/deqp/external/vulkancts/modules/vulkan/util/ |
D | vktDrawUtil.cpp | 94 DE_NULL, // const void* pNext; in makeBufferCreateInfo() 100 DE_NULL, // const deUint32* pQueueFamilyIndices; in makeBufferCreateInfo() 110 DE_NULL, // const void* pNext; in makeCommandPool() 122 DE_NULL, // const void* pNext; in makeCommandBuffer() 138 DE_NULL, // const void* pNext; in makeDescriptorSet() 153 DE_NULL, // const void* pNext; in makePipelineLayout() 158 DE_NULL, // const VkPushConstantRange* pPushConstantRanges; in makePipelineLayout() 169 DE_NULL, // const void* pNext; in makePipelineLayoutWithoutDescriptors() 172 DE_NULL, // const VkDescriptorSetLayout* pSetLayouts; in makePipelineLayoutWithoutDescriptors() 174 DE_NULL, // const VkPushConstantRange* pPushConstantRanges; in makePipelineLayoutWithoutDescriptors() [all …]
|
/external/deqp/external/vulkancts/modules/vulkan/device_group/ |
D | vktDeviceGroupRendering.cpp | 176 , m_deviceGroupQueue (DE_NULL) in DeviceGroupTestInstance() 302 DE_NULL, //pNext in init() 311 DE_NULL, //pNext in init() 344 (layerPtrs.empty() ? DE_NULL : &layerPtrs[0]), //ppEnabledLayerNames; in init() 346 (extensionPtrs.empty() ? DE_NULL : &extensionPtrs[0]), //ppEnabledExtensionNames; in init() 459 DE_NULL, // pNext in iterate() 460 DE_NULL, // image in iterate() 461 DE_NULL // buffer in iterate() 467 m_useDedicated ? &dedicatedAllocInfo : DE_NULL, // pNext in iterate() 485 DE_NULL, // pNext in iterate() [all …]
|
/external/deqp/framework/common/ |
D | tcuCommandLine.cpp | 153 …<< Option<CaseList> (DE_NULL, "deqp-caselist", "Case list to run in trie format (e.g. {dEQP-… in registerOptions() 154 …<< Option<CaseListFile> (DE_NULL, "deqp-caselist-file", "Read case list (in trie format) from … in registerOptions() 155 …<< Option<CaseListResource> (DE_NULL, "deqp-caselist-resource", "Read case list (in trie format)… in registerOptions() 156 …<< Option<StdinCaseList> (DE_NULL, "deqp-stdin-caselist", "Read case list (in trie format) from… in registerOptions() 157 …<< Option<LogFilename> (DE_NULL, "deqp-log-filename", "Write test results to given file", … in registerOptions() 158 …<< Option<RunMode> (DE_NULL, "deqp-runmode", "Execute tests, or write list of test cases in… in registerOptions() 160 …<< Option<ExportFilenamePattern>(DE_NULL, "deqp-caselist-export-file", "Set the target file name p… in registerOptions() 161 …<< Option<WatchDog> (DE_NULL, "deqp-watchdog", "Enable test watchdog", s_enableNames,… in registerOptions() 162 …<< Option<CrashHandler> (DE_NULL, "deqp-crashhandler", "Enable crash handling", s_enable… in registerOptions() 163 …<< Option<BaseSeed> (DE_NULL, "deqp-base-seed", "Base seed for test cases that use randomiza… in registerOptions() [all …]
|