Lines Matching refs:info
277 unreachable("instance chain info not found");
289 unreachable("device chain info not found");
1594 VkGraphicsPipelineCreateInfo info = {};
1595 info.sType = VK_STRUCTURE_TYPE_GRAPHICS_PIPELINE_CREATE_INFO;
1596 info.flags = 0;
1597 info.stageCount = 2;
1598 info.pStages = stage;
1599 info.pVertexInputState = &vertex_info;
1600 info.pInputAssemblyState = &ia_info;
1601 info.pViewportState = &viewport_info;
1602 info.pRasterizationState = &raster_info;
1603 info.pMultisampleState = &ms_info;
1604 info.pDepthStencilState = &depth_info;
1605 info.pColorBlendState = &blend_info;
1606 info.pDynamicState = &dynamic_state;
1607 info.layout = data->pipeline_layout;
1608 info.renderPass = data->render_pass;
1611 1, &info,
2514 // Advance the link info for the next element on the chain
2589 // Advance the link info for the next element on the chain