Searched refs:ppc_function (Results 1 – 5 of 5) sorted by relevance
/external/mesa3d/src/gallium/auxiliary/rtasm/ |
D | rtasm_ppc.h | 54 struct ppc_function struct 68 extern void ppc_init_func(struct ppc_function *p); argument 69 extern void ppc_release_func(struct ppc_function *p); 70 extern uint ppc_num_instructions(const struct ppc_function *p); 71 extern void (*ppc_get_func( struct ppc_function *p ))( void ); 72 extern void ppc_dump_func(const struct ppc_function *p); 74 extern void ppc_print_code(struct ppc_function *p, boolean enable); 75 extern void ppc_indent(struct ppc_function *p, int spaces); 76 extern void ppc_comment(struct ppc_function *p, int rel_indent, const char *s); 78 extern int ppc_reserve_register(struct ppc_function *p, int reg); [all …]
|
D | rtasm_ppc.c | 47 ppc_init_func(struct ppc_function *p) in ppc_init_func() 72 ppc_release_func(struct ppc_function *p) in ppc_release_func() 83 ppc_num_instructions(const struct ppc_function *p) in ppc_num_instructions() 89 void (*ppc_get_func(struct ppc_function *p))(void) in ppc_get_func() 105 ppc_dump_func(const struct ppc_function *p) in ppc_dump_func() 115 ppc_print_code(struct ppc_function *p, boolean enable) in ppc_print_code() 122 ppc_indent(struct ppc_function *p, int spaces) in ppc_indent() 129 indent(const struct ppc_function *p) in indent() 139 ppc_comment(struct ppc_function *p, int rel_indent, const char *s) in ppc_comment() 154 ppc_reserve_register(struct ppc_function *p, int reg) in ppc_reserve_register() [all …]
|
/external/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_ppc.h | 36 struct ppc_function; 43 struct ppc_function *function,
|
D | tgsi_ppc.c | 71 struct ppc_function *f; 109 init_gen_context(struct gen_context *gen, struct ppc_function *func) in init_gen_context() 807 ppc_vec_pow(struct ppc_function *f, int vr, int va, int vb) in ppc_vec_pow() 1157 struct ppc_function *func, in emit_declaration() 1222 emit_prologue(struct ppc_function *func) in emit_prologue() 1229 emit_epilogue(struct ppc_function *func) in emit_epilogue() 1251 struct ppc_function *func, in tgsi_emit_ppc()
|
/external/mesa3d/src/gallium/auxiliary/draw/ |
D | draw_vs_ppc.c | 65 struct ppc_function ppc_program;
|