radeon/llvm: Add some comments and fix coding style
[mesa.git] / src / gallium / drivers / r300 / compiler / tests / rc_test_helpers.h
1
2 int init_rc_normal_src(
3 struct rc_instruction * inst,
4 unsigned int src_index,
5 const char * src_str);
6
7 int init_rc_normal_dst(
8 struct rc_instruction * inst,
9 const char * dst_str);
10
11 int init_rc_normal_instruction(
12 struct rc_instruction * inst,
13 const char * inst_str);