Searched defs:radeon_compiler (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
H A Dradeon_compiler.h44 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 *
[all...]
/external/mesa3d/src/gallium/drivers/r300/compiler/
H A Dradeon_compiler.h44 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 *
[all...]

Completed in 990 milliseconds