2018-12-03 03:38:47 +01:00
|
|
|
namespace Ryujinx.Graphics
|
|
|
|
{
|
|
|
|
enum ChClassId
|
|
|
|
{
|
2019-03-04 02:45:25 +01:00
|
|
|
Host1X = 0x1,
|
2018-12-03 03:38:47 +01:00
|
|
|
VideoEncodeMpeg = 0x20,
|
|
|
|
VideoEncodeNvEnc = 0x21,
|
|
|
|
VideoStreamingVi = 0x30,
|
|
|
|
VideoStreamingIsp = 0x32,
|
|
|
|
VideoStreamingIspB = 0x34,
|
|
|
|
VideoStreamingViI2c = 0x36,
|
|
|
|
GraphicsVic = 0x5d,
|
2019-03-04 02:45:25 +01:00
|
|
|
Graphics3D = 0x60,
|
2018-12-03 03:38:47 +01:00
|
|
|
GraphicsGpu = 0x61,
|
|
|
|
Tsec = 0xe0,
|
|
|
|
TsecB = 0xe1,
|
|
|
|
NvJpg = 0xc0,
|
|
|
|
NvDec = 0xf0
|
|
|
|
}
|
|
|
|
}
|