Searched refs:ppc_function (Results 1 - 5 of 5) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/rtasm/
H A Drtasm_ppc.h54 struct ppc_function struct
68 extern void ppc_init_func(struct ppc_function *p);
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 *
[all...]
H A Drtasm_ppc.c47 ppc_init_func(struct ppc_function *p)
72 ppc_release_func(struct ppc_function *p)
83 ppc_num_instructions(const struct ppc_function *p)
89 void (*ppc_get_func(struct ppc_function *p))(void)
105 ppc_dump_func(const struct ppc_function *p)
115 ppc_print_code(struct ppc_function *p, boolean enable)
122 ppc_indent(struct ppc_function *p, int spaces)
129 indent(const struct ppc_function *p)
139 ppc_comment(struct ppc_function *p, int rel_indent, const char *s)
154 ppc_reserve_register(struct ppc_function *
[all...]
/external/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_ppc.h36 struct ppc_function;
43 struct ppc_function *function,
H A Dtgsi_ppc.c71 struct ppc_function *f;
109 init_gen_context(struct gen_context *gen, struct ppc_function *func)
807 ppc_vec_pow(struct ppc_function *f, int vr, int va, int vb)
1157 struct ppc_function *func,
1222 emit_prologue(struct ppc_function *func)
1229 emit_epilogue(struct ppc_function *func)
1251 struct ppc_function *func,
/external/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_vs_ppc.c65 struct ppc_function ppc_program;

Completed in 158 milliseconds