/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/ |
radeon_rename_regs.h | 5 struct radeon_compiler; 7 void rc_rename_regs(struct radeon_compiler *c, void *user);
|
radeon_emulate_loops.h | 8 struct radeon_compiler; 20 struct radeon_compiler * C; 26 void rc_transform_loops(struct radeon_compiler *c, void *user); 28 void rc_unroll_loops(struct radeon_compiler * c, void *user); 30 void rc_emulate_loops(struct radeon_compiler * c, void *user);
|
radeon_program_alu.h | 34 struct radeon_compiler * c, 39 struct radeon_compiler * c, 44 struct radeon_compiler * c, 49 struct radeon_compiler * c, 54 struct radeon_compiler *c, 59 struct radeon_compiler * c, 63 void rc_transform_KILP(struct radeon_compiler * c,
|
radeon_compiler.h | 44 struct radeon_compiler { struct 80 void rc_init(struct radeon_compiler * c); 81 void rc_destroy(struct radeon_compiler * c); 83 void rc_debug(struct radeon_compiler * c, const char * fmt, ...); 84 void rc_error(struct radeon_compiler * c, const char * fmt, ...); 86 int rc_if_fail_helper(struct radeon_compiler * c, const char * file, int line, const char * assertion); 103 void rc_calculate_inputs_outputs(struct radeon_compiler * c); 105 void rc_move_input(struct radeon_compiler * c, unsigned input, struct rc_src_register new_input); 106 void rc_move_output(struct radeon_compiler * c, unsigned output, unsigned new_output, unsigned writemask); 107 void rc_copy_output(struct radeon_compiler * c, unsigned output, unsigned dup_output) [all...] |
r500_fragprog.h | 36 #include "radeon_compiler.h" 39 extern void r500BuildFragmentProgramHwCode(struct radeon_compiler *c, void *user); 41 extern void r500FragmentProgramDump(struct radeon_compiler *c, void *user); 46 struct radeon_compiler * c,
|
radeon_compiler_util.h | 8 struct radeon_compiler; 71 struct radeon_compiler * c, 90 struct radeon_compiler * c, 95 struct radeon_compiler * c,
|
r300_fragprog.h | 36 #include "radeon_compiler.h" 40 extern void r300BuildFragmentProgramHwCode(struct radeon_compiler *c, void *user); 42 extern void r300FragmentProgramDump(struct radeon_compiler *c, void *user);
|
radeon_variable.h | 31 #include "radeon_compiler.h" 33 struct radeon_compiler; 45 struct radeon_compiler * C; 70 struct radeon_compiler * c, 76 struct rc_list * rc_get_variables(struct radeon_compiler * c);
|
radeon_dataflow.h | 34 struct radeon_compiler; 107 struct radeon_compiler * c, 115 struct radeon_compiler * c, 128 void rc_dataflow_deadcode(struct radeon_compiler * c, void *user); 129 void rc_dataflow_swizzles(struct radeon_compiler * c, void *user); 132 void rc_optimize(struct radeon_compiler * c, void *user); 133 void rc_inline_literals(struct radeon_compiler *c, void *user);
|
radeon_program_pair.h | 35 struct radeon_compiler; 132 void rc_pair_translate(struct radeon_compiler *cc, void *user); 133 void rc_pair_schedule(struct radeon_compiler *cc, void *user); 134 void rc_pair_regalloc(struct radeon_compiler *cc, void *user); 135 void rc_pair_regalloc_inputs_only(struct radeon_compiler *cc, void *user); 136 void rc_pair_remove_dead_sources(struct radeon_compiler *c, void *user);
|
radeon_program.h | 39 struct radeon_compiler; 180 struct radeon_compiler*, 187 struct radeon_compiler *c, 191 struct radeon_compiler * c, 196 struct radeon_compiler * c, 201 unsigned int rc_find_free_temporary(struct radeon_compiler * c); 203 struct rc_instruction *rc_alloc_instruction(struct radeon_compiler * c); 204 struct rc_instruction *rc_insert_new_instruction(struct radeon_compiler * c, struct rc_instruction * after); 208 unsigned int rc_recompute_ips(struct radeon_compiler * c);
|
radeon_emulate_branches.h | 26 struct radeon_compiler; 28 void rc_emulate_branches(struct radeon_compiler *c, void *user);
|
radeon_program.c | 32 #include "radeon_compiler.h" 52 struct radeon_compiler * c, 105 struct radeon_compiler * c, 135 struct radeon_compiler * c, 150 unsigned int rc_find_free_temporary(struct radeon_compiler * c) 169 struct rc_instruction *rc_alloc_instruction(struct radeon_compiler * c) 193 struct rc_instruction *rc_insert_new_instruction(struct radeon_compiler * c, struct rc_instruction * after) 211 unsigned int rc_recompute_ips(struct radeon_compiler * c)
|
radeon_program_tex.h | 31 #include "radeon_compiler.h" 35 struct radeon_compiler * c,
|
/external/mesa3d/src/gallium/drivers/r300/compiler/ |
radeon_rename_regs.h | 5 struct radeon_compiler; 7 void rc_rename_regs(struct radeon_compiler *c, void *user);
|
radeon_emulate_loops.h | 8 struct radeon_compiler; 20 struct radeon_compiler * C; 26 void rc_transform_loops(struct radeon_compiler *c, void *user); 28 void rc_unroll_loops(struct radeon_compiler * c, void *user); 30 void rc_emulate_loops(struct radeon_compiler * c, void *user);
|
radeon_program_alu.h | 34 struct radeon_compiler * c, 39 struct radeon_compiler * c, 44 struct radeon_compiler * c, 49 struct radeon_compiler * c, 54 struct radeon_compiler *c, 59 struct radeon_compiler * c, 63 void rc_transform_KILP(struct radeon_compiler * c,
|
radeon_compiler.h | 44 struct radeon_compiler { struct 80 void rc_init(struct radeon_compiler * c); 81 void rc_destroy(struct radeon_compiler * c); 83 void rc_debug(struct radeon_compiler * c, const char * fmt, ...); 84 void rc_error(struct radeon_compiler * c, const char * fmt, ...); 86 int rc_if_fail_helper(struct radeon_compiler * c, const char * file, int line, const char * assertion); 103 void rc_calculate_inputs_outputs(struct radeon_compiler * c); 105 void rc_move_input(struct radeon_compiler * c, unsigned input, struct rc_src_register new_input); 106 void rc_move_output(struct radeon_compiler * c, unsigned output, unsigned new_output, unsigned writemask); 107 void rc_copy_output(struct radeon_compiler * c, unsigned output, unsigned dup_output) [all...] |
r500_fragprog.h | 36 #include "radeon_compiler.h" 39 extern void r500BuildFragmentProgramHwCode(struct radeon_compiler *c, void *user); 41 extern void r500FragmentProgramDump(struct radeon_compiler *c, void *user); 46 struct radeon_compiler * c,
|
radeon_compiler_util.h | 8 struct radeon_compiler; 71 struct radeon_compiler * c, 90 struct radeon_compiler * c, 95 struct radeon_compiler * c,
|
r300_fragprog.h | 36 #include "radeon_compiler.h" 40 extern void r300BuildFragmentProgramHwCode(struct radeon_compiler *c, void *user); 42 extern void r300FragmentProgramDump(struct radeon_compiler *c, void *user);
|
radeon_variable.h | 31 #include "radeon_compiler.h" 33 struct radeon_compiler; 45 struct radeon_compiler * C; 70 struct radeon_compiler * c, 76 struct rc_list * rc_get_variables(struct radeon_compiler * c);
|
radeon_dataflow.h | 34 struct radeon_compiler; 107 struct radeon_compiler * c, 115 struct radeon_compiler * c, 128 void rc_dataflow_deadcode(struct radeon_compiler * c, void *user); 129 void rc_dataflow_swizzles(struct radeon_compiler * c, void *user); 132 void rc_optimize(struct radeon_compiler * c, void *user); 133 void rc_inline_literals(struct radeon_compiler *c, void *user);
|
radeon_program_pair.h | 35 struct radeon_compiler; 132 void rc_pair_translate(struct radeon_compiler *cc, void *user); 133 void rc_pair_schedule(struct radeon_compiler *cc, void *user); 134 void rc_pair_regalloc(struct radeon_compiler *cc, void *user); 135 void rc_pair_regalloc_inputs_only(struct radeon_compiler *cc, void *user); 136 void rc_pair_remove_dead_sources(struct radeon_compiler *c, void *user);
|
radeon_program.h | 39 struct radeon_compiler; 180 struct radeon_compiler*, 187 struct radeon_compiler *c, 191 struct radeon_compiler * c, 196 struct radeon_compiler * c, 201 unsigned int rc_find_free_temporary(struct radeon_compiler * c); 203 struct rc_instruction *rc_alloc_instruction(struct radeon_compiler * c); 204 struct rc_instruction *rc_insert_new_instruction(struct radeon_compiler * c, struct rc_instruction * after); 208 unsigned int rc_recompute_ips(struct radeon_compiler * c);
|