1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 |
v3d backendThis implements some of v3d using the closed source v3dv3 tree's C/C++-based simulator. All execution is synchronous. Export:
v3d_noop backendThis implements the minimum of v3d in order to make shader-db work. The submit ioctl is stubbed out to not execute anything. Export
|