summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/tgsi/exec/tgsi_sse2.h
blob: e66d115283681d7a1e4d13a2bd47737df7a7971c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#if !defined TGSI_SSE2_H
#define TGSI_SSE2_H

#if defined __cplusplus
extern "C" {
#endif

struct tgsi_token;
struct x86_function;

unsigned
tgsi_emit_sse2(
   const struct tgsi_token *tokens,
   struct x86_function *function,
   float (*immediates)[4],
   boolean do_swizzles );

#if defined __cplusplus
}
#endif

#endif /* TGSI_SSE2_H */