Lines Matching defs:pipeline
111 VkPipeline pipeline;
278 * Define a push constant for a given stage into a pipeline.
279 * Must be called before the pipeline layout has been initialized.
285 * Inits a pipeline. Everything in it will be auto-freed when calling
291 * Inits a shader for a specific pipeline. Will be auto-freed on uninit.
302 * Adds a descriptor set to the shader and registers them in the pipeline.
320 * Initializes the pipeline layout after all shaders and descriptor sets have
326 * Initializes a compute pipeline. Will pick the first shader with the
333 * Can be called immediately after pipeline creation, but must be called
353 * Add a command to bind the completed pipeline and its descriptor sets.
361 * Must be called after binding a pipeline if any push constants were defined.