/* This will be returned in the mthd field for unsupported queries. */ #define NV_DEVICE_INFO_INVALID ~0ULL
/* Returns the number of available runlists. */ #define NV_DEVICE_HOST_RUNLISTS NV_DEVICE_HOST(0x00000000) /* Returns the number of available channels (0 if per-runlist). */ #define NV_DEVICE_HOST_CHANNELS NV_DEVICE_HOST(0x00000001)
/* Returns a mask of available engine types on runlist(data). */ #define NV_DEVICE_HOST_RUNLIST_ENGINES NV_DEVICE_HOST(0x00000100) #define NV_DEVICE_HOST_RUNLIST_ENGINES_SW 0x00000001 #define NV_DEVICE_HOST_RUNLIST_ENGINES_GR 0x00000002 #define NV_DEVICE_HOST_RUNLIST_ENGINES_MPEG 0x00000004 #define NV_DEVICE_HOST_RUNLIST_ENGINES_ME 0x00000008 #define NV_DEVICE_HOST_RUNLIST_ENGINES_CIPHER 0x00000010 #define NV_DEVICE_HOST_RUNLIST_ENGINES_BSP 0x00000020 #define NV_DEVICE_HOST_RUNLIST_ENGINES_VP 0x00000040 #define NV_DEVICE_HOST_RUNLIST_ENGINES_CE 0x00000080 #define NV_DEVICE_HOST_RUNLIST_ENGINES_SEC 0x00000100 #define NV_DEVICE_HOST_RUNLIST_ENGINES_MSVLD 0x00000200 #define NV_DEVICE_HOST_RUNLIST_ENGINES_MSPDEC 0x00000400 #define NV_DEVICE_HOST_RUNLIST_ENGINES_MSPPP 0x00000800 #define NV_DEVICE_HOST_RUNLIST_ENGINES_MSENC 0x00001000 #define NV_DEVICE_HOST_RUNLIST_ENGINES_VIC 0x00002000 #define NV_DEVICE_HOST_RUNLIST_ENGINES_SEC2 0x00004000 #define NV_DEVICE_HOST_RUNLIST_ENGINES_NVDEC 0x00008000 #define NV_DEVICE_HOST_RUNLIST_ENGINES_NVENC 0x00010000 #define NV_DEVICE_HOST_RUNLIST_ENGINES_NVJPG 0x00020000 #define NV_DEVICE_HOST_RUNLIST_ENGINES_OFA 0x00040000 /* Returns the number of available channels on runlist(data). */ #define NV_DEVICE_HOST_RUNLIST_CHANNELS NV_DEVICE_HOST(0x00000101) #endif
Messung V0.5
¤ Dauer der Verarbeitung: 0.12 Sekunden
(vorverarbeitet)
¤
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.