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