namespace Ryujinx.Graphics.Shader.IntermediateRepresentation { enum OperandType { Attribute, Constant, ConstantBuffer, Label, LocalVariable, Register, Undefined } }