Skip to main content

Decoration

Enum Decoration 

Source
#[repr(u32)]
pub enum Decoration {
Show 149 variants RelaxedPrecision = 0, SpecId = 1, Block = 2, BufferBlock = 3, RowMajor = 4, ColMajor = 5, ArrayStride = 6, MatrixStride = 7, GLSLShared = 8, GLSLPacked = 9, CPacked = 10, BuiltIn = 11, NoPerspective = 13, Flat = 14, Patch = 15, Centroid = 16, Sample = 17, Invariant = 18, Restrict = 19, Aliased = 20, Volatile = 21, Constant = 22, Coherent = 23, NonWritable = 24, NonReadable = 25, Uniform = 26, UniformId = 27, SaturatedConversion = 28, Stream = 29, Location = 30, Component = 31, Index = 32, Binding = 33, DescriptorSet = 34, Offset = 35, XfbBuffer = 36, XfbStride = 37, FuncParamAttr = 38, FPRoundingMode = 39, FPFastMathMode = 40, LinkageAttributes = 41, NoContraction = 42, InputAttachmentIndex = 43, Alignment = 44, MaxByteOffset = 45, AlignmentId = 46, MaxByteOffsetId = 47, SaturatedToLargestFloat8NormalConversionEXT = 4_216, NoSignedWrap = 4_469, NoUnsignedWrap = 4_470, WeightTextureQCOM = 4_487, BlockMatchTextureQCOM = 4_488, BlockMatchSamplerQCOM = 4_499, ExplicitInterpAMD = 4_999, NodeSharesPayloadLimitsWithAMDX = 5_019, NodeMaxPayloadsAMDX = 5_020, TrackFinishWritingAMDX = 5_078, PayloadNodeNameAMDX = 5_091, PayloadNodeBaseIndexAMDX = 5_098, PayloadNodeSparseArrayAMDX = 5_099, PayloadNodeArraySizeAMDX = 5_100, PayloadDispatchIndirectAMDX = 5_105, ArrayStrideIdEXT = 5_124, OffsetIdEXT = 5_125, OverrideCoverageNV = 5_248, PassthroughNV = 5_250, ViewportRelativeNV = 5_252, SecondaryViewportRelativeNV = 5_256, PerPrimitiveEXT = 5_271, PerViewNV = 5_272, PerTaskNV = 5_273, PerVertexKHR = 5_285, NonUniform = 5_300, RestrictPointer = 5_355, AliasedPointer = 5_356, MemberOffsetNV = 5_358, HitObjectShaderRecordBufferNV = 5_386, HitObjectShaderRecordBufferEXT = 5_389, BankNV = 5_397, BindlessSamplerNV = 5_398, BindlessImageNV = 5_399, BoundSamplerNV = 5_400, BoundImageNV = 5_401, SIMTCallINTEL = 5_599, ReferencedIndirectlyINTEL = 5_602, ClobberINTEL = 5_607, SideEffectsINTEL = 5_608, VectorComputeVariableINTEL = 5_624, FuncParamIOKindINTEL = 5_625, VectorComputeFunctionINTEL = 5_626, StackCallINTEL = 5_627, GlobalVariableOffsetINTEL = 5_628, CounterBuffer = 5_634, UserSemantic = 5_635, UserTypeGOOGLE = 5_636, FunctionRoundingModeINTEL = 5_822, FunctionDenormModeINTEL = 5_823, RegisterALTERA = 5_825, MemoryALTERA = 5_826, NumbanksALTERA = 5_827, BankwidthALTERA = 5_828, MaxPrivateCopiesALTERA = 5_829, SinglepumpALTERA = 5_830, DoublepumpALTERA = 5_831, MaxReplicatesALTERA = 5_832, SimpleDualPortALTERA = 5_833, MergeALTERA = 5_834, BankBitsALTERA = 5_835, ForcePow2DepthALTERA = 5_836, StridesizeALTERA = 5_883, WordsizeALTERA = 5_884, TrueDualPortALTERA = 5_885, BurstCoalesceALTERA = 5_899, CacheSizeALTERA = 5_900, DontStaticallyCoalesceALTERA = 5_901, PrefetchALTERA = 5_902, StallEnableALTERA = 5_905, FuseLoopsInFunctionALTERA = 5_907, MathOpDSPModeALTERA = 5_909, AliasScopeINTEL = 5_914, NoAliasINTEL = 5_915, InitiationIntervalALTERA = 5_917, MaxConcurrencyALTERA = 5_918, PipelineEnableALTERA = 5_919, BufferLocationALTERA = 5_921, IOPipeStorageALTERA = 5_944, FunctionFloatingPointModeINTEL = 6_080, SingleElementVectorINTEL = 6_085, VectorComputeCallableFunctionINTEL = 6_087, MediaBlockIOINTEL = 6_140, StallFreeALTERA = 6_151, FPMaxErrorDecorationINTEL = 6_170, LatencyControlLabelALTERA = 6_172, LatencyControlConstraintALTERA = 6_173, ConduitKernelArgumentALTERA = 6_175, RegisterMapKernelArgumentALTERA = 6_176, MMHostInterfaceAddressWidthALTERA = 6_177, MMHostInterfaceDataWidthALTERA = 6_178, MMHostInterfaceLatencyALTERA = 6_179, MMHostInterfaceReadWriteModeALTERA = 6_180, MMHostInterfaceMaxBurstALTERA = 6_181, MMHostInterfaceWaitRequestALTERA = 6_182, StableKernelArgumentALTERA = 6_183, HostAccessINTEL = 6_188, InitModeALTERA = 6_190, ImplementInRegisterMapALTERA = 6_191, ConditionalINTEL = 6_247, CacheControlLoadINTEL = 6_442, CacheControlStoreINTEL = 6_443,
}
Expand description

