blob: 9a1a71760d751b0eb42c378a37e16be0abdee835 (
plain)
1
2
3
4
5
6
7
8
9
10
|
#ifndef NVC0_COMPUTE_H
#define NVC0_COMPUTE_H
#include "nv50/nv50_defs.xml.h"
#include "nvc0/nvc0_compute.xml.h"
boolean
nvc0_compute_validate_program(struct nvc0_context *nvc0);
#endif /* NVC0_COMPUTE_H */
|