aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/nouveau/nvc0/nvc0_compute.h
blob: 168a6d1bee29f6594a672d5d5ae13c15909affb6 (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"

bool
nvc0_compute_validate_program(struct nvc0_context *nvc0);

#endif /* NVC0_COMPUTE_H */