Home
last modified time | relevance | path

Searched refs:graphicsPipelineCreateInfos (Results 1 – 2 of 2) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sc/
DvktPipelineIdentifierTests.cpp219 std::vector<VkGraphicsPipelineCreateInfo> graphicsPipelineCreateInfos (pipelineCount); in testGraphicsPipelineIdentifier() local
221graphicsPipelineCreateInfos[i] = prepareSimpleGraphicsPipelineCI(vertexInputStateCreateInfo[i], sh… in testGraphicsPipelineIdentifier()
271 pipelineIDs[i].pNext = graphicsPipelineCreateInfos[i].pNext; in testGraphicsPipelineIdentifier()
272 graphicsPipelineCreateInfos[i].pNext = &pipelineIDs[i]; in testGraphicsPipelineIdentifier()
277 …pipelines.emplace_back(createGraphicsPipeline(vk, device, DE_NULL, &graphicsPipelineCreateInfos[i]… in testGraphicsPipelineIdentifier()
302 pipelineIDs[i].pNext = graphicsPipelineCreateInfos[i].pNext; in testGraphicsPipelineIdentifier()
303 graphicsPipelineCreateInfos[i].pNext = &pipelineIDs[i]; in testGraphicsPipelineIdentifier()
314 pipelineIDs[i].pNext = graphicsPipelineCreateInfos[i].pNext; in testGraphicsPipelineIdentifier()
315 graphicsPipelineCreateInfos[i].pNext = &pipelineIDs[i]; in testGraphicsPipelineIdentifier()
326 pipelineIDs[i].pNext = graphicsPipelineCreateInfos[i].pNext; in testGraphicsPipelineIdentifier()
[all …]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/sc/
DvktPipelineIdentifierTests.cpp219 std::vector<VkGraphicsPipelineCreateInfo> graphicsPipelineCreateInfos (pipelineCount); in testGraphicsPipelineIdentifier() local
221graphicsPipelineCreateInfos[i] = prepareSimpleGraphicsPipelineCI(vertexInputStateCreateInfo[i], sh… in testGraphicsPipelineIdentifier()
271 pipelineIDs[i].pNext = graphicsPipelineCreateInfos[i].pNext; in testGraphicsPipelineIdentifier()
272 graphicsPipelineCreateInfos[i].pNext = &pipelineIDs[i]; in testGraphicsPipelineIdentifier()
277 …pipelines.emplace_back(createGraphicsPipeline(vk, device, DE_NULL, &graphicsPipelineCreateInfos[i]… in testGraphicsPipelineIdentifier()
302 pipelineIDs[i].pNext = graphicsPipelineCreateInfos[i].pNext; in testGraphicsPipelineIdentifier()
303 graphicsPipelineCreateInfos[i].pNext = &pipelineIDs[i]; in testGraphicsPipelineIdentifier()
314 pipelineIDs[i].pNext = graphicsPipelineCreateInfos[i].pNext; in testGraphicsPipelineIdentifier()
315 graphicsPipelineCreateInfos[i].pNext = &pipelineIDs[i]; in testGraphicsPipelineIdentifier()
326 pipelineIDs[i].pNext = graphicsPipelineCreateInfos[i].pNext; in testGraphicsPipelineIdentifier()
[all …]