Enum spirv::GLOp

source ·
#[repr(u32)]
pub enum GLOp {
Show 81 variants Round = 1, RoundEven = 2, Trunc = 3, FAbs = 4, SAbs = 5, FSign = 6, SSign = 7, Floor = 8, Ceil = 9, Fract = 10, Radians = 11, Degrees = 12, Sin = 13, Cos = 14, Tan = 15, Asin = 16, Acos = 17, Atan = 18, Sinh = 19, Cosh = 20, Tanh = 21, Asinh = 22, Acosh = 23, Atanh = 24, Atan2 = 25, Pow = 26, Exp = 27, Log = 28, Exp2 = 29, Log2 = 30, Sqrt = 31, InverseSqrt = 32, Determinant = 33, MatrixInverse = 34, Modf = 35, ModfStruct = 36, FMin = 37, UMin = 38, SMin = 39, FMax = 40, UMax = 41, SMax = 42, FClamp = 43, UClamp = 44, SClamp = 45, FMix = 46, IMix = 47, Step = 48, SmoothStep = 49, Fma = 50, Frexp = 51, FrexpStruct = 52, Ldexp = 53, PackSnorm4x8 = 54, PackUnorm4x8 = 55, PackSnorm2x16 = 56, PackUnorm2x16 = 57, PackHalf2x16 = 58, PackDouble2x32 = 59, UnpackSnorm2x16 = 60, UnpackUnorm2x16 = 61, UnpackHalf2x16 = 62, UnpackSnorm4x8 = 63, UnpackUnorm4x8 = 64, UnpackDouble2x32 = 65, Length = 66, Distance = 67, Cross = 68, Normalize = 69, FaceForward = 70, Reflect = 71, Refract = 72, FindILsb = 73, FindSMsb = 74, FindUMsb = 75, InterpolateAtCentroid = 76, InterpolateAtSample = 77, InterpolateAtOffset = 78, NMin = 79, NMax = 80, NClamp = 81,
}
Expand description

GLSL.std.450 extended instruction opcode

Variants§

§

Round = 1

§

RoundEven = 2

§

Trunc = 3

§

FAbs = 4

§

SAbs = 5

§

FSign = 6

§

SSign = 7

§

Floor = 8

§

Ceil = 9

§

Fract = 10

§

Radians = 11

§

Degrees = 12

§

Sin = 13

§

Cos = 14

§

Tan = 15

§

Asin = 16

§

Acos = 17

§

Atan = 18

§

Sinh = 19

§

Cosh = 20

§

Tanh = 21

§

Asinh = 22

§

Acosh = 23

§

Atanh = 24

§

Atan2 = 25

§

Pow = 26

§

Exp = 27

§

Log = 28

§

Exp2 = 29

§

Log2 = 30

§

Sqrt = 31

§

InverseSqrt = 32

§

Determinant = 33

§

MatrixInverse = 34

§

Modf = 35

§

ModfStruct = 36

§

FMin = 37

§

UMin = 38

§

SMin = 39

§

FMax = 40

§

UMax = 41

§

SMax = 42

§

FClamp = 43

§

UClamp = 44

§

SClamp = 45

§

FMix = 46

§

IMix = 47

§

Step = 48

§

SmoothStep = 49

§

Fma = 50

§

Frexp = 51

§

FrexpStruct = 52

§

Ldexp = 53

§

PackSnorm4x8 = 54

§

PackUnorm4x8 = 55

§

PackSnorm2x16 = 56

§

PackUnorm2x16 = 57

§

PackHalf2x16 = 58

§

PackDouble2x32 = 59

§

UnpackSnorm2x16 = 60

§

UnpackUnorm2x16 = 61

§

UnpackHalf2x16 = 62

§

UnpackSnorm4x8 = 63

§

UnpackUnorm4x8 = 64

§

UnpackDouble2x32 = 65

§

Length = 66

§

Distance = 67

§

Cross = 68

§

Normalize = 69

§

FaceForward = 70

§

Reflect = 71

§

Refract = 72

§

FindILsb = 73

§

FindSMsb = 74

§

FindUMsb = 75

§

InterpolateAtCentroid = 76

§

InterpolateAtSample = 77

§

InterpolateAtOffset = 78

§

NMin = 79

§

NMax = 80

§

NClamp = 81

Implementations§

source§

impl GLOp

source

pub fn from_u32(n: u32) -> Option<Self>

Trait Implementations§

source§

impl Clone for GLOp

source§

fn clone(&self) -> GLOp

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for GLOp

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Hash for GLOp

source§

fn hash<__H: Hasher>(&self, state: &mut __H)

Feeds this value into the given Hasher. Read more
1.3.0 · source§

fn hash_slice<H>(data: &[Self], state: &mut H)
where H: Hasher, Self: Sized,

Feeds a slice of this type into the given Hasher. Read more
source§

impl Ord for GLOp

source§

fn cmp(&self, other: &GLOp) -> Ordering

This method returns an Ordering between self and other. Read more
1.21.0 · source§

fn max(self, other: Self) -> Self
where Self: Sized,

Compares and returns the maximum of two values. Read more
1.21.0 · source§

fn min(self, other: Self) -> Self
where Self: Sized,

Compares and returns the minimum of two values. Read more
1.50.0 · source§

fn clamp(self, min: Self, max: Self) -> Self
where Self: Sized + PartialOrd,

Restrict a value to a certain interval. Read more
source§

impl PartialEq for GLOp

source§

fn eq(&self, other: &GLOp) -> bool

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
source§

impl PartialOrd for GLOp

source§

fn partial_cmp(&self, other: &GLOp) -> Option<Ordering>

This method returns an ordering between self and other values if one exists. Read more
1.0.0 · source§

fn lt(&self, other: &Rhs) -> bool

This method tests less than (for self and other) and is used by the < operator. Read more
1.0.0 · source§

fn le(&self, other: &Rhs) -> bool

This method tests less than or equal to (for self and other) and is used by the <= operator. Read more
1.0.0 · source§

fn gt(&self, other: &Rhs) -> bool

This method tests greater than (for self and other) and is used by the > operator. Read more
1.0.0 · source§

fn ge(&self, other: &Rhs) -> bool

This method tests greater than or equal to (for self and other) and is used by the >= operator. Read more
source§

impl Copy for GLOp

source§

impl Eq for GLOp

source§

impl StructuralEq for GLOp

source§

impl StructuralPartialEq for GLOp

Auto Trait Implementations§

§

impl RefUnwindSafe for GLOp

§

impl Send for GLOp

§

impl Sync for GLOp

§

impl Unpin for GLOp

§

impl UnwindSafe for GLOp

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

source§

impl<T, U> Into<U> for T
where U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.