#[repr(u32)]pub enum GroupOperation {
Reduce = 0,
InclusiveScan = 1,
ExclusiveScan = 2,
ClusteredReduce = 3,
PartitionedReduceNV = 6,
PartitionedInclusiveScanNV = 7,
PartitionedExclusiveScanNV = 8,
}
Expand description
SPIR-V operand kind: GroupOperation
Variants§
Reduce = 0
InclusiveScan = 1
ExclusiveScan = 2
ClusteredReduce = 3
PartitionedReduceNV = 6
PartitionedInclusiveScanNV = 7
PartitionedExclusiveScanNV = 8
Implementations§
Trait Implementations§
Source§impl Clone for GroupOperation
impl Clone for GroupOperation
Source§fn clone(&self) -> GroupOperation
fn clone(&self) -> GroupOperation
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for GroupOperation
impl Debug for GroupOperation
Source§impl FromStr for GroupOperation
impl FromStr for GroupOperation
Source§impl Hash for GroupOperation
impl Hash for GroupOperation
Source§impl Ord for GroupOperation
impl Ord for GroupOperation
Source§fn cmp(&self, other: &GroupOperation) -> Ordering
fn cmp(&self, other: &GroupOperation) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for GroupOperation
impl PartialEq for GroupOperation
Source§impl PartialOrd for GroupOperation
impl PartialOrd for GroupOperation
impl Copy for GroupOperation
impl Eq for GroupOperation
impl StructuralPartialEq for GroupOperation
Auto Trait Implementations§
impl Freeze for GroupOperation
impl RefUnwindSafe for GroupOperation
impl Send for GroupOperation
impl Sync for GroupOperation
impl Unpin for GroupOperation
impl UnwindSafe for GroupOperation
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)