Searched refs:bind_pipeline_compute (Results 1 – 3 of 3) sorted by relevance
301 pub fn bind_pipeline_compute(&mut self, pipeline: Arc<ComputePipeline>) -> &mut Self { in bind_pipeline_compute() function305 self.inner.bind_pipeline_compute(pipeline); in bind_pipeline_compute()751 pub unsafe fn bind_pipeline_compute(&mut self, pipeline: Arc<ComputePipeline>) { in bind_pipeline_compute() method762 out.bind_pipeline_compute(&self.pipeline); in bind_pipeline_compute()1117 pub unsafe fn bind_pipeline_compute(&mut self, pipeline: &ComputePipeline) { in bind_pipeline_compute() method
520 cbb.bind_pipeline_compute(pipeline.clone()) in specialization_constants()
357 pub fn bind_pipeline_compute(&mut self, pipeline: Arc<ComputePipeline>) -> &mut Self { in bind_pipeline_compute() function