Searched refs:QueueableProvider (Results 1 – 2 of 2) sorted by relevance
534 pub trait QueueableProvider<'a> { trait541 pub trait GetBufferByIndex<'a>: QueueableProvider<'a> {546 pub trait GetFreeBuffer<'a>: QueueableProvider<'a> {550 impl<'a, D: Direction, P: PrimitiveBufferHandles> QueueableProvider<'a> impl565 impl<'a, D, P, Q> QueueableProvider<'a> for Q677 Q: private::QueueableProvider<'a>,680 type Queueable = <Self as private::QueueableProvider<'a>>::Queueable;692 Q: private::QueueableProvider<'a>,695 type Queueable = <Self as private::QueueableProvider<'a>>::Queueable;709 <Self as private::QueueableProvider<'a>>::Queueable: OutputQueueable<B>,[all …]
126 impl<'a, D: Direction> private::QueueableProvider<'a>