Searched refs:graphicsPipelineCreateInfos (Results 1 – 1 of 1) sorted by relevance
215 std::vector<VkGraphicsPipelineCreateInfo> graphicsPipelineCreateInfos(pipelineCount); in testGraphicsPipelineIdentifier() local217 graphicsPipelineCreateInfos[i] = prepareSimpleGraphicsPipelineCI( in testGraphicsPipelineIdentifier()270 pipelineIDs[i].pNext = graphicsPipelineCreateInfos[i].pNext; in testGraphicsPipelineIdentifier()271 graphicsPipelineCreateInfos[i].pNext = &pipelineIDs[i]; in testGraphicsPipelineIdentifier()276 …pelines.emplace_back(createGraphicsPipeline(vk, device, DE_NULL, &graphicsPipelineCreateInfos[i])); in testGraphicsPipelineIdentifier()303 pipelineIDs[i].pNext = graphicsPipelineCreateInfos[i].pNext; in testGraphicsPipelineIdentifier()304 graphicsPipelineCreateInfos[i].pNext = &pipelineIDs[i]; in testGraphicsPipelineIdentifier()315 pipelineIDs[i].pNext = graphicsPipelineCreateInfos[i].pNext; in testGraphicsPipelineIdentifier()316 graphicsPipelineCreateInfos[i].pNext = &pipelineIDs[i]; in testGraphicsPipelineIdentifier()327 pipelineIDs[i].pNext = graphicsPipelineCreateInfos[i].pNext; in testGraphicsPipelineIdentifier()[all …]