Searched defs:ComputePipelineAbstract (Results 1 – 6 of 6) sorted by relevance
214 pub unsafe trait ComputePipelineAbstract: DeviceOwned { interface
176 pub fn bind_compute_pipeline<P>(&mut self, pipeline: &P) -> StateCacherOutcome in bind_compute_pipeline()
379 Cp: ?Sized + ComputePipelineAbstract, in bind_pipeline_compute()
630 pub(crate) fn bound_pipeline_compute(&self) -> Option<&dyn ComputePipelineAbstract> { in bound_pipeline_compute()
499 fn bound_pipeline_compute(&self) -> &dyn ComputePipelineAbstract { in bound_pipeline_compute()
269 fn bound_pipeline_compute(&self) -> &dyn ComputePipelineAbstract { in bind_pipeline_compute()