Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/sc/
H A DvktPipelineIdentifierTests.cpp215 std::vector<VkGraphicsPipelineCreateInfo> graphicsPipelineCreateInfos(pipelineCount); in testGraphicsPipelineIdentifier() local
217 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 …]