HomeSort by relevance Sort by last modified time
    Searched refs:dst_vec (Results 1 - 3 of 3) 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/opencv3/modules/calib3d/test/
test_homography.cpp 267 vector <Point2f> src_vec, dst_vec; local
303 dst_vec.push_back(Point2f(tmp_2f[0], tmp_2f[1]));
315 cv::findHomography(src_mat_2f, dst_vec, method),
317 cv::findHomography(src_vec, dst_vec, method) };
348 cv::findHomography(src_mat_2f, dst_vec, method, reproj_threshold, mask[1]),
350 cv::findHomography(src_vec, dst_vec, method, reproj_threshold, mask[3]) };
418 cv::findHomography(src_mat_2f, dst_vec),
420 cv::findHomography(src_vec, dst_vec) };
476 cv::findHomography(src_mat_2f, dst_vec, method, reproj_threshold, mask_res[1]),
478 cv::findHomography(src_vec, dst_vec, method, reproj_threshold, mask_res[3]) }
    [all...]
  /external/valgrind/VEX/priv/
guest_amd64_toIR.c 19309 IRTemp dst_vec = newTemp(Ity_V128); local
19346 IRTemp dst_vec = newTemp(Ity_V128); local
19382 IRTemp dst_vec = newTemp(Ity_V128); local
19608 IRTemp dst_vec = newTemp(Ity_V128); local
19641 IRTemp dst_vec = newTemp(Ity_V128); local
19673 IRTemp dst_vec = newTemp(Ity_V128); local
31293 IRTemp dst_vec = newTemp(Ity_V128); local
31323 IRTemp dst_vec = newTemp(Ity_V256); local
31361 IRTemp dst_vec = newTemp(Ity_V128); local
31395 IRTemp dst_vec = newTemp(Ity_V128); local
31430 IRTemp dst_vec = newTemp(Ity_V256); local
    [all...]

Completed in 6119 milliseconds