csharp
public enum SpirvOpThe SPIR-V opcodes this backend emits, with their spec numbers. Only the ones actually used are listed — an enum of all 400 would be noise, and anything missing is a compile error rather than a silently wrong word.
No guide page documents this yet — the page shows what the code says about itself.
Fields and properties (149)
NopUndefNameMemberNameSourceExtensionExtInstImportExtInstMemoryModelEntryPointExecutionModeCapabilityTypeVoidTypeBoolTypeIntTypeFloatTypeVectorTypeMatrixTypeImageTypeSamplerTypeSampledImageTypeArrayTypeRuntimeArrayTypeStructTypePointerTypeFunctionConstantTrueConstantFalseConstantConstantCompositeConstantNullFunctionFunctionParameterFunctionEndFunctionCallVariableArrayLengthLoadStoreAccessChainDecorateMemberDecorateVectorExtractDynamicVectorShuffleCompositeConstructCompositeExtractCompositeInsertTransposeSampledImageImageSampleImplicitLodImageSampleExplicitLodImageFetchImageReadImageWriteImageQuerySizeImageQuerySizeLodConvertFToUConvertFToSConvertSToFConvertUToFUConvertSConvertFConvertBitcastSNegateFNegateIAddFAddISubFSubIMulFMulUDivSDivFDivUModSRemSModFRemFModVectorTimesScalarMatrixTimesScalarVectorTimesMatrixMatrixTimesVectorMatrixTimesMatrixDotAnyAllLogicalEqualLogicalNotEqualLogicalOrLogicalAndLogicalNotSelectIEqualINotEqualUGreaterThanSGreaterThanUGreaterThanEqualSGreaterThanEqualULessThanSLessThanULessThanEqualSLessThanEqualFOrdEqualFOrdNotEqualFOrdLessThanFOrdGreaterThanFOrdLessThanEqualFOrdGreaterThanEqualShiftRightLogicalShiftRightArithmeticShiftLeftLogicalBitwiseOrBitwiseXorBitwiseAndNotDPdxDPdyAtomicExchangeAtomicCompareExchangeAtomicIAddAtomicSMinAtomicUMinAtomicSMaxAtomicUMaxAtomicAndAtomicOrAtomicXorControlBarrierMemoryBarrierPhiLoopMergeSelectionMergeLabelBranchBranchConditionalKillReturnReturnValueUnreachableTypeRayQueryKHRRayQueryInitializeKHRRayQueryProceedKHRRayQueryGetIntersectionTypeKHRTypeAccelerationStructureKHRRayQueryGetIntersectionTKHRRayQueryGetIntersectionInstanceIdKHRRayQueryGetIntersectionPrimitiveIndexKHR
Used by (7)
- SpirvEmitterVixen.Raven
- SpirvInstructionVixen.Raven
- SpirvIntrinsicMappingVixen.Raven
- SpirvIntrinsicsVixen.Raven
- SpirvModuleVixen.Raven
- SpirvOpNamesVixen.Raven
- SpirvTypesVixen.Raven