Home
last modified time | relevance | path

Searched defs:ComputePipelineAbstract (Results 1 – 6 of 6) sorted by relevance

/external/rust/crates/vulkano/src/pipeline/
Dcompute_pipeline.rs214 pub unsafe trait ComputePipelineAbstract: DeviceOwned { interface
/external/rust/crates/vulkano/src/command_buffer/
Dstate_cacher.rs176 pub fn bind_compute_pipeline<P>(&mut self, pipeline: &P) -> StateCacherOutcome in bind_compute_pipeline()
Dsys.rs379 Cp: ?Sized + ComputePipelineAbstract, in bind_pipeline_compute()
/external/rust/crates/vulkano/src/command_buffer/synced/
Dbuilder.rs630 pub(crate) fn bound_pipeline_compute(&self) -> Option<&dyn ComputePipelineAbstract> { in bound_pipeline_compute()
Dmod.rs499 fn bound_pipeline_compute(&self) -> &dyn ComputePipelineAbstract { in bound_pipeline_compute()
Dcommands.rs269 fn bound_pipeline_compute(&self) -> &dyn ComputePipelineAbstract { in bind_pipeline_compute()