OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:radeon_compiler
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
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
...]
/external/mesa3d/src/gallium/drivers/r300/compiler/
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
...]
Completed in 1100 milliseconds