Home
last modified time | relevance | path

Searched defs:dst (Results 2926 - 2950 of 3356) sorted by relevance

1...<<111112113114115116117118119120>>...135

/third_party/python/Lib/test/
H A Dtest_minidom.py888 dst = clone.doctype.entities['smile'] variable in MinidomTest.check_clone_node_entity.Handler
895 dst = clone.entities['smile'] variable in MinidomTest.check_clone_node_entity.Handler
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
H A DIceAssemblerX8632.cpp265 void AssemblerX8632::setcc(BrCond condition, ByteRegister dst) { in setcc() argument
279 void AssemblerX8632::mov(Type Ty, GPRRegister dst, const Immediate &imm) { in mov() argument
295 void AssemblerX8632::mov(Type Ty, GPRRegister dst, GPRRegister src) { in mov() argument
307 void AssemblerX8632::mov(Type Ty, GPRRegister dst, const AsmAddress &src) { in mov() argument
319 void AssemblerX8632::mov(Type Ty, const AsmAddress &dst, GPRRegiste argument
328 emitOperand(gprEncoding(src), dst); mov() local
331 mov(Type Ty, const AsmAddress &dst, const Immediate &imm) mov() argument
348 movzx(Type SrcTy, GPRRegister dst, GPRRegister src) movzx() argument
357 movzx(Type SrcTy, GPRRegister dst, const AsmAddress &src) movzx() argument
366 movsx(Type SrcTy, GPRRegister dst, GPRRegister src) movsx() argument
375 movsx(Type SrcTy, GPRRegister dst, const AsmAddress &src) movsx() argument
384 lea(Type Ty, GPRRegister dst, const AsmAddress &src) lea() argument
393 cmov(Type Ty, BrCond cond, GPRRegister dst, GPRRegister src) cmov() argument
405 cmov(Type Ty, BrCond cond, GPRRegister dst, const AsmAddress &src) cmov() argument
423 movss(Type Ty, XmmRegister dst, const AsmAddress &src) movss() argument
431 movss(Type Ty, const AsmAddress &dst, XmmRegister src) movss() argument
436 emitOperand(gprEncoding(src), dst); movss() local
439 movss(Type Ty, XmmRegister dst, XmmRegister src) movss() argument
447 movd(Type SrcTy, XmmRegister dst, GPRRegister src) movd() argument
455 movd(Type SrcTy, XmmRegister dst, const AsmAddress &src) movd() argument
463 movd(Type DestTy, GPRRegister dst, XmmRegister src) movd() argument
471 movd(Type DestTy, const AsmAddress &dst, XmmRegister src) movd() argument
476 emitOperand(gprEncoding(src), dst); movd() local
479 movq(XmmRegister dst, XmmRegister src) movq() argument
487 movq(const AsmAddress &dst, XmmRegister src) movq() argument
492 emitOperand(gprEncoding(src), dst); movq() local
495 movq(XmmRegister dst, const AsmAddress &src) movq() argument
503 addss(Type Ty, XmmRegister dst, XmmRegister src) addss() argument
511 addss(Type Ty, XmmRegister dst, const AsmAddress &src) addss() argument
519 subss(Type Ty, XmmRegister dst, XmmRegister src) subss() argument
527 subss(Type Ty, XmmRegister dst, const AsmAddress &src) subss() argument
535 mulss(Type Ty, XmmRegister dst, XmmRegister src) mulss() argument
543 mulss(Type Ty, XmmRegister dst, const AsmAddress &src) mulss() argument
551 divss(Type Ty, XmmRegister dst, XmmRegister src) divss() argument
559 divss(Type Ty, XmmRegister dst, const AsmAddress &src) divss() argument
573 fstp(Type Ty, const AsmAddress &dst) fstp() argument
585 movaps(XmmRegister dst, XmmRegister src) movaps() argument
592 movups(XmmRegister dst, XmmRegister src) movups() argument
599 movups(XmmRegister dst, const AsmAddress &src) movups() argument
606 movups(const AsmAddress &dst, XmmRegister src) movups() argument
610 emitOperand(gprEncoding(src), dst); movups() local
613 padd(Type Ty, XmmRegister dst, XmmRegister src) padd() argument
627 padd(Type Ty, XmmRegister dst, const AsmAddress &src) padd() argument
641 padds(Type Ty, XmmRegister dst, XmmRegister src) padds() argument
655 padds(Type Ty, XmmRegister dst, const AsmAddress &src) padds() argument
669 paddus(Type Ty, XmmRegister dst, XmmRegister src) paddus() argument
683 paddus(Type Ty, XmmRegister dst, const AsmAddress &src) paddus() argument
697 pand(Type , XmmRegister dst, XmmRegister src) pand() argument
705 pand(Type , XmmRegister dst, const AsmAddress &src) pand() argument
714 pandn(Type , XmmRegister dst, XmmRegister src) pandn() argument
722 pandn(Type , XmmRegister dst, const AsmAddress &src) pandn() argument
731 pmull(Type Ty, XmmRegister dst, XmmRegister src) pmull() argument
745 pmull(Type Ty, XmmRegister dst, const AsmAddress &src) pmull() argument
759 pmulhw(Type Ty, XmmRegister dst, XmmRegister src) pmulhw() argument
769 pmulhw(Type Ty, XmmRegister dst, const AsmAddress &src) pmulhw() argument
779 pmulhuw(Type Ty, XmmRegister dst, XmmRegister src) pmulhuw() argument
789 pmulhuw(Type Ty, XmmRegister dst, const AsmAddress &src) pmulhuw() argument
799 pmaddwd(Type Ty, XmmRegister dst, XmmRegister src) pmaddwd() argument
809 pmaddwd(Type Ty, XmmRegister dst, const AsmAddress &src) pmaddwd() argument
819 pmuludq(Type , XmmRegister dst, XmmRegister src) pmuludq() argument
827 pmuludq(Type , XmmRegister dst, const AsmAddress &src) pmuludq() argument
836 por(Type , XmmRegister dst, XmmRegister src) por() argument
844 por(Type , XmmRegister dst, const AsmAddress &src) por() argument
853 psub(Type Ty, XmmRegister dst, XmmRegister src) psub() argument
867 psub(Type Ty, XmmRegister dst, const AsmAddress &src) psub() argument
881 psubs(Type Ty, XmmRegister dst, XmmRegister src) psubs() argument
895 psubs(Type Ty, XmmRegister dst, const AsmAddress &src) psubs() argument
909 psubus(Type Ty, XmmRegister dst, XmmRegister src) psubus() argument
923 psubus(Type Ty, XmmRegister dst, const AsmAddress &src) psubus() argument
937 pxor(Type , XmmRegister dst, XmmRegister src) pxor() argument
945 pxor(Type , XmmRegister dst, const AsmAddress &src) pxor() argument
954 psll(Type Ty, XmmRegister dst, XmmRegister src) psll() argument
967 psll(Type Ty, XmmRegister dst, const AsmAddress &src) psll() argument
980 psll(Type Ty, XmmRegister dst, const Immediate &imm) psll() argument
995 psra(Type Ty, XmmRegister dst, XmmRegister src) psra() argument
1008 psra(Type Ty, XmmRegister dst, const AsmAddress &src) psra() argument
1021 psra(Type Ty, XmmRegister dst, const Immediate &imm) psra() argument
1036 psrl(Type Ty, XmmRegister dst, XmmRegister src) psrl() argument
1051 psrl(Type Ty, XmmRegister dst, const AsmAddress &src) psrl() argument
1066 psrl(Type Ty, XmmRegister dst, const Immediate &imm) psrl() argument
1087 addps(Type , XmmRegister dst, XmmRegister src) addps() argument
1094 addps(Type , XmmRegister dst, const AsmAddress &src) addps() argument
1102 subps(Type , XmmRegister dst, XmmRegister src) subps() argument
1109 subps(Type , XmmRegister dst, const AsmAddress &src) subps() argument
1117 divps(Type , XmmRegister dst, XmmRegister src) divps() argument
1124 divps(Type , XmmRegister dst, const AsmAddress &src) divps() argument
1132 mulps(Type , XmmRegister dst, XmmRegister src) mulps() argument
1139 mulps(Type , XmmRegister dst, const AsmAddress &src) mulps() argument
1147 minps(Type Ty, XmmRegister dst, XmmRegister src) minps() argument
1156 minps(Type Ty, XmmRegister dst, const AsmAddress &src) minps() argument
1165 minss(Type Ty, XmmRegister dst, XmmRegister src) minss() argument
1173 minss(Type Ty, XmmRegister dst, const AsmAddress &src) minss() argument
1181 maxps(Type Ty, XmmRegister dst, XmmRegister src) maxps() argument
1190 maxps(Type Ty, XmmRegister dst, const AsmAddress &src) maxps() argument
1199 maxss(Type Ty, XmmRegister dst, XmmRegister src) maxss() argument
1207 maxss(Type Ty, XmmRegister dst, const AsmAddress &src) maxss() argument
1215 andnps(Type Ty, XmmRegister dst, XmmRegister src) andnps() argument
1224 andnps(Type Ty, XmmRegister dst, const AsmAddress &src) andnps() argument
1233 andps(Type Ty, XmmRegister dst, XmmRegister src) andps() argument
1242 andps(Type Ty, XmmRegister dst, const AsmAddress &src) andps() argument
1251 orps(Type Ty, XmmRegister dst, XmmRegister src) orps() argument
1260 orps(Type Ty, XmmRegister dst, const AsmAddress &src) orps() argument
1269 blendvps(Type , XmmRegister dst, XmmRegister src) blendvps() argument
1278 blendvps(Type , XmmRegister dst, const AsmAddress &src) blendvps() argument
1288 pblendvb(Type , XmmRegister dst, XmmRegister src) pblendvb() argument
1297 pblendvb(Type , XmmRegister dst, const AsmAddress &src) pblendvb() argument
1307 cmpps(Type Ty, XmmRegister dst, XmmRegister src, CmppsCond CmpCondition) cmpps() argument
1318 cmpps(Type Ty, XmmRegister dst, const AsmAddress &src, CmppsCond CmpCondition) cmpps() argument
1330 sqrtps(XmmRegister dst) sqrtps() argument
1337 rsqrtps(XmmRegister dst) rsqrtps() argument
1344 reciprocalps(XmmRegister dst) reciprocalps() argument
1351 movhlps(XmmRegister dst, XmmRegister src) movhlps() argument
1358 movlhps(XmmRegister dst, XmmRegister src) movlhps() argument
1365 unpcklps(XmmRegister dst, XmmRegister src) unpcklps() argument
1372 unpckhps(XmmRegister dst, XmmRegister src) unpckhps() argument
1379 unpcklpd(XmmRegister dst, XmmRegister src) unpcklpd() argument
1387 unpckhpd(XmmRegister dst, XmmRegister src) unpckhpd() argument
1395 set1ps(XmmRegister dst, GPRRegister tmp1, const Immediate &imm) set1ps() argument
1405 pshufb(Type , XmmRegister dst, XmmRegister src) pshufb() argument
1414 pshufb(Type , XmmRegister dst, const AsmAddress &src) pshufb() argument
1424 pshufd(Type , XmmRegister dst, XmmRegister src, const Immediate &imm) pshufd() argument
1435 pshufd(Type , XmmRegister dst, const AsmAddress &src, const Immediate &imm) pshufd() argument
1569 shufps(Type , XmmRegister dst, XmmRegister src, const Immediate &imm) shufps() argument
1579 shufps(Type , XmmRegister dst, const AsmAddress &src, const Immediate &imm) shufps() argument
1590 sqrtpd(XmmRegister dst) sqrtpd() argument
1598 cvtdq2ps(Type , XmmRegister dst, XmmRegister src) cvtdq2ps() argument
1606 cvtdq2ps(Type , XmmRegister dst, const AsmAddress &src) cvtdq2ps() argument
1614 cvttps2dq(Type , XmmRegister dst, XmmRegister src) cvttps2dq() argument
1623 cvttps2dq(Type , XmmRegister dst, const AsmAddress &src) cvttps2dq() argument
1632 cvtps2dq(Type , XmmRegister dst, XmmRegister src) cvtps2dq() argument
1641 cvtps2dq(Type , XmmRegister dst, const AsmAddress &src) cvtps2dq() argument
1650 cvtsi2ss(Type DestTy, XmmRegister dst, Type SrcTy, GPRRegister src) cvtsi2ss() argument
1659 cvtsi2ss(Type DestTy, XmmRegister dst, Type SrcTy, const AsmAddress &src) cvtsi2ss() argument
1668 cvtfloat2float(Type SrcTy, XmmRegister dst, XmmRegister src) cvtfloat2float() argument
1678 cvtfloat2float(Type SrcTy, XmmRegister dst, const AsmAddress &src) cvtfloat2float() argument
1687 cvttss2si(Type DestTy, GPRRegister dst, Type SrcTy, XmmRegister src) cvttss2si() argument
1696 cvttss2si(Type DestTy, GPRRegister dst, Type SrcTy, const AsmAddress &src) cvttss2si() argument
1705 cvtss2si(Type DestTy, GPRRegister dst, Type SrcTy, XmmRegister src) cvtss2si() argument
1714 cvtss2si(Type DestTy, GPRRegister dst, Type SrcTy, const AsmAddress &src) cvtss2si() argument
1741 movmsk(Type Ty, GPRRegister dst, XmmRegister src) movmsk() argument
1761 sqrt(Type Ty, XmmRegister dst, const AsmAddress &src) sqrt() argument
1770 sqrt(Type Ty, XmmRegister dst, XmmRegister src) sqrt() argument
1779 xorps(Type Ty, XmmRegister dst, const AsmAddress &src) xorps() argument
1788 xorps(Type Ty, XmmRegister dst, XmmRegister src) xorps() argument
1797 insertps(Type Ty, XmmRegister dst, XmmRegister src, const Immediate &imm) insertps() argument
1811 insertps(Type Ty, XmmRegister dst, const AsmAddress &src, const Immediate &imm) insertps() argument
1826 pinsr(Type Ty, XmmRegister dst, GPRRegister src, const Immediate &imm) pinsr() argument
1842 pinsr(Type Ty, XmmRegister dst, const AsmAddress &src, const Immediate &imm) pinsr() argument
1859 pextr(Type Ty, GPRRegister dst, XmmRegister src, const Immediate &imm) pextr() argument
1881 pmovsxdq(XmmRegister dst, XmmRegister src) pmovsxdq() argument
1890 pcmpeq(Type Ty, XmmRegister dst, XmmRegister src) pcmpeq() argument
1904 pcmpeq(Type Ty, XmmRegister dst, const AsmAddress &src) pcmpeq() argument
1918 pcmpgt(Type Ty, XmmRegister dst, XmmRegister src) pcmpgt() argument
1932 pcmpgt(Type Ty, XmmRegister dst, const AsmAddress &src) pcmpgt() argument
1946 round(Type Ty, XmmRegister dst, XmmRegister src, const Immediate &mode) round() argument
1970 round(Type Ty, XmmRegister dst, const AsmAddress &src, const Immediate &mode) round() argument
1994 fnstcw(const AsmAddress &dst) fnstcw() argument
2006 fistpl(const AsmAddress &dst) fistpl() argument
2012 fistps(const AsmAddress &dst) fistps() argument
3007 constexpr GPRRegister dst = GPRRegister::Encoded_Reg_ebx; iaca_start() local
3021 constexpr GPRRegister dst = GPRRegister::Encoded_Reg_ebx; iaca_end() local
[all...]
H A DIceAssemblerX8664.cpp245 void AssemblerX8664::setcc(BrCond condition, ByteRegister dst) { in setcc() argument
261 void AssemblerX8664::mov(Type Ty, GPRRegister dst, const Immediate &imm) { in mov() argument
278 void AssemblerX8664::mov(Type Ty, GPRRegister dst, GPRRegister src) { in mov() argument
291 mov(Type Ty, GPRRegister dst, const AsmAddress &src) mov() argument
304 mov(Type Ty, const AsmAddress &dst, GPRRegister src) mov() argument
314 emitOperand(gprEncoding(src), dst); mov() local
317 mov(Type Ty, const AsmAddress &dst, const Immediate &imm) mov() argument
349 movzx(Type SrcTy, GPRRegister dst, GPRRegister src) movzx() argument
366 movzx(Type SrcTy, GPRRegister dst, const AsmAddress &src) movzx() argument
383 movsx(Type SrcTy, GPRRegister dst, GPRRegister src) movsx() argument
397 movsx(Type SrcTy, GPRRegister dst, const AsmAddress &src) movsx() argument
411 lea(Type Ty, GPRRegister dst, const AsmAddress &src) lea() argument
421 cmov(Type Ty, BrCond cond, GPRRegister dst, GPRRegister src) cmov() argument
434 cmov(Type Ty, BrCond cond, GPRRegister dst, const AsmAddress &src) cmov() argument
453 movss(Type Ty, XmmRegister dst, const AsmAddress &src) movss() argument
462 movss(Type Ty, const AsmAddress &dst, XmmRegister src) movss() argument
468 emitOperand(gprEncoding(src), dst); movss() local
471 movss(Type Ty, XmmRegister dst, XmmRegister src) movss() argument
480 movd(Type SrcTy, XmmRegister dst, GPRRegister src) movd() argument
489 movd(Type SrcTy, XmmRegister dst, const AsmAddress &src) movd() argument
498 movd(Type DestTy, GPRRegister dst, XmmRegister src) movd() argument
507 movd(Type DestTy, const AsmAddress &dst, XmmRegister src) movd() argument
513 emitOperand(gprEncoding(src), dst); movd() local
516 movq(XmmRegister dst, XmmRegister src) movq() argument
525 movq(const AsmAddress &dst, XmmRegister src) movq() argument
531 emitOperand(gprEncoding(src), dst); movq() local
534 movq(XmmRegister dst, const AsmAddress &src) movq() argument
543 addss(Type Ty, XmmRegister dst, XmmRegister src) addss() argument
552 addss(Type Ty, XmmRegister dst, const AsmAddress &src) addss() argument
561 subss(Type Ty, XmmRegister dst, XmmRegister src) subss() argument
570 subss(Type Ty, XmmRegister dst, const AsmAddress &src) subss() argument
579 mulss(Type Ty, XmmRegister dst, XmmRegister src) mulss() argument
588 mulss(Type Ty, XmmRegister dst, const AsmAddress &src) mulss() argument
597 divss(Type Ty, XmmRegister dst, XmmRegister src) divss() argument
606 divss(Type Ty, XmmRegister dst, const AsmAddress &src) divss() argument
615 movaps(XmmRegister dst, XmmRegister src) movaps() argument
623 movups(XmmRegister dst, XmmRegister src) movups() argument
631 movups(XmmRegister dst, const AsmAddress &src) movups() argument
639 movups(const AsmAddress &dst, XmmRegister src) movups() argument
644 emitOperand(gprEncoding(src), dst); movups() local
647 padd(Type Ty, XmmRegister dst, XmmRegister src) padd() argument
662 padd(Type Ty, XmmRegister dst, const AsmAddress &src) padd() argument
677 padds(Type Ty, XmmRegister dst, XmmRegister src) padds() argument
692 padds(Type Ty, XmmRegister dst, const AsmAddress &src) padds() argument
707 paddus(Type Ty, XmmRegister dst, XmmRegister src) paddus() argument
722 paddus(Type Ty, XmmRegister dst, const AsmAddress &src) paddus() argument
737 pand(Type , XmmRegister dst, XmmRegister src) pand() argument
746 pand(Type , XmmRegister dst, const AsmAddress &src) pand() argument
756 pandn(Type , XmmRegister dst, XmmRegister src) pandn() argument
765 pandn(Type , XmmRegister dst, const AsmAddress &src) pandn() argument
775 pmull(Type Ty, XmmRegister dst, XmmRegister src) pmull() argument
790 pmull(Type Ty, XmmRegister dst, const AsmAddress &src) pmull() argument
805 pmulhw(Type Ty, XmmRegister dst, XmmRegister src) pmulhw() argument
816 pmulhw(Type Ty, XmmRegister dst, const AsmAddress &src) pmulhw() argument
827 pmulhuw(Type Ty, XmmRegister dst, XmmRegister src) pmulhuw() argument
838 pmulhuw(Type Ty, XmmRegister dst, const AsmAddress &src) pmulhuw() argument
849 pmaddwd(Type Ty, XmmRegister dst, XmmRegister src) pmaddwd() argument
860 pmaddwd(Type Ty, XmmRegister dst, const AsmAddress &src) pmaddwd() argument
871 pmuludq(Type , XmmRegister dst, XmmRegister src) pmuludq() argument
880 pmuludq(Type , XmmRegister dst, const AsmAddress &src) pmuludq() argument
890 por(Type , XmmRegister dst, XmmRegister src) por() argument
899 por(Type , XmmRegister dst, const AsmAddress &src) por() argument
909 psub(Type Ty, XmmRegister dst, XmmRegister src) psub() argument
924 psub(Type Ty, XmmRegister dst, const AsmAddress &src) psub() argument
939 psubs(Type Ty, XmmRegister dst, XmmRegister src) psubs() argument
954 psubs(Type Ty, XmmRegister dst, const AsmAddress &src) psubs() argument
969 psubus(Type Ty, XmmRegister dst, XmmRegister src) psubus() argument
984 psubus(Type Ty, XmmRegister dst, const AsmAddress &src) psubus() argument
999 pxor(Type , XmmRegister dst, XmmRegister src) pxor() argument
1008 pxor(Type , XmmRegister dst, const AsmAddress &src) pxor() argument
1018 psll(Type Ty, XmmRegister dst, XmmRegister src) psll() argument
1032 psll(Type Ty, XmmRegister dst, const AsmAddress &src) psll() argument
1046 psll(Type Ty, XmmRegister dst, const Immediate &imm) psll() argument
1062 psra(Type Ty, XmmRegister dst, XmmRegister src) psra() argument
1076 psra(Type Ty, XmmRegister dst, const AsmAddress &src) psra() argument
1090 psra(Type Ty, XmmRegister dst, const Immediate &imm) psra() argument
1106 psrl(Type Ty, XmmRegister dst, XmmRegister src) psrl() argument
1122 psrl(Type Ty, XmmRegister dst, const AsmAddress &src) psrl() argument
1138 psrl(Type Ty, XmmRegister dst, const Immediate &imm) psrl() argument
1160 addps(Type , XmmRegister dst, XmmRegister src) addps() argument
1168 addps(Type , XmmRegister dst, const AsmAddress &src) addps() argument
1177 subps(Type , XmmRegister dst, XmmRegister src) subps() argument
1185 subps(Type , XmmRegister dst, const AsmAddress &src) subps() argument
1194 divps(Type , XmmRegister dst, XmmRegister src) divps() argument
1202 divps(Type , XmmRegister dst, const AsmAddress &src) divps() argument
1211 mulps(Type , XmmRegister dst, XmmRegister src) mulps() argument
1219 mulps(Type , XmmRegister dst, const AsmAddress &src) mulps() argument
1228 minps(Type Ty, XmmRegister dst, XmmRegister src) minps() argument
1238 minps(Type Ty, XmmRegister dst, const AsmAddress &src) minps() argument
1248 minss(Type Ty, XmmRegister dst, XmmRegister src) minss() argument
1257 minss(Type Ty, XmmRegister dst, const AsmAddress &src) minss() argument
1266 maxps(Type Ty, XmmRegister dst, XmmRegister src) maxps() argument
1276 maxps(Type Ty, XmmRegister dst, const AsmAddress &src) maxps() argument
1286 maxss(Type Ty, XmmRegister dst, XmmRegister src) maxss() argument
1295 maxss(Type Ty, XmmRegister dst, const AsmAddress &src) maxss() argument
1304 andnps(Type Ty, XmmRegister dst, XmmRegister src) andnps() argument
1314 andnps(Type Ty, XmmRegister dst, const AsmAddress &src) andnps() argument
1324 andps(Type Ty, XmmRegister dst, XmmRegister src) andps() argument
1334 andps(Type Ty, XmmRegister dst, const AsmAddress &src) andps() argument
1344 orps(Type Ty, XmmRegister dst, XmmRegister src) orps() argument
1354 orps(Type Ty, XmmRegister dst, const AsmAddress &src) orps() argument
1364 blendvps(Type , XmmRegister dst, XmmRegister src) blendvps() argument
1374 blendvps(Type , XmmRegister dst, const AsmAddress &src) blendvps() argument
1385 pblendvb(Type , XmmRegister dst, XmmRegister src) pblendvb() argument
1395 pblendvb(Type , XmmRegister dst, const AsmAddress &src) pblendvb() argument
1406 cmpps(Type Ty, XmmRegister dst, XmmRegister src, CmppsCond CmpCondition) cmpps() argument
1418 cmpps(Type Ty, XmmRegister dst, const AsmAddress &src, CmppsCond CmpCondition) cmpps() argument
1431 sqrtps(XmmRegister dst) sqrtps() argument
1439 rsqrtps(XmmRegister dst) rsqrtps() argument
1447 reciprocalps(XmmRegister dst) reciprocalps() argument
1455 movhlps(XmmRegister dst, XmmRegister src) movhlps() argument
1463 movlhps(XmmRegister dst, XmmRegister src) movlhps() argument
1471 unpcklps(XmmRegister dst, XmmRegister src) unpcklps() argument
1479 unpckhps(XmmRegister dst, XmmRegister src) unpckhps() argument
1487 unpcklpd(XmmRegister dst, XmmRegister src) unpcklpd() argument
1496 unpckhpd(XmmRegister dst, XmmRegister src) unpckhpd() argument
1505 set1ps(XmmRegister dst, GPRRegister tmp1, const Immediate &imm) set1ps() argument
1515 pshufb(Type , XmmRegister dst, XmmRegister src) pshufb() argument
1525 pshufb(Type , XmmRegister dst, const AsmAddress &src) pshufb() argument
1536 pshufd(Type , XmmRegister dst, XmmRegister src, const Immediate &imm) pshufd() argument
1548 pshufd(Type , XmmRegister dst, const AsmAddress &src, const Immediate &imm) pshufd() argument
1691 shufps(Type , XmmRegister dst, XmmRegister src, const Immediate &imm) shufps() argument
1702 shufps(Type , XmmRegister dst, const AsmAddress &src, const Immediate &imm) shufps() argument
1714 sqrtpd(XmmRegister dst) sqrtpd() argument
1723 cvtdq2ps(Type , XmmRegister dst, XmmRegister src) cvtdq2ps() argument
1732 cvtdq2ps(Type , XmmRegister dst, const AsmAddress &src) cvtdq2ps() argument
1741 cvttps2dq(Type , XmmRegister dst, XmmRegister src) cvttps2dq() argument
1751 cvttps2dq(Type , XmmRegister dst, const AsmAddress &src) cvttps2dq() argument
1761 cvtps2dq(Type , XmmRegister dst, XmmRegister src) cvtps2dq() argument
1771 cvtps2dq(Type , XmmRegister dst, const AsmAddress &src) cvtps2dq() argument
1781 cvtsi2ss(Type DestTy, XmmRegister dst, Type SrcTy, GPRRegister src) cvtsi2ss() argument
1791 cvtsi2ss(Type DestTy, XmmRegister dst, Type SrcTy, const AsmAddress &src) cvtsi2ss() argument
1801 cvtfloat2float(Type SrcTy, XmmRegister dst, XmmRegister src) cvtfloat2float() argument
1812 cvtfloat2float(Type SrcTy, XmmRegister dst, const AsmAddress &src) cvtfloat2float() argument
1822 cvttss2si(Type DestTy, GPRRegister dst, Type SrcTy, XmmRegister src) cvttss2si() argument
1832 cvttss2si(Type DestTy, GPRRegister dst, Type SrcTy, const AsmAddress &src) cvttss2si() argument
1842 cvtss2si(Type DestTy, GPRRegister dst, Type SrcTy, XmmRegister src) cvtss2si() argument
1852 cvtss2si(Type DestTy, GPRRegister dst, Type SrcTy, const AsmAddress &src) cvtss2si() argument
1882 movmsk(Type Ty, GPRRegister dst, XmmRegister src) movmsk() argument
1903 sqrt(Type Ty, XmmRegister dst, const AsmAddress &src) sqrt() argument
1913 sqrt(Type Ty, XmmRegister dst, XmmRegister src) sqrt() argument
1923 xorps(Type Ty, XmmRegister dst, const AsmAddress &src) xorps() argument
1933 xorps(Type Ty, XmmRegister dst, XmmRegister src) xorps() argument
1943 insertps(Type Ty, XmmRegister dst, XmmRegister src, const Immediate &imm) insertps() argument
1958 insertps(Type Ty, XmmRegister dst, const AsmAddress &src, const Immediate &imm) insertps() argument
1974 pinsr(Type Ty, XmmRegister dst, GPRRegister src, const Immediate &imm) pinsr() argument
1991 pinsr(Type Ty, XmmRegister dst, const AsmAddress &src, const Immediate &imm) pinsr() argument
2009 pextr(Type Ty, GPRRegister dst, XmmRegister src, const Immediate &imm) pextr() argument
2033 pmovsxdq(XmmRegister dst, XmmRegister src) pmovsxdq() argument
2043 pcmpeq(Type Ty, XmmRegister dst, XmmRegister src) pcmpeq() argument
2058 pcmpeq(Type Ty, XmmRegister dst, const AsmAddress &src) pcmpeq() argument
2073 pcmpgt(Type Ty, XmmRegister dst, XmmRegister src) pcmpgt() argument
2088 pcmpgt(Type Ty, XmmRegister dst, const AsmAddress &src) pcmpgt() argument
2103 round(Type Ty, XmmRegister dst, XmmRegister src, const Immediate &mode) round() argument
2128 round(Type Ty, XmmRegister dst, const AsmAddress &src, const Immediate &mode) round() argument
3169 constexpr GPRRegister dst = GPRRegister::Encoded_Reg_ebx; iaca_start() local
3184 constexpr GPRRegister dst = GPRRegister::Encoded_Reg_ebx; iaca_end() local
[all...]
/third_party/skia/third_party/externals/icu/source/common/
H A Dunistr.cpp83 us_arrayCopy(const UChar *src, int32_t srcStart, UChar *dst, int32_t dstStart, int32_t count) us_arrayCopy() argument
859 doExtract(int32_t start, int32_t length, UChar *dst, int32_t dstStart) const doExtract() argument
/third_party/vixl/src/aarch64/
H A Dlogic-aarch64.cc185 void Simulator::ld1(VectorFormat vform, LogicVRegister dst, uint64_t addr) { in ld1() argument
219 void Simulator::ld1r(VectorFormat vform, LogicVRegister dst, uint64_ argument
194 ld1(VectorFormat vform, LogicVRegister dst, int index, uint64_t addr) ld1() argument
202 ld1r(VectorFormat vform, VectorFormat unpack_vform, LogicVRegister dst, uint64_t addr, bool is_signed) ld1r() argument
507 cmp(VectorFormat vform, LogicVRegister dst, const LogicVRegister& src1, const LogicVRegister& src2, Condition cond) cmp() argument
551 cmp(VectorFormat vform, LogicVRegister dst, const LogicVRegister& src1, int imm, Condition cond) cmp() argument
562 cmptst(VectorFormat vform, LogicVRegister dst, const LogicVRegister& src1, const LogicVRegister& src2) cmptst() argument
576 add(VectorFormat vform, LogicVRegister dst, const LogicVRegister& src1, const LogicVRegister& src2) add() argument
606 add_uint(VectorFormat vform, LogicVRegister dst, const LogicVRegister& src1, uint64_t value) add_uint() argument
635 addp(VectorFormat vform, LogicVRegister dst, const LogicVRegister& src1, const LogicVRegister& src2) addp() argument
649 sdiv(VectorFormat vform, LogicVRegister dst, const LogicVRegister& src1, const LogicVRegister& src2) sdiv() argument
671 udiv(VectorFormat vform, LogicVRegister dst, const LogicVRegister& src1, const LogicVRegister& src2) udiv() argument
691 mla(VectorFormat vform, LogicVRegister dst, const LogicVRegister& srca, const LogicVRegister& src1, const LogicVRegister& src2) mla() argument
703 mls(VectorFormat vform, LogicVRegister dst, const LogicVRegister& srca, const LogicVRegister& src1, const LogicVRegister& src2) mls() argument
715 mul(VectorFormat vform, LogicVRegister dst, const LogicVRegister& src1, const LogicVRegister& src2) mul() argument
728 mul(VectorFormat vform, LogicVRegister dst, const LogicVRegister& src1, const LogicVRegister& src2, int index) mul() argument
739 smulh(VectorFormat vform, LogicVRegister dst, const LogicVRegister& src1, const LogicVRegister& src2) smulh() argument
770 umulh(VectorFormat vform, LogicVRegister dst, const LogicVRegister& src1, const LogicVRegister& src2) umulh() argument
801 mla(VectorFormat vform, LogicVRegister dst, const LogicVRegister& src1, const LogicVRegister& src2, int index) mla() argument
812 mls(VectorFormat vform, LogicVRegister dst, const LogicVRegister& src1, const LogicVRegister& src2, int index) mls() argument
822 sqdmull(VectorFormat vform, LogicVRegister dst, const LogicVRegister& src1, const LogicVRegister& src2, int index) sqdmull() argument
833 sqdmlal(VectorFormat vform, LogicVRegister dst, const LogicVRegister& src1, const LogicVRegister& src2, int index) sqdmlal() argument
844 sqdmlsl(VectorFormat vform, LogicVRegister dst, const LogicVRegister& src1, const LogicVRegister& src2, int index) sqdmlsl() argument
855 sqdmulh(VectorFormat vform, LogicVRegister dst, const LogicVRegister& src1, const LogicVRegister& src2, int index) sqdmulh() argument
866 sqrdmulh(VectorFormat vform, LogicVRegister dst, const LogicVRegister& src1, const LogicVRegister& src2, int index) sqrdmulh() argument
877 sqrdmlah(VectorFormat vform, LogicVRegister dst, const LogicVRegister& src1, const LogicVRegister& src2, int index) sqrdmlah() argument
888 sqrdmlsh(VectorFormat vform, LogicVRegister dst, const LogicVRegister& src1, const LogicVRegister& src2, int index) sqrdmlsh() argument
915 pmul(VectorFormat vform, LogicVRegister dst, const LogicVRegister& src1, const LogicVRegister& src2) pmul() argument
931 pmull(VectorFormat vform, LogicVRegister dst, const LogicVRegister& src1, const LogicVRegister& src2) pmull() argument
950 pmull2(VectorFormat vform, LogicVRegister dst, const LogicVRegister& src1, const LogicVRegister& src2) pmull2() argument
968 sub(VectorFormat vform, LogicVRegister dst, const LogicVRegister& src1, const LogicVRegister& src2) sub() argument
998 sub_uint(VectorFormat vform, LogicVRegister dst, const LogicVRegister& src1, uint64_t value) sub_uint() argument
1027 and_(VectorFormat vform, LogicVRegister dst, const LogicVRegister& src1, const LogicVRegister& src2) and_() argument
1039 orr(VectorFormat vform, LogicVRegister dst, const LogicVRegister& src1, const LogicVRegister& src2) orr() argument
1051 orn(VectorFormat vform, LogicVRegister dst, const LogicVRegister& src1, const LogicVRegister& src2) orn() argument
1063 eor(VectorFormat vform, LogicVRegister dst, const LogicVRegister& src1, const LogicVRegister& src2) eor() argument
1075 bic(VectorFormat vform, LogicVRegister dst, const LogicVRegister& src1, const LogicVRegister& src2) bic() argument
1087 bic(VectorFormat vform, LogicVRegister dst, const LogicVRegister& src, uint64_t imm) bic() argument
1104 bif(VectorFormat vform, LogicVRegister dst, const LogicVRegister& src1, const LogicVRegister& src2) bif() argument
1120 bit(VectorFormat vform, LogicVRegister dst, const LogicVRegister& src1, const LogicVRegister& src2) bit() argument
1136 bsl(VectorFormat vform, LogicVRegister dst, const LogicVRegister& src_mask, const LogicVRegister& src1, const LogicVRegister& src2) bsl() argument
1153 sminmax(VectorFormat vform, LogicVRegister dst, const LogicVRegister& src1, const LogicVRegister& src2, bool max) sminmax() argument
1174 smax(VectorFormat vform, LogicVRegister dst, const LogicVRegister& src1, const LogicVRegister& src2) smax() argument
1182 smin(VectorFormat vform, LogicVRegister dst, const LogicVRegister& src1, const LogicVRegister& src2) smin() argument
1190 sminmaxp(VectorFormat vform, LogicVRegister dst, const LogicVRegister& src1, const LogicVRegister& src2, bool max) sminmaxp() argument
1221 smaxp(VectorFormat vform, LogicVRegister dst, const LogicVRegister& src1, const LogicVRegister& src2) smaxp() argument
1229 sminp(VectorFormat vform, LogicVRegister dst, const LogicVRegister& src1, const LogicVRegister& src2) sminp() argument
1237 addp(VectorFormat vform, LogicVRegister dst, const LogicVRegister& src) addp() argument
1249 addv(VectorFormat vform, LogicVRegister dst, const LogicVRegister& src) addv() argument
1267 saddlv(VectorFormat vform, LogicVRegister dst, const LogicVRegister& src) saddlv() argument
1284 uaddlv(VectorFormat vform, LogicVRegister dst, const LogicVRegister& src) uaddlv() argument
1301 sminmaxv(VectorFormat vform, LogicVRegister dst, const LogicPRegister& pg, const LogicVRegister& src, bool max) sminmaxv() argument
1323 smaxv(VectorFormat vform, LogicVRegister dst, const LogicVRegister& src) smaxv() argument
1331 sminv(VectorFormat vform, LogicVRegister dst, const LogicVRegister& src) sminv() argument
1339 smaxv(VectorFormat vform, LogicVRegister dst, const LogicPRegister& pg, const LogicVRegister& src) smaxv() argument
1349 sminv(VectorFormat vform, LogicVRegister dst, const LogicPRegister& pg, const LogicVRegister& src) sminv() argument
1359 uminmax(VectorFormat vform, LogicVRegister dst, const LogicVRegister& src1, const LogicVRegister& src2, bool max) uminmax() argument
1380 umax(VectorFormat vform, LogicVRegister dst, const LogicVRegister& src1, const LogicVRegister& src2) umax() argument
1388 umin(VectorFormat vform, LogicVRegister dst, const LogicVRegister& src1, const LogicVRegister& src2) umin() argument
1396 uminmaxp(VectorFormat vform, LogicVRegister dst, const LogicVRegister& src1, const LogicVRegister& src2, bool max) uminmaxp() argument
1427 umaxp(VectorFormat vform, LogicVRegister dst, const LogicVRegister& src1, const LogicVRegister& src2) umaxp() argument
1435 uminp(VectorFormat vform, LogicVRegister dst, const LogicVRegister& src1, const LogicVRegister& src2) uminp() argument
1443 uminmaxv(VectorFormat vform, LogicVRegister dst, const LogicPRegister& pg, const LogicVRegister& src, bool max) uminmaxv() argument
1465 umaxv(VectorFormat vform, LogicVRegister dst, const LogicVRegister& src) umaxv() argument
1473 uminv(VectorFormat vform, LogicVRegister dst, const LogicVRegister& src) uminv() argument
1481 umaxv(VectorFormat vform, LogicVRegister dst, const LogicPRegister& pg, const LogicVRegister& src) umaxv() argument
1491 uminv(VectorFormat vform, LogicVRegister dst, const LogicPRegister& pg, const LogicVRegister& src) uminv() argument
1501 shl(VectorFormat vform, LogicVRegister dst, const LogicVRegister& src, int shift) shl() argument
1512 sshll(VectorFormat vform, LogicVRegister dst, const LogicVRegister& src, int shift) sshll() argument
1524 sshll2(VectorFormat vform, LogicVRegister dst, const LogicVRegister& src, int shift) sshll2() argument
1536 shll(VectorFormat vform, LogicVRegister dst, const LogicVRegister& src) shll() argument
1544 shll2(VectorFormat vform, LogicVRegister dst, const LogicVRegister& src) shll2() argument
1552 ushll(VectorFormat vform, LogicVRegister dst, const LogicVRegister& src, int shift) ushll() argument
1564 ushll2(VectorFormat vform, LogicVRegister dst, const LogicVRegister& src, int shift) ushll2() argument
1589 compact(VectorFormat vform, LogicVRegister dst, const LogicPRegister& pg, const LogicVRegister& src) compact() argument
1605 splice(VectorFormat vform, LogicVRegister dst, const LogicPRegister& pg, const LogicVRegister& src1, const LogicVRegister& src2) splice() argument
[all...]
/third_party/vixl/test/aarch32/
H A Dtest-assembler-aarch32.cc5417 uint32_t dst[8] = {0x00000000, in TEST() local
5524 uint32_t dst[6] = TEST() local
[all...]
/third_party/python/Modules/
H A D_zoneinfo.c32 _ttinfo dst; member
[all...]
H A Doverlapped.c122 steal_buffer(Py_buffer * dst, Py_buffer * src) in steal_buffer() argument
/third_party/python/Objects/
H A Dlistobject.c1109 sortslice_copy_incr(sortslice *dst, sortslice *src) in sortslice_copy_incr() argument
1117 sortslice_copy_decr(sortslice *dst, sortslice *src) in sortslice_copy_decr() argument
/third_party/protobuf/src/google/protobuf/stubs/
H A Dstrutil.cc2339 void CleanStringLineEndings(const string &src, string *dst, in CleanStringLineEndings() argument
/third_party/python/Modules/_ctypes/
H A D_ctypes_test.c371 char *dst = (char *)malloc(strlen(src)+1); in my_strdup() local
/third_party/skia/third_party/externals/abseil-cpp/absl/container/
H A Dbtree_test.cc2157 absl::btree_set<int> dst; in TEST() local
2170 absl::btree_set<int, IntCompareToCmp> dst; in TEST() local
2183 absl::btree_multiset<int> dst; TEST() local
2196 absl::btree_multiset<int, IntCompareToCmp> dst; TEST() local
2210 absl::btree_multimap<int, int> dst; TEST() local
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
H A Dcord.cc192 size_t dst = 0; in MakeBalancedTree() local
432 CordRep* dst = root; in PrepareAppendRegion() local
1459 CopyCordToString(const Cord& src, std::string* dst) CopyCordToString() argument
[all...]
/third_party/skia/gm/
H A Dwacky_yuv_formats.cpp424 SkColor4f* dst = (SkColor4f *) planes->fFull.getAddr(0, 0); in extract_planes() local
[all...]
H A Dcompositor_quads.cpp532 SkPoint dst[4] = {{0, 0}, in configureMatrices() local
/third_party/skia/include/core/
H A DSkCanvas.h1486 void drawImageRect(const sk_sp<SkImage>& image, const SkRect& src, const SkRect& dst, in drawImageRect() argument
1491 void drawImageRect(const sk_sp<SkImage>& image, const SkRect& dst, in drawImageRect() argument
1581 drawImageLattice(const SkImage* image, const Lattice& lattice, const SkRect& dst) drawImageLattice() argument
[all...]
/third_party/skia/dm/
H A DDMSrcSink.cpp591 void* dst = pixels.get(); in draw() local
646 void* dst = pixels.get(); in draw() local
735 void* dst in draw() local
1498 draw(const Src& src, SkBitmap* dst, SkWStream* dstStream, SkString* log) const draw() argument
1544 onDraw(const Src& src, SkBitmap* dst, SkWStream*, SkString* log, const GrContextOptions& baseOptions, std::function<void(GrDirectContext*)> initContext) const onDraw() argument
1609 draw(const Src& src, SkBitmap* dst, SkWStream* wStream, SkString* log) const draw() argument
1642 draw(const Src& src, SkBitmap* dst, SkWStream* wStream, SkString* log) const draw() argument
1679 draw(const Src& src, SkBitmap* dst, SkWStream* wStream, SkString* log) const draw() argument
1753 draw(const Src& src, SkBitmap* dst, SkWStream*, SkString* log) const draw() argument
1896 draw(const Src& src, SkBitmap* dst, SkWStream*, SkString* log) const draw() argument
1968 draw_skdocument(const Src& src, SkDocument* doc, SkWStream* dst) draw_skdocument() argument
1992 draw(const Src& src, SkBitmap*, SkWStream* dst, SkString*) const draw() argument
2024 draw(const Src& src, SkBitmap*, SkWStream* dst, SkString*) const draw() argument
2040 draw(const Src& src, SkBitmap*, SkWStream* dst, SkString*) const draw() argument
2049 draw(const Src& src, SkBitmap*, SkWStream* dst, SkString*) const draw() argument
2062 draw(const Src& src, SkBitmap*, SkWStream* dst, SkString*) const draw() argument
2082 draw(const Src& src, SkBitmap*, SkWStream* dst, SkString*) const draw() argument
2107 draw(const Src& src, SkBitmap* dst, SkWStream*, SkString*) const draw() argument
2152 draw(const Src& src, SkBitmap* dst, SkWStream* dstStream, SkString* log) const draw() argument
[all...]
/third_party/selinux/libsepol/src/
H A Dlink.c961 static int ebitmap_convert(const ebitmap_t *src, ebitmap_t *dst, const uint32_t *map) in ebitmap_convert() argument
974 static int type_set_convert(const type_set_t * types, type_set_t * dst, in type_set_convert() argument
993 static int type_set_or_convert(const type_set_t * types, type_set_t * dst, in type_set_or_convert() argument
1013 static int role_set_or_convert(role_set_t * roles, role_set_t * dst, in role_set_or_convert() argument
1033 mls_level_convert(mls_semantic_level_t * src, mls_semantic_level_t * dst, policy_module_t * mod, link_state_t * state) mls_level_convert() argument
1069 mls_range_convert(mls_semantic_range_t * src, mls_semantic_range_t * dst, policy_module_t * mod, link_state_t * state) mls_range_convert() argument
1225 copy_avrule_list(avrule_t * list, avrule_t ** dst, policy_module_t * module, link_state_t * state) copy_avrule_list() argument
1327 copy_role_trans_list(role_trans_rule_t * list, role_trans_rule_t ** dst, policy_module_t * module, link_state_t * state) copy_role_trans_list() argument
1373 copy_role_allow_list(role_allow_rule_t * list, role_allow_rule_t ** dst, policy_module_t * module, link_state_t * state) copy_role_allow_list() argument
1415 copy_filename_trans_list(filename_trans_rule_t * list, filename_trans_rule_t ** dst, policy_module_t * module, link_state_t * state) copy_filename_trans_list() argument
1460 copy_range_trans_list(range_trans_rule_t * rules, range_trans_rule_t ** dst, policy_module_t * mod, link_state_t * state) copy_range_trans_list() argument
1499 copy_cond_list(cond_node_t * list, cond_node_t ** dst, policy_module_t * module, link_state_t * state) copy_cond_list() argument
[all...]
H A Dexpand.c59 static int map_ebitmap(ebitmap_t * src, ebitmap_t * dst, uint32_t * map) in map_ebitmap() argument
315 static int constraint_node_clone(constraint_node_t ** dst, in constraint_node_clone() argument
2108 static int context_copy(context_struct_t * dst, context_struct_t * src, in context_copy() argument
[all...]
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fDrawBuffersIndexedTests.cpp142 deUint32 dst; member
1276 const deUint32 dst = de::getSizedArrayElement<DE_LENGTH_OF_ARRAY(funcs)>(funcs, rng.getUint32() % DE_LENGTH_OF_ARRAY(funcs)); getRandomBlendFunc() local
[all...]
H A Des3fFragmentOutputTests.cpp397 static void renderFloatReference (const tcu::PixelBufferAccess& dst, int gridWidth, int gridHeight, int numComponents, const float* vertices) in renderFloatReference() argument
428 static void renderIntReference (const tcu::PixelBufferAccess& dst, int gridWidth, int gridHeight, int numComponents, const int* vertices) in renderIntReference() argument
648 float* dst = (float*)&inputs[curInVec][0]; iterate() local
702 deInt32* dst = (deInt32*)&inputs[curInVec][0]; iterate() local
738 deUint32* dst = &inputs[curInVec][0]; iterate() local
824 void* dst = &attachments[ndx].renderedData[0]; iterate() local
[all...]
H A Des3fTextureMipmapTests.cpp231 static void getBasicTexCoord2D (std::vector<float>& dst, int cellNdx) in getBasicTexCoord2D() argument
268 static void getAffineTexCoord2D (std::vector<float>& dst, int cellNdx) in getAffineTexCoord2D() argument
590 randomPartition(vector<IVec4>& dst, de::Random& rnd, int x, int y, int width, int height) randomPartition() argument
615 computeGridLayout(vector<IVec4>& dst, int width, int height) computeGridLayout() argument
1175 getBasicTexCoord3D(std::vector<float>& dst, int cellNdx) getBasicTexCoord3D() argument
1221 getAffineTexCoord3D(std::vector<float>& dst, int cellNdx) getAffineTexCoord3D() argument
[all...]
H A Des3fTextureSpecificationTests.cpp229 void TextureSpecCase::renderTex (tcu::Surface& dst, deUint32 program, int width, int height) in renderTex() argument
243 void TextureSpecCase::readPixels (tcu::Surface& dst, int x, int y, int width, int height) in readPixels() argument
310 tcu::Surface& dst = ndx ? reference : result; in verifyTexture() local
401 tcu::Surface& dst in verifyTexture() local
501 tcu::Surface& dst = ndx ? reference : result; verifyTexture() local
602 tcu::Surface& dst = ndx ? reference : result; verifyTexture() local
[all...]
H A Des3fVertexTextureTests.cpp429 static void setPixelColors (const vector<Vec4>& quadColors, const Rect& region, const PosTexCoordQuadGrid<TexType>& grid, tcu::Surface& dst) in setPixelColors() argument
460 void computeReference (const typename TexTypeTcuClass<TexType>::t& texture, float lod, const tcu::Sampler& sampler, const PosTexCoordQuadGrid<TexType>& grid, tcu::Surface& dst, const Rect& dstRegion) in computeReference() argument
786 void Vertex2DTextureCase::computeReferenceCell (int textureNdx, float lod, const Grid& grid, tcu::Surface& dst, const Rect& dstRegion) const in computeReferenceCell() argument
1122 computeReferenceCell(int textureNdx, float lod, const Grid& grid, tcu::Surface& dst, const Rect& dstRegion) const computeReferenceCell() argument
1462 computeReferenceCell(int textureNdx, float lod, const Grid& grid, tcu::Surface& dst, const Rect& dstRegion) const computeReferenceCell() argument
1806 computeReferenceCell(int textureNdx, float lod, const Grid& grid, tcu::Surface& dst, const Rect& dstRegion) const computeReferenceCell() argument
[all...]
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fOpaqueTypeIndexingTests.cpp899 int* dst = &expandedIndices[numInvocations*readNdx]; in iterate() local
1132 int* dst = &expandedIndices[numInvocations*opNdx]; in iterate() local

Completed in 67 milliseconds

1...<<111112113114115116117118119120>>...135