Home
last modified time | relevance | path

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

/external/tcpdump/
Dprint-fddi.c190 extract_fddi_addrs(const struct fddi_header *fddip, char *fsrc, char *fdst) in extract_fddi_addrs() argument
200 fdst[i] = fddi_bit_swap[fddip->fddi_dhost[i]]; in extract_fddi_addrs()
205 memcpy(fdst, (const char *)fddip->fddi_dhost, 6); in extract_fddi_addrs()
215 register const u_char *fsrc, register const u_char *fdst) in fddi_hdr_print() argument
220 dstname = etheraddr_string(fdst); in fddi_hdr_print()
Dprint-token.c51 extract_token_addrs(const struct token_header *trp, char *fsrc, char *fdst) in extract_token_addrs() argument
53 memcpy(fdst, (const char *)trp->token_dhost, 6); in extract_token_addrs()
62 register const u_char *fsrc, register const u_char *fdst) in token_hdr_print() argument
67 dstname = etheraddr_string(fdst); in token_hdr_print()
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_test_blend.c505 double fdst[LP_MAX_VECTOR_LENGTH]; in test_one() local
510 read_vec(type, dst, fdst); in test_one()
514 compute_blend_ref(blend, fsrc + j, fdst + j, fcon + j, fref + j); in test_one()
580 double fdst[4]; in test_one() local
588 fdst[j] = read_elem(type, dst + j*stride, k); in test_one()
592 compute_blend_ref(blend, fsrc, fdst, fcon, fref); in test_one()
/external/mesa3d/src/gallium/drivers/nv30/
Dnvfx_vertprog.c419 tgsi_dst(struct nvfx_vpc *vpc, const struct tgsi_full_dst_register *fdst) { in tgsi_dst() argument
422 switch (fdst->Register.File) { in tgsi_dst()
427 dst = vpc->r_result[fdst->Register.Index]; in tgsi_dst()
430 dst = vpc->r_temp[fdst->Register.Index]; in tgsi_dst()
433 dst = vpc->r_address[fdst->Register.Index]; in tgsi_dst()
436 NOUVEAU_ERR("bad dst file %i\n", fdst->Register.File); in tgsi_dst()
Dnvfx_fragprog.c413 tgsi_dst(struct nvfx_fpc *fpc, const struct tgsi_full_dst_register *fdst) { in tgsi_dst() argument
414 switch (fdst->Register.File) { in tgsi_dst()
416 return fpc->r_result[fdst->Register.Index]; in tgsi_dst()
418 return fpc->r_temp[fdst->Register.Index]; in tgsi_dst()
422 NOUVEAU_ERR("bad dst file %d\n", fdst->Register.File); in tgsi_dst()
/external/valgrind/VEX/priv/
Dhost_ppc_isel.c3832 HReg fdst = newVRegF(env); in iselFltExpr_wrk() local
3841 fdst, zero_r1 )); in iselFltExpr_wrk()
3843 return fdst; in iselFltExpr_wrk()
3848 HReg fdst = newVRegF(env); in iselFltExpr_wrk() local
3859 addInstr(env, PPCInstr_FpLdSt(True/*load*/, 8, fdst, zero_r1)); in iselFltExpr_wrk()
3862 fdst, fdst)); in iselFltExpr_wrk()
3868 return fdst; in iselFltExpr_wrk()
3871 HReg fdst = newVRegF(env); in iselFltExpr_wrk() local
3886 addInstr(env, PPCInstr_FpLdSt(True/*load*/, 8, fdst, zero_r1)); in iselFltExpr_wrk()
3889 fdst, fdst)); in iselFltExpr_wrk()
[all …]
Dhost_mips_isel.c3380 HReg fdst = newVRegF(env); in iselFltExpr_wrk() local
3387 addInstr(env, MIPSInstr_FpLdSt(True /*load */ , 4, fdst, zero_r1)); in iselFltExpr_wrk()
3389 return fdst; in iselFltExpr_wrk()
/external/mesa3d/src/mesa/tnl/
Dt_vertex_generic.c1047 GLfloat fin[4], fout[4], fdst[4]; in _tnl_generic_interp() local
1052 INTERP_4F(t, fdst, fout, fin); in _tnl_generic_interp()
1054 a[j].insert[4-1]( &a[j], vdst + a[j].vertoffset, fdst ); in _tnl_generic_interp()