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

  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_ppc.c 207 load_constant_vec(struct gen_context *gen, int dst_vec, float value)
221 ppc_lvewx(gen->f, dst_vec, gen->builtins_reg, offset_reg);
223 ppc_vspltw(gen->f, dst_vec, dst_vec, pos % 4);
268 int dst_vec = -1; local
280 dst_vec = ppc_allocate_vec_register(gen->f);
281 ppc_lvx(gen->f, dst_vec, gen->inputs_reg, offset_reg);
290 dst_vec = gen->temps_map[reg->Register.Index][swizzle];
296 dst_vec = ppc_allocate_vec_register(gen->f);
297 ppc_lvx(gen->f, dst_vec, gen->temps_reg, offset_reg)
505 int dst_vec = gen->temps_map[reg->Register.Index][chan_index]; local
909 int dst_vec = get_dst_vec(gen, inst, TGSI_CHAN_X); local
919 int dst_vec = get_dst_vec(gen, inst, TGSI_CHAN_Y); local
929 int dst_vec = get_dst_vec(gen, inst, TGSI_CHAN_Z); local
987 int dst_vec = get_dst_vec(gen, inst, TGSI_CHAN_Z); local
    [all...]
  /external/valgrind/VEX/priv/
guest_amd64_toIR.c 18857 IRTemp dst_vec = newTemp(Ity_V128); local
18894 IRTemp dst_vec = newTemp(Ity_V128); local
18930 IRTemp dst_vec = newTemp(Ity_V128); local
19156 IRTemp dst_vec = newTemp(Ity_V128); local
19189 IRTemp dst_vec = newTemp(Ity_V128); local
19221 IRTemp dst_vec = newTemp(Ity_V128); local
30832 IRTemp dst_vec = newTemp(Ity_V128); local
30862 IRTemp dst_vec = newTemp(Ity_V256); local
30900 IRTemp dst_vec = newTemp(Ity_V128); local
30934 IRTemp dst_vec = newTemp(Ity_V128); local
30969 IRTemp dst_vec = newTemp(Ity_V256); local
    [all...]

Completed in 68 milliseconds