Lines Matching defs:pipeline
62 namespace pipeline
378 // Create pipeline layout
424 // create pipeline layout
490 // Create pipeline
1809 // Create pipeline layout
1858 // create pipeline layout
1873 // create pipeline
2229 // Create data for pipeline layout
2850 // Descriptor set layout and pipeline layout.
2889 Move<VkPipeline> pipeline;
2895 pipeline = makeComputePipeline(vkd, device, pipelineLayout.get(), compModule.getModule());
2973 vkd.cmdBindPipeline(cmdBuffer, m_params.bindPoint, pipeline.get());
3099 // test range count, including all valid shader stage in graphics pipeline, and also multiple shader stages share one single range
3244 // test compute pipeline
3365 // change pipeline same range, bind then push, stages vertex and compute
3381 // change pipeline different range overlapping, bind then push, stages vertex and compute
3435 } // pipeline