public override string ToString() { return(string.Format("{0}{1}{2} {3}{4}", TypeDescription, Coherency.GetDescription(), GetRasterOrderedAccessDescription(), Operand, IsSM51 ? $", space={SpaceIndex}" : "")); }
public override string ToString() { return(string.Format("{0}_{1}{2}{3} ({4}) {5}{6}", Header.OpcodeType.GetDescription(), ResourceDimension.GetDescription(), Coherency.GetDescription(), GetRasterOrderedAccessDescription(), ReturnType, Operand, IsSM51 ? $", space={SpaceIndex}" : "")); }
public override string ToString() { return(string.Format("{0}{1}{2}{3} {4}, {5}{6}", TypeDescription, Coherency.GetDescription(), HasOrderPreservingCounter ? "_opc" : "", GetRasterOrderedAccessDescription(), Operand, ByteStride, IsSM51 ? $", space={SpaceIndex}" : "")); }