Searched refs:ppc_allocate_vec_register (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/tgsi/
H A Dtgsi_ppc.c126 gen->temps_map[i][0] = ppc_allocate_vec_register(gen->f);
127 gen->temps_map[i][1] = ppc_allocate_vec_register(gen->f);
128 gen->temps_map[i][2] = ppc_allocate_vec_register(gen->f);
129 gen->temps_map[i][3] = ppc_allocate_vec_register(gen->f);
238 gen->one_vec = ppc_allocate_vec_register(gen->f);
251 gen->bit31_vec = ppc_allocate_vec_register(gen->f);
280 dst_vec = ppc_allocate_vec_register(gen->f);
296 dst_vec = ppc_allocate_vec_register(gen->f);
304 dst_vec = ppc_allocate_vec_register(gen->f);
320 dst_vec = ppc_allocate_vec_register(ge
[all...]
/external/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_ppc.c126 gen->temps_map[i][0] = ppc_allocate_vec_register(gen->f);
127 gen->temps_map[i][1] = ppc_allocate_vec_register(gen->f);
128 gen->temps_map[i][2] = ppc_allocate_vec_register(gen->f);
129 gen->temps_map[i][3] = ppc_allocate_vec_register(gen->f);
238 gen->one_vec = ppc_allocate_vec_register(gen->f);
251 gen->bit31_vec = ppc_allocate_vec_register(gen->f);
280 dst_vec = ppc_allocate_vec_register(gen->f);
296 dst_vec = ppc_allocate_vec_register(gen->f);
304 dst_vec = ppc_allocate_vec_register(gen->f);
320 dst_vec = ppc_allocate_vec_register(ge
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/rtasm/
H A Drtasm_ppc.h83 extern int ppc_allocate_vec_register(struct ppc_function *p);
H A Drtasm_ppc.c231 ppc_allocate_vec_register(struct ppc_function *p) function
/external/mesa3d/src/gallium/auxiliary/rtasm/
H A Drtasm_ppc.h83 extern int ppc_allocate_vec_register(struct ppc_function *p);
H A Drtasm_ppc.c231 ppc_allocate_vec_register(struct ppc_function *p) function

Completed in 322 milliseconds