aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/nvc0/nvc0_compute.h
blob: f2df7bed31055bfae57e9255084d355184722555 (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_compute.xml.h"

boolean
nvc0_compute_validate_program(struct nvc0_context *nvc0);

#endif /* NVC0_COMPUTE_H */