Lines Matching refs:preRasterShaderPipelineInfo
893 VkGraphicsPipelineCreateInfo preRasterShaderPipelineInfo = initVulkanStructure(&preRasterShaderLibInfo);
894 preRasterShaderPipelineInfo.flags = libCreationFlags;
895 preRasterShaderPipelineInfo.layout = pipelineLayout.get();
896 preRasterShaderPipelineInfo.pViewportState = &viewportStateInfo;
897 preRasterShaderPipelineInfo.pRasterizationState = &rasterizationStateInfo;
900 preRasterShaderPipelineInfo.pInputAssemblyState = &inputAssemblyStateInfo;
901 preRasterShaderPipelineInfo.pTessellationState = &tessellationStateInfo;
903 preRasterShaderPipelineInfo.renderPass = renderPass.get();
910 preRasterShaderPipelineInfo.stageCount = de::sizeU32(preRasterStagesVec);
911 preRasterShaderPipelineInfo.pStages = de::dataOrNull(preRasterStagesVec);
913 preRasterShaderLib = createGraphicsPipeline(vkd, device, DE_NULL, &preRasterShaderPipelineInfo);