Home
last modified time | relevance | path

Searched refs:temps_map (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_ppc.c90 int temps_map[MAX_PPC_TEMPS][4]; member
126 gen->temps_map[i][0] = ppc_allocate_vec_register(gen->f); in init_gen_context()
127 gen->temps_map[i][1] = ppc_allocate_vec_register(gen->f); in init_gen_context()
128 gen->temps_map[i][2] = ppc_allocate_vec_register(gen->f); in init_gen_context()
129 gen->temps_map[i][3] = ppc_allocate_vec_register(gen->f); in init_gen_context()
290 dst_vec = gen->temps_map[reg->Register.Index][swizzle]; in emit_fetch()
472 int vec = gen->temps_map[reg->Register.Index][chan_index]; in get_dst_vec()
505 int dst_vec = gen->temps_map[reg->Register.Index][chan_index]; in emit_store()