NvGpuEngineP2mfReg.cs 399 B

1234567891011121314151617
  1. namespace Ryujinx.Graphics.Graphics3d
  2. {
  3. enum NvGpuEngineP2mfReg
  4. {
  5. LineLengthIn = 0x60,
  6. LineCount = 0x61,
  7. DstAddress = 0x62,
  8. DstPitch = 0x64,
  9. DstBlockDim = 0x65,
  10. DstWidth = 0x66,
  11. DstHeight = 0x67,
  12. DstDepth = 0x68,
  13. DstZ = 0x69,
  14. DstX = 0x6a,
  15. DstY = 0x6b
  16. }
  17. }