HomeSort by relevance Sort by last modified time
    Searched refs:temps_map (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/tgsi/
tgsi_ppc.c 90 int temps_map[MAX_PPC_TEMPS][4]; member in struct:gen_context
126 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);
290 dst_vec = gen->temps_map[reg->Register.Index][swizzle];
472 int vec = gen->temps_map[reg->Register.Index][chan_index];
505 int dst_vec = gen->temps_map[reg->Register.Index][chan_index];
    [all...]
  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_ppc.c 90 int temps_map[MAX_PPC_TEMPS][4]; member in struct:gen_context
126 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);
290 dst_vec = gen->temps_map[reg->Register.Index][swizzle];
472 int vec = gen->temps_map[reg->Register.Index][chan_index];
505 int dst_vec = gen->temps_map[reg->Register.Index][chan_index];
    [all...]

Completed in 2549 milliseconds