Move guts of slang_lookup_constant() into a new function in slang_simplify.c
[mesa.git] / src / mesa / shader / slang / slang_simplify.h
1
2 #ifndef SLANG_SIMPLIFY_H
3 #define SLANG_SIMPLIFY_H
4
5
6 extern GLint
7 _slang_lookup_constant(const char *name);
8
9
10 extern void
11 _slang_simplify(slang_operation *oper,
12 const slang_assembly_name_space * space,
13 slang_atom_pool * atoms);
14
15
16 extern GLboolean
17 _slang_adapt_call(slang_operation *callOper, const slang_function *fun,
18 const slang_assembly_name_space * space,
19 slang_atom_pool * atoms);
20
21
22
23 #endif /* SLANG_SIMPLIFY_H */