Searched refs:graphicsPipelineCreateInfos (Results 1 – 2 of 2) sorted by relevance
219 std::vector<VkGraphicsPipelineCreateInfo> graphicsPipelineCreateInfos (pipelineCount); in testGraphicsPipelineIdentifier() local221 …graphicsPipelineCreateInfos[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 …]