SPIR-V operand kind: Decoration

Variants§

§

RelaxedPrecision = 0

§

SpecId = 1

§

Block = 2

§

BufferBlock = 3

§

RowMajor = 4

§

ColMajor = 5

§

ArrayStride = 6

§

MatrixStride = 7

§

GLSLShared = 8

§

GLSLPacked = 9

§

CPacked = 10

§

BuiltIn = 11

§

NoPerspective = 13

§

Flat = 14

§

Patch = 15

§

Centroid = 16

§

Sample = 17

§

Invariant = 18

§

Restrict = 19

§

Aliased = 20

§

Volatile = 21

§

Constant = 22

§

Coherent = 23

§

NonWritable = 24

§

NonReadable = 25

§

Uniform = 26

§

UniformId = 27

§

SaturatedConversion = 28

§

Stream = 29

§

Location = 30

§

Component = 31

§

Index = 32

§

Binding = 33

§

DescriptorSet = 34

§

Offset = 35

§

XfbBuffer = 36

§

XfbStride = 37

§

FuncParamAttr = 38

§

FPRoundingMode = 39

§

FPFastMathMode = 40

§

LinkageAttributes = 41

§

NoContraction = 42

§

InputAttachmentIndex = 43

§

Alignment = 44

§

MaxByteOffset = 45

§

AlignmentId = 46

§

MaxByteOffsetId = 47

§

SaturatedToLargestFloat8NormalConversionEXT = 4_216

§

NoSignedWrap = 4_469

§

NoUnsignedWrap = 4_470

§

WeightTextureQCOM = 4_487

§

BlockMatchTextureQCOM = 4_488

§

BlockMatchSamplerQCOM = 4_499

§

ExplicitInterpAMD = 4_999

§

NodeSharesPayloadLimitsWithAMDX = 5_019

§

NodeMaxPayloadsAMDX = 5_020

§

TrackFinishWritingAMDX = 5_078

§

PayloadNodeNameAMDX = 5_091

§

PayloadNodeBaseIndexAMDX = 5_098

§

PayloadNodeSparseArrayAMDX = 5_099

§

PayloadNodeArraySizeAMDX = 5_100

§

PayloadDispatchIndirectAMDX = 5_105

§

ArrayStrideIdEXT = 5_124

§

OffsetIdEXT = 5_125

§

OverrideCoverageNV = 5_248

§

PassthroughNV = 5_250

§

ViewportRelativeNV = 5_252

§

SecondaryViewportRelativeNV = 5_256

§

PerPrimitiveEXT = 5_271

§

PerViewNV = 5_272

§

PerTaskNV = 5_273

§

PerVertexKHR = 5_285

§

NonUniform = 5_300

§

RestrictPointer = 5_355

§

AliasedPointer = 5_356

§

MemberOffsetNV = 5_358

§

HitObjectShaderRecordBufferNV = 5_386

§

HitObjectShaderRecordBufferEXT = 5_389

§

BankNV = 5_397

§

BindlessSamplerNV = 5_398

§

BindlessImageNV = 5_399

§

BoundSamplerNV = 5_400

§

BoundImageNV = 5_401

§

SIMTCallINTEL = 5_599

§

ReferencedIndirectlyINTEL = 5_602

§

ClobberINTEL = 5_607

§

SideEffectsINTEL = 5_608

§

VectorComputeVariableINTEL = 5_624

§

FuncParamIOKindINTEL = 5_625

§

VectorComputeFunctionINTEL = 5_626

§

StackCallINTEL = 5_627

§

GlobalVariableOffsetINTEL = 5_628

§

CounterBuffer = 5_634

§

UserSemantic = 5_635

§

UserTypeGOOGLE = 5_636

§

FunctionRoundingModeINTEL = 5_822

§

FunctionDenormModeINTEL = 5_823

§

RegisterALTERA = 5_825

§

MemoryALTERA = 5_826

§

NumbanksALTERA = 5_827

§

BankwidthALTERA = 5_828

§

MaxPrivateCopiesALTERA = 5_829

§

SinglepumpALTERA = 5_830

§

DoublepumpALTERA = 5_831

§

MaxReplicatesALTERA = 5_832

§

SimpleDualPortALTERA = 5_833

§

MergeALTERA = 5_834

§

BankBitsALTERA = 5_835

§

ForcePow2DepthALTERA = 5_836

§

StridesizeALTERA = 5_883

§

WordsizeALTERA = 5_884

§

TrueDualPortALTERA = 5_885

§

BurstCoalesceALTERA = 5_899

§

CacheSizeALTERA = 5_900

§

DontStaticallyCoalesceALTERA = 5_901

§

PrefetchALTERA = 5_902

§

StallEnableALTERA = 5_905

§

FuseLoopsInFunctionALTERA = 5_907

§

MathOpDSPModeALTERA = 5_909

§

AliasScopeINTEL = 5_914

§

NoAliasINTEL = 5_915

§

InitiationIntervalALTERA = 5_917

§

MaxConcurrencyALTERA = 5_918

§

PipelineEnableALTERA = 5_919

§

BufferLocationALTERA = 5_921

§

IOPipeStorageALTERA = 5_944

§

FunctionFloatingPointModeINTEL = 6_080

§

SingleElementVectorINTEL = 6_085

§

VectorComputeCallableFunctionINTEL = 6_087

§

MediaBlockIOINTEL = 6_140

§

StallFreeALTERA = 6_151

§

FPMaxErrorDecorationINTEL = 6_170

§

LatencyControlLabelALTERA = 6_172

§

LatencyControlConstraintALTERA = 6_173

§

ConduitKernelArgumentALTERA = 6_175

§

RegisterMapKernelArgumentALTERA = 6_176

§

MMHostInterfaceAddressWidthALTERA = 6_177

§

MMHostInterfaceDataWidthALTERA = 6_178

§

MMHostInterfaceLatencyALTERA = 6_179

§

MMHostInterfaceReadWriteModeALTERA = 6_180

§

MMHostInterfaceMaxBurstALTERA = 6_181

§

MMHostInterfaceWaitRequestALTERA = 6_182

§

StableKernelArgumentALTERA = 6_183

§

HostAccessINTEL = 6_188

§

InitModeALTERA = 6_190

§

ImplementInRegisterMapALTERA = 6_191

§

ConditionalINTEL = 6_247

§

CacheControlLoadINTEL = 6_442

§

CacheControlStoreINTEL = 6_443

Implementations§

Source§

impl Decoration

Source

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

Source§

impl Decoration

Source

pub const PerPrimitiveNV: Self = Self::PerPrimitiveEXT

Source

pub const PerVertexNV: Self = Self::PerVertexKHR

Source

pub const NonUniformEXT: Self = Self::NonUniform

Source

pub const RestrictPointerEXT: Self = Self::RestrictPointer

Source

pub const AliasedPointerEXT: Self = Self::AliasedPointer

Source

pub const HlslCounterBufferGOOGLE: Self = Self::CounterBuffer

Source

pub const HlslSemanticGOOGLE: Self = Self::UserSemantic

Source

pub const RegisterINTEL: Self = Self::RegisterALTERA

Source

pub const MemoryINTEL: Self = Self::MemoryALTERA

Source

pub const NumbanksINTEL: Self = Self::NumbanksALTERA

Source

pub const BankwidthINTEL: Self = Self::BankwidthALTERA

Source

pub const MaxPrivateCopiesINTEL: Self = Self::MaxPrivateCopiesALTERA

Source

pub const SinglepumpINTEL: Self = Self::SinglepumpALTERA

Source

pub const DoublepumpINTEL: Self = Self::DoublepumpALTERA

Source

pub const MaxReplicatesINTEL: Self = Self::MaxReplicatesALTERA

Source

pub const SimpleDualPortINTEL: Self = Self::SimpleDualPortALTERA

Source

pub const MergeINTEL: Self = Self::MergeALTERA

Source

pub const BankBitsINTEL: Self = Self::BankBitsALTERA

Source

pub const ForcePow2DepthINTEL: Self = Self::ForcePow2DepthALTERA

Source

pub const StridesizeINTEL: Self = Self::StridesizeALTERA

Source

pub const WordsizeINTEL: Self = Self::WordsizeALTERA

Source

pub const TrueDualPortINTEL: Self = Self::TrueDualPortALTERA

Source

pub const BurstCoalesceINTEL: Self = Self::BurstCoalesceALTERA

Source

pub const CacheSizeINTEL: Self = Self::CacheSizeALTERA

Source

pub const DontStaticallyCoalesceINTEL: Self = Self::DontStaticallyCoalesceALTERA

Source

pub const PrefetchINTEL: Self = Self::PrefetchALTERA

Source

pub const StallEnableINTEL: Self = Self::StallEnableALTERA

Source

pub const FuseLoopsInFunctionINTEL: Self = Self::FuseLoopsInFunctionALTERA

Source

pub const MathOpDSPModeINTEL: Self = Self::MathOpDSPModeALTERA

Source

pub const InitiationIntervalINTEL: Self = Self::InitiationIntervalALTERA

Source

pub const MaxConcurrencyINTEL: Self = Self::MaxConcurrencyALTERA

Source

pub const PipelineEnableINTEL: Self = Self::PipelineEnableALTERA

Source

pub const BufferLocationINTEL: Self = Self::BufferLocationALTERA

Source

pub const IOPipeStorageINTEL: Self = Self::IOPipeStorageALTERA

Source

pub const StallFreeINTEL: Self = Self::StallFreeALTERA

Source

pub const LatencyControlLabelINTEL: Self = Self::LatencyControlLabelALTERA

Source

pub const LatencyControlConstraintINTEL: Self = Self::LatencyControlConstraintALTERA

Source

pub const ConduitKernelArgumentINTEL: Self = Self::ConduitKernelArgumentALTERA

Source

pub const RegisterMapKernelArgumentINTEL: Self = Self::RegisterMapKernelArgumentALTERA

Source

pub const MMHostInterfaceAddressWidthINTEL: Self = Self::MMHostInterfaceAddressWidthALTERA

Source

pub const MMHostInterfaceDataWidthINTEL: Self = Self::MMHostInterfaceDataWidthALTERA

Source

pub const MMHostInterfaceLatencyINTEL: Self = Self::MMHostInterfaceLatencyALTERA

Source

pub const MMHostInterfaceReadWriteModeINTEL: Self = Self::MMHostInterfaceReadWriteModeALTERA

Source

pub const MMHostInterfaceMaxBurstINTEL: Self = Self::MMHostInterfaceMaxBurstALTERA

Source

pub const MMHostInterfaceWaitRequestINTEL: Self = Self::MMHostInterfaceWaitRequestALTERA

Source

pub const StableKernelArgumentINTEL: Self = Self::StableKernelArgumentALTERA

Source

pub const InitModeINTEL: Self = Self::InitModeALTERA

Source

pub const ImplementInRegisterMapINTEL: Self = Self::ImplementInRegisterMapALTERA

Trait Implementations§

Source§

impl Clone for Decoration

Source§

fn clone(&self) -> Decoration

Returns a duplicate 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 Decoration

Source§

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

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

impl FromStr for Decoration

Source§

type Err = ()

The associated error which can be returned from parsing.
Source§

fn from_str(s: &str) -> Result<Self, Self::Err>

Parses a string s to return a value of this type. Read more
Source§

impl Hash for Decoration

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 Decoration

Source§

fn cmp(&self, other: &Decoration) -> 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,

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

impl PartialEq for Decoration

Source§

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

Tests for self and other values to be equal, and is used by ==.
1.0.0 · Source§

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

Tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
Source§

impl PartialOrd for Decoration

Source§

fn partial_cmp(&self, other: &Decoration) -> 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

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

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

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

Tests greater than or equal to (for self and other) and is used by the >= operator. Read more
Source§

impl Copy for Decoration

Source§

impl Eq for Decoration

Source§

impl StructuralPartialEq for Decoration

Auto Trait Implementations§

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> CloneToUninit for T
where T: Clone,

Source§

unsafe fn clone_to_uninit(&self, dest: *mut u8)

🔬This is a nightly-only experimental API. (clone_to_uninit)
Performs copy-assignment from self to dest. 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> ToOwned for T
where T: Clone,

Source§

type Owned = T

The resulting type after obtaining ownership.
Source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
Source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
Source§

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

Source§

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>,

Source§

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.