Lines Matching defs:pipeline
57 namespace pipeline
419 vector<GraphicsPipelineWrapper> pipeline;
462 pipeline.reserve(caseDef.numLayers);
470 pipeline.emplace_back(vki, vk, physicalDevice, device, context.getDeviceExtensions(), caseDef.pipelineConstructionType);
471 preparePipelineWrapper(pipeline.back(), pipelineLayout, *renderPass, vertexModule, fragmentModule,
542 pipeline[layerNdx].bind(*cmdBuffer);
822 // Create pipeline descriptor set for the image
838 GraphicsPipelineWrapper pipeline (vki, vk, physicalDevice, device, context.getDeviceExtensions(), caseDef.pipelineConstructionType);
855 // Create pipeline
856 preparePipelineWrapper(pipeline, pipelineLayout, *renderPass, vertexModule, fragmentModule,
880 pipeline.bind(*cmdBuffer);
1073 GraphicsPipelineWrapper pipeline (vki, vk, physicalDevice, device, context.getDeviceExtensions(), caseDef.pipelineConstructionType);
1140 preparePipelineWrapper(pipeline, pipelineLayout, *renderPass, vertexModule, fragmentModule, caseDef.renderSize, VK_PRIMITIVE_TOPOLOGY_TRIANGLE_STRIP, 0, numRenderTargets, caseDef.multisample);
1200 pipeline.bind(*cmdBuffer);
1499 // Create pipeline descriptor set for the image
1511 GraphicsPipelineWrapper pipeline (vki, vk, physicalDevice, device, context.getDeviceExtensions(), caseDef.pipelineConstructionType);
1566 preparePipelineWrapper(pipeline, pipelineLayout, *renderPass, vertexModule, fragmentModule, caseDef.renderSize, VK_PRIMITIVE_TOPOLOGY_TRIANGLE_STRIP, 0, 1u, true);
1650 pipeline.bind(*cmdBuffer);
2061 } // pipeline