/third_party/vk-gl-cts/external/openglcts/modules/runner/ |
H A 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, 11 [all...] |
H A 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, 11 [all...] |
H A 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, 256 }, 37 { glu::ApiType::es(3, 0), "rotate-reverse-landscape", "rgba8888d24s8ms0", "270", -1, DE_NULL, 256, 256 }, 39 { glu::ApiType::es(3, 0), "multisample", "rgba8888d24s8ms4", "unspecified", -1, DE_NULL, 256, 256 }, 41 { glu::ApiType::es(3, 0), "565-no-depth-no-stencil", "rgb565d0s0ms0", "unspecified", -1, DE_NULL, 256, 256 }, 43 { glu::ApiType::es(3, 1), "master", "rgba8888d24s8ms0", "unspecified", -1, DE_NULL, 256, 256 }, 45 { glu::ApiType::es(3, 1), "rotate-portrait", "rgba8888d24s8ms0", "0", -1, DE_NULL, 25 [all...] |
/third_party/vk-gl-cts/framework/opengl/simplereference/ |
H A 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...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
H A D | vktApiDescriptorSetTests.cpp | 59 DE_NULL, // const void* pNext; in createPipelineLayoutDestroyDescriptorSetLayout() 64 DE_NULL // const VkPushConstantRange* pPushConstantRanges; in createPipelineLayoutDestroyDescriptorSetLayout() 84 DE_NULL, // const void* pNext; in descriptorSetLayoutLifetimeGraphicsTest() 89 DE_NULL, // const VkSpecializationInfo* pSpecializationInfo; in descriptorSetLayoutLifetimeGraphicsTest() 95 DE_NULL, // const void* pNext; in descriptorSetLayoutLifetimeGraphicsTest() 98 DE_NULL, // const VkVertexInputBindingDescription* pVertexBindingDescriptions; in descriptorSetLayoutLifetimeGraphicsTest() 100 DE_NULL // const VkVertexInputAttributeDescription* pVertexAttributeDescriptions; in descriptorSetLayoutLifetimeGraphicsTest() 106 DE_NULL, // const void* pNext; in descriptorSetLayoutLifetimeGraphicsTest() 115 DE_NULL, // const void* pNext; in descriptorSetLayoutLifetimeGraphicsTest() 134 DE_NULL, // cons in descriptorSetLayoutLifetimeGraphicsTest() [all...] |
H A D | vktApiPipelineTests.cpp | 81 DE_NULL, // const void* pNext; in createCommandBuffer() 112 DE_NULL, // const void* pNext; in drawTriangleTest() 129 DE_NULL, // const deUint32* pQueueFamilyIndices; in drawTriangleTest() 143 DE_NULL, // const void* pNext; in drawTriangleTest() 149 DE_NULL, // const deUint32* pQueueFamilyIndices; in drawTriangleTest() 161 DE_NULL, // const void* pNext; in drawTriangleTest() 166 const Unique<VkCommandPool> commandPool (createCommandPool(vk, device, &commandPoolParams, DE_NULL)); in drawTriangleTest() 172 DE_NULL, // const void* pNext; in drawTriangleTest() 174 DE_NULL // const VkCommandBufferInheritanceInfo* pInheritanceInfo; in drawTriangleTest() 203 DE_NULL, // cons in drawTriangleTest() [all...] |
H A D | vktApiObjectManagementTests.cpp | 193 : m_barrier(DE_NULL) in ThreadGroupThread() 274 , allocationCallbacks (DE_NULL) in Environment() 309 , allocationCallbacks(DE_NULL) in Environment() 521 const vector<VkExtensionProperties> instanceExts = enumerateInstanceExtensionProperties(env.vkp, DE_NULL); in create() 535 DE_NULL, in create() 536 DE_NULL, // pApplicationName in create() 538 DE_NULL, // pEngineName in create() 546 DE_NULL, in create() 550 DE_NULL, // ppEnabledLayerNames in create() 552 extensionNamePtrs.empty() ? DE_NULL in create() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/ |
H A D | vktApiDescriptorSetTests.cpp | 59 DE_NULL, // const void* pNext; in createPipelineLayoutDestroyDescriptorSetLayout() 64 DE_NULL // const VkPushConstantRange* pPushConstantRanges; in createPipelineLayoutDestroyDescriptorSetLayout() 84 DE_NULL, // const void* pNext; in descriptorSetLayoutLifetimeGraphicsTest() 89 DE_NULL, // const VkSpecializationInfo* pSpecializationInfo; in descriptorSetLayoutLifetimeGraphicsTest() 95 DE_NULL, // const void* pNext; in descriptorSetLayoutLifetimeGraphicsTest() 98 DE_NULL, // const VkVertexInputBindingDescription* pVertexBindingDescriptions; in descriptorSetLayoutLifetimeGraphicsTest() 100 DE_NULL // const VkVertexInputAttributeDescription* pVertexAttributeDescriptions; in descriptorSetLayoutLifetimeGraphicsTest() 106 DE_NULL, // const void* pNext; in descriptorSetLayoutLifetimeGraphicsTest() 115 DE_NULL, // const void* pNext; in descriptorSetLayoutLifetimeGraphicsTest() 134 DE_NULL, // cons in descriptorSetLayoutLifetimeGraphicsTest() [all...] |
H A D | vktApiPipelineTests.cpp | 81 DE_NULL, // const void* pNext; in createCommandBuffer() 112 DE_NULL, // const void* pNext; in drawTriangleTest() 129 DE_NULL, // const deUint32* pQueueFamilyIndices; in drawTriangleTest() 143 DE_NULL, // const void* pNext; in drawTriangleTest() 149 DE_NULL, // const deUint32* pQueueFamilyIndices; in drawTriangleTest() 161 DE_NULL, // const void* pNext; in drawTriangleTest() 166 const Unique<VkCommandPool> commandPool (createCommandPool(vk, device, &commandPoolParams, DE_NULL)); in drawTriangleTest() 172 DE_NULL, // const void* pNext; in drawTriangleTest() 174 DE_NULL // const VkCommandBufferInheritanceInfo* pInheritanceInfo; in drawTriangleTest() 203 DE_NULL, // cons in drawTriangleTest() [all...] |
H A D | vktApiObjectManagementTests.cpp | 193 : m_barrier(DE_NULL) in ThreadGroupThread() 274 , allocationCallbacks (DE_NULL) in Environment() 309 , allocationCallbacks(DE_NULL) in Environment() 521 const vector<VkExtensionProperties> instanceExts = enumerateInstanceExtensionProperties(env.vkp, DE_NULL); in create() 535 DE_NULL, in create() 536 DE_NULL, // pApplicationName in create() 538 DE_NULL, // pEngineName in create() 546 DE_NULL, in create() 550 DE_NULL, // ppEnabledLayerNames in create() 552 extensionNamePtrs.empty() ? DE_NULL in create() [all...] |
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
H A D | vkObjUtil.cpp | 54 DE_NULL, // void* pNext; in makeComputePipeline() 74 DE_NULL, // VkPipeline basePipelineHandle; in makeComputePipeline() 89 DE_NULL, in makeComputePipeline() 92 DE_NULL); in makeComputePipeline() 121 DE_NULL, // const void* pNext in makeGraphicsPipeline() 130 DE_NULL, // const void* pNext in makeGraphicsPipeline() 138 DE_NULL, // const void* pNext in makeGraphicsPipeline() 141 viewports.empty() ? DE_NULL : &viewports[0], // const VkViewport* pViewports in makeGraphicsPipeline() 143 scissors.empty() ? DE_NULL : &scissors[0] // const VkRect2D* pScissors in makeGraphicsPipeline() 156 DE_NULL, // cons in makeGraphicsPipeline() [all...] |
/third_party/vk-gl-cts/framework/common/ |
H A D | tcuCommandLine.cpp | 190 << Option<CaseList> (DE_NULL, "deqp-caselist", "Case list to run in trie format (e.g. {dEQP-GLES2{info{version,renderer}}})") in registerOptions() 191 << Option<CaseListFile> (DE_NULL, "deqp-caselist-file", "Read case list (in trie format) from given file") in registerOptions() 192 << Option<CaseListResource> (DE_NULL, "deqp-caselist-resource", "Read case list (in trie format) from given file located application's assets") in registerOptions() 193 << Option<StdinCaseList> (DE_NULL, "deqp-stdin-caselist", "Read case list (in trie format) from stdin") in registerOptions() 194 << Option<LogFilename> (DE_NULL, "deqp-log-filename", "Write test results to given file", "TestResults.qpa") in registerOptions() 195 << Option<RunMode> (DE_NULL, "deqp-runmode", "Execute tests, write list of test cases into a file, or verify amber capability coherency", in registerOptions() 197 << Option<ExportFilenamePattern> (DE_NULL, "deqp-caselist-export-file", "Set the target file name pattern for caselist export", "${packageName}-cases.${typeExtension}") in registerOptions() 198 << Option<WatchDog> (DE_NULL, "deqp-watchdog", "Enable test watchdog", s_enableNames, "disable") in registerOptions() 199 << Option<CrashHandler> (DE_NULL, "deqp-crashhandler", "Enable crash handling", s_enableNames, "disable") in registerOptions() 200 << Option<BaseSeed> (DE_NULL, "deq in registerOptions() 697 parseCaseList(std::istream& in, const tcu::Archive& archive, const char* path = DE_NULL) parseCaseList() argument [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/fragment_shader_interlock/ |
H A D | vktFragmentShaderInterlockBasic.cpp | 350 DE_NULL, // pImmutableSamplers in iterate() 357 DE_NULL, // pImmutableSamplers in iterate() 365 DE_NULL, // pNext in iterate() 398 DE_NULL, // pNext in iterate() 403 DE_NULL, // pPushConstantRanges in iterate() 415 DE_NULL, // const void* pNext; in iterate() 433 DE_NULL, // const deUint32* pQueueFamilyIndices; in iterate() 440 DE_NULL, // const void* pNext; in iterate() 442 DE_NULL, // VkImage image; in iterate() 468 VkDescriptorImageInfo imageInfo = makeDescriptorImageInfo(DE_NULL, *imageVie in iterate() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/ |
H A D | vktSynchronizationBasicEventTests.cpp | 56 de::MovePtr<VideoDevice> videoDevice (config.videoCodecOperationFlags != 0 ? new VideoDevice(context, config.videoCodecOperationFlags) : DE_NULL); in hostResetSetEventCase() 62 DE_NULL, in hostResetSetEventCase() 70 if (VK_SUCCESS != vk.createEvent(device, &eventInfo, DE_NULL, &event)) in hostResetSetEventCase() 73 ptrEvent = Move<VkEvent>(check<VkEvent>(event), Deleter<VkEvent>(vk, device, DE_NULL)); in hostResetSetEventCase() 95 de::MovePtr<VideoDevice> videoDevice (config.videoCodecOperationFlags != 0 ? new VideoDevice(context, config.videoCodecOperationFlags) : DE_NULL); in deviceResetSetEventCase() 107 DE_NULL, // const void* pNext in deviceResetSetEventCase() 113 VkDependencyInfoKHR dependencyInfo = makeCommonDependencyInfo(&memoryBarrier2, DE_NULL, DE_NULL, DE_TRUE); in deviceResetSetEventCase() 124 DE_NULL, // const VkSemaphoreSubmitInfoKHR* pWaitSemaphoreInfos in deviceResetSetEventCase() 128 DE_NULL // cons in deviceResetSetEventCase() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/fragment_shader_interlock/ |
H A D | vktFragmentShaderInterlockBasic.cpp | 350 DE_NULL, // pImmutableSamplers in iterate() 357 DE_NULL, // pImmutableSamplers in iterate() 365 DE_NULL, // pNext in iterate() 398 DE_NULL, // pNext in iterate() 403 DE_NULL, // pPushConstantRanges in iterate() 415 DE_NULL, // const void* pNext; in iterate() 433 DE_NULL, // const deUint32* pQueueFamilyIndices; in iterate() 440 DE_NULL, // const void* pNext; in iterate() 442 DE_NULL, // VkImage image; in iterate() 468 VkDescriptorImageInfo imageInfo = makeDescriptorImageInfo(DE_NULL, *imageVie in iterate() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/synchronization/ |
H A D | vktSynchronizationBasicEventTests.cpp | 56 de::MovePtr<VideoDevice> videoDevice (config.videoCodecOperationFlags != 0 ? new VideoDevice(context, config.videoCodecOperationFlags) : DE_NULL); in hostResetSetEventCase() 62 DE_NULL, in hostResetSetEventCase() 70 if (VK_SUCCESS != vk.createEvent(device, &eventInfo, DE_NULL, &event)) in hostResetSetEventCase() 73 ptrEvent = Move<VkEvent>(check<VkEvent>(event), Deleter<VkEvent>(vk, device, DE_NULL)); in hostResetSetEventCase() 95 de::MovePtr<VideoDevice> videoDevice (config.videoCodecOperationFlags != 0 ? new VideoDevice(context, config.videoCodecOperationFlags) : DE_NULL); in deviceResetSetEventCase() 107 DE_NULL, // const void* pNext in deviceResetSetEventCase() 113 VkDependencyInfoKHR dependencyInfo = makeCommonDependencyInfo(&memoryBarrier2, DE_NULL, DE_NULL, DE_TRUE); in deviceResetSetEventCase() 124 DE_NULL, // const VkSemaphoreSubmitInfoKHR* pWaitSemaphoreInfos in deviceResetSetEventCase() 128 DE_NULL // cons in deviceResetSetEventCase() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/ |
H A D | vktDynamicRenderingRandomTests.cpp | 152 DE_NULL, // const void* pNext in DynamicRenderingTestInstance() 165 DE_NULL, // const deUint32* pQueueFamilyIndices in DynamicRenderingTestInstance() 190 m_pipelineLayout = makePipelineLayout(vk, device, 0u, DE_NULL, 1u, &pcRange); in DynamicRenderingTestInstance() 219 DE_NULL, // const void* pNext in DynamicRenderingTestInstance() 231 DE_NULL, // const VkShaderModule tessellationControlShaderModule in DynamicRenderingTestInstance() 232 DE_NULL, // const VkShaderModule tessellationEvalShaderModule in DynamicRenderingTestInstance() 233 DE_NULL, // const VkShaderModule geometryShaderModule in DynamicRenderingTestInstance() 235 DE_NULL, // const VkRenderPass renderPass in DynamicRenderingTestInstance() 241 DE_NULL, // const VkPipelineVertexInputStateCreateInfo* vertexInputStateCreateInfo in DynamicRenderingTestInstance() 242 DE_NULL, // cons in DynamicRenderingTestInstance() [all...] |
H A D | vktRenderPassSampleReadTests.cpp | 104 DE_NULL, in createImage() 134 DE_NULL, in createImageView() 174 return createImage(vkd, device, 0u, imageType, vkFormat, imageExtent, 1u, 1u, sampleCountBit, imageTiling, usage, VK_SHARING_MODE_EXCLUSIVE, 0u, DE_NULL, VK_IMAGE_LAYOUT_UNDEFINED); 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, // || cons in createRenderPass() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/ |
H A D | vktDynamicRenderingRandomTests.cpp | 152 DE_NULL, // const void* pNext in DynamicRenderingTestInstance() 165 DE_NULL, // const deUint32* pQueueFamilyIndices in DynamicRenderingTestInstance() 190 m_pipelineLayout = makePipelineLayout(vk, device, 0u, DE_NULL, 1u, &pcRange); in DynamicRenderingTestInstance() 219 DE_NULL, // const void* pNext in DynamicRenderingTestInstance() 231 DE_NULL, // const VkShaderModule tessellationControlShaderModule in DynamicRenderingTestInstance() 232 DE_NULL, // const VkShaderModule tessellationEvalShaderModule in DynamicRenderingTestInstance() 233 DE_NULL, // const VkShaderModule geometryShaderModule in DynamicRenderingTestInstance() 235 DE_NULL, // const VkRenderPass renderPass in DynamicRenderingTestInstance() 241 DE_NULL, // const VkPipelineVertexInputStateCreateInfo* vertexInputStateCreateInfo in DynamicRenderingTestInstance() 242 DE_NULL, // cons in DynamicRenderingTestInstance() [all...] |
H A D | vktRenderPassSampleReadTests.cpp | 104 DE_NULL, in createImage() 134 DE_NULL, in createImageView() 174 return createImage(vkd, device, 0u, imageType, vkFormat, imageExtent, 1u, 1u, sampleCountBit, imageTiling, usage, VK_SHARING_MODE_EXCLUSIVE, 0u, DE_NULL, VK_IMAGE_LAYOUT_UNDEFINED); 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, // || cons in createRenderPass() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
H A D | vktPipelineMatchedAttachmentsTests.cpp | 89 DE_NULL // const VkSampler* pImmutableSamplers; in testMatchedAttachments() 95 DE_NULL, // const void* pNext; in testMatchedAttachments() 101 const Unique<VkDescriptorSetLayout> descriptorSetLayout (createDescriptorSetLayout(vk, vkDevice, &descriptorSetLayoutCreateInfo, DE_NULL)); in testMatchedAttachments() 106 DE_NULL, // const void* pNext; in testMatchedAttachments() 111 DE_NULL // const VkPushConstantRange* pPushConstantRanges; in testMatchedAttachments() 114 const Unique<VkPipelineLayout> pipelineLayout (createPipelineLayout(vk, vkDevice, &pipelineLayoutCreateInfo, DE_NULL)); in testMatchedAttachments() 162 DE_NULL, // const VkAttachmentReference* pResolveAttachments; in testMatchedAttachments() 163 DE_NULL, // const VkAttachmentReference* pDepthStencilAttachment; in testMatchedAttachments() 165 DE_NULL // const deUint32* pPreserveAttachments; in testMatchedAttachments() 171 DE_NULL, // cons in testMatchedAttachments() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/geometry/ |
H A 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, // cons in build() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/geometry/ |
H A 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, // cons in build() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineMatchedAttachmentsTests.cpp | 93 DE_NULL // const VkSampler* pImmutableSamplers; in testMatchedAttachments() 99 DE_NULL, // const void* pNext; in testMatchedAttachments() 105 const Unique<VkDescriptorSetLayout> descriptorSetLayout (createDescriptorSetLayout(vk, vkDevice, &descriptorSetLayoutCreateInfo, DE_NULL)); in testMatchedAttachments() 110 DE_NULL, // const void* pNext; in testMatchedAttachments() 115 DE_NULL // const VkPushConstantRange* pPushConstantRanges; in testMatchedAttachments() 118 const PipelineLayoutWrapper pipelineLayout (params.pipelineConstructionType, vk, vkDevice, &pipelineLayoutCreateInfo, DE_NULL); in testMatchedAttachments() 166 DE_NULL, // const VkAttachmentReference* pResolveAttachments; in testMatchedAttachments() 167 DE_NULL, // const VkAttachmentReference* pDepthStencilAttachment; in testMatchedAttachments() 169 DE_NULL // const deUint32* pPreserveAttachments; in testMatchedAttachments() 175 DE_NULL, // cons in testMatchedAttachments() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/multiview/ |
H A D | vktMultiViewRenderUtil.cpp | 117 DE_NULL, // const void* pNext; in makeImageCreateInfo() 129 DE_NULL, // const uint32_t* pQueueFamilyIndices; in makeImageCreateInfo() 144 DE_NULL //const VkSampler* pImmutableSamplers; in makeDescriptorSetLayout() 150 DE_NULL, //const void* pNext; in makeDescriptorSetLayout() 172 DE_NULL, // || const void* pNext; in makeRenderPass() 187 DE_NULL, // || const void* pNext; in makeRenderPass() 196 DE_NULL, // || const void* pNext; in makeRenderPass() 211 DE_NULL, // || const void* pNext; in makeRenderPass() 236 DE_NULL, // || const void* pNext; in makeRenderPass() 241 DE_NULL, // cons in makeRenderPass() [all...] |