summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/gallivm/tgsitollvm.h
blob: 7ada04d62992873b97884c2006e86df5a519fc14 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#ifndef TGSITOLLVM_H
#define TGSITOLLVM_H


namespace llvm {
   class Module;
}

struct gallivm_ir;
struct tgsi_token;


llvm::Module * tgsi_to_llvm(struct gallivm_ir *ir,
                            const struct tgsi_token *tokens);


llvm::Module * tgsi_to_llvmir(struct gallivm_ir *ir,
                              const struct tgsi_token *tokens);

#endif