Lines Matching refs:gpCI
140 VkGraphicsPipelineCreateInfo gpCI;
141 deMemset(&gpCI, 0, sizeof(gpCI));
142 readJSON_VkGraphicsPipelineCreateInfo(jsonReader, it->pipelineContents, gpCI);
144 for (deUint32 i = 0; i < gpCI.stageCount; ++i)
145 shadersInPipeline.insert(gpCI.pStages[i].module);
146 renderPassesInPipeline.insert(gpCI.renderPass);
147 pipelineLayoutsInPipeline.insert(gpCI.layout);
525 VkPipelineOfflineCreateInfo makeGraphicsPipelineIdentifier (const std::string& testPath, const VkGraphicsPipelineCreateInfo& gpCI, const std::map<deUint64, std::size_t>& objectHashes)
529 std::size_t hashValue = calculateGraphicsPipelineHash(gpCI, objectHashes);