Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
PojavLauncherTeam
GitHub Repository: PojavLauncherTeam/mesa
Path: blob/21.2-virgl/src/gallium/drivers/nouveau/nvc0/nve4_compute.h
4574 views
1
2
#ifndef NVE4_COMPUTE_H
3
#define NVE4_COMPUTE_H
4
5
#include "nvc0/nve4_compute.xml.h"
6
7
struct nve4_mp_trap_info {
8
u32 lock;
9
u32 pc;
10
u32 trapstat;
11
u32 warperr;
12
u32 tid[3];
13
u32 ctaid[3];
14
u32 pad028[2];
15
u32 r[64];
16
u32 flags;
17
u32 pad134[3];
18
u32 s[0x3000];
19
};
20
21
#endif /* NVE4_COMPUTE_H */
22
23