Home
last modified time | relevance | path

Searched refs:none (Results 1 – 25 of 2078) sorted by relevance

12345678910>>...84

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv30/
Dnvfx_vertprog.c464 struct nvfx_src none = nvfx_src(nvfx_reg(NVFXSR_NONE, 0)); in nvfx_vertprog_parse_instruction() local
496 tgsi_src(vpc, fsrc), none, none)); in nvfx_vertprog_parse_instruction()
507 tgsi_src(vpc, fsrc), none, none)); in nvfx_vertprog_parse_instruction()
518 tgsi_src(vpc, fsrc), none, none)); in nvfx_vertprog_parse_instruction()
552 nvfx_vp_emit(vpc, arith(sat, VEC, MOV, dst, mask, abs(src[0]), none, none)); in nvfx_vertprog_parse_instruction()
555 nvfx_vp_emit(vpc, arith(sat, VEC, ADD, dst, mask, src[0], none, src[1])); in nvfx_vertprog_parse_instruction()
558 nvfx_vp_emit(vpc, arith(0, VEC, ARL, dst, mask, src[0], none, none)); in nvfx_vertprog_parse_instruction()
562 nvfx_vp_emit(vpc, arith(0, VEC, FLR, tmp.reg, mask, neg(src[0]), none, none)); in nvfx_vertprog_parse_instruction()
563 nvfx_vp_emit(vpc, arith(sat, VEC, MOV, dst, mask, neg(tmp), none, none)); in nvfx_vertprog_parse_instruction()
566 insn = arith(0, VEC, MOV, none.reg, mask, src[0], none, none); in nvfx_vertprog_parse_instruction()
[all …]
Dnvfx_fragprog.c234 (d), (m), (s0), none, none)
240 const struct nvfx_src none = nvfx_src(nvfx_reg(NVFXSR_NONE, 0)); in nv40_fp_if() local
241 struct nvfx_insn insn = arith(0, MOV, none.reg, NVFX_FP_MASK_X, src, none, none); in nv40_fp_if()
443 const struct nvfx_src none = nvfx_src(nvfx_reg(NVFXSR_NONE, 0)); in nvfx_fragprog_parse_instruction() local
483 … nvfx_fp_emit(fpc, arith(0, ADD, src[i].reg, NVFX_FP_MASK_ALL, tgsi_src(fpc, fsrc), addend, none)); in nvfx_fragprog_parse_instruction()
489 … nvfx_fp_emit(fpc, arith(0, MOV, src[i].reg, NVFX_FP_MASK_ALL, tgsi_src(fpc, fsrc), none, none)); in nvfx_fragprog_parse_instruction()
499 … nvfx_fp_emit(fpc, arith(0, MOV, src[i].reg, NVFX_FP_MASK_ALL, tgsi_src(fpc, fsrc), none, none)); in nvfx_fragprog_parse_instruction()
509 … nvfx_fp_emit(fpc, arith(0, MOV, src[i].reg, NVFX_FP_MASK_ALL, tgsi_src(fpc, fsrc), none, none)); in nvfx_fragprog_parse_instruction()
532 nvfx_fp_emit(fpc, arith(sat, MOV, dst, mask, abs(src[0]), none, none)); in nvfx_fragprog_parse_instruction()
535 nvfx_fp_emit(fpc, arith(sat, ADD, dst, mask, src[0], src[1], none)); in nvfx_fragprog_parse_instruction()
[all …]
/external/mesa3d/src/gallium/drivers/nv30/
Dnvfx_vertprog.c464 struct nvfx_src none = nvfx_src(nvfx_reg(NVFXSR_NONE, 0)); in nvfx_vertprog_parse_instruction() local
496 tgsi_src(vpc, fsrc), none, none)); in nvfx_vertprog_parse_instruction()
507 tgsi_src(vpc, fsrc), none, none)); in nvfx_vertprog_parse_instruction()
518 tgsi_src(vpc, fsrc), none, none)); in nvfx_vertprog_parse_instruction()
552 nvfx_vp_emit(vpc, arith(sat, VEC, MOV, dst, mask, abs(src[0]), none, none)); in nvfx_vertprog_parse_instruction()
555 nvfx_vp_emit(vpc, arith(sat, VEC, ADD, dst, mask, src[0], none, src[1])); in nvfx_vertprog_parse_instruction()
558 nvfx_vp_emit(vpc, arith(0, VEC, ARL, dst, mask, src[0], none, none)); in nvfx_vertprog_parse_instruction()
562 nvfx_vp_emit(vpc, arith(0, VEC, FLR, tmp.reg, mask, neg(src[0]), none, none)); in nvfx_vertprog_parse_instruction()
563 nvfx_vp_emit(vpc, arith(sat, VEC, MOV, dst, mask, neg(tmp), none, none)); in nvfx_vertprog_parse_instruction()
566 insn = arith(0, VEC, MOV, none.reg, mask, src[0], none, none); in nvfx_vertprog_parse_instruction()
[all …]
Dnvfx_fragprog.c234 (d), (m), (s0), none, none)
240 const struct nvfx_src none = nvfx_src(nvfx_reg(NVFXSR_NONE, 0)); in nv40_fp_if() local
241 struct nvfx_insn insn = arith(0, MOV, none.reg, NVFX_FP_MASK_X, src, none, none); in nv40_fp_if()
443 const struct nvfx_src none = nvfx_src(nvfx_reg(NVFXSR_NONE, 0)); in nvfx_fragprog_parse_instruction() local
483 … nvfx_fp_emit(fpc, arith(0, ADD, src[i].reg, NVFX_FP_MASK_ALL, tgsi_src(fpc, fsrc), addend, none)); in nvfx_fragprog_parse_instruction()
489 … nvfx_fp_emit(fpc, arith(0, MOV, src[i].reg, NVFX_FP_MASK_ALL, tgsi_src(fpc, fsrc), none, none)); in nvfx_fragprog_parse_instruction()
499 … nvfx_fp_emit(fpc, arith(0, MOV, src[i].reg, NVFX_FP_MASK_ALL, tgsi_src(fpc, fsrc), none, none)); in nvfx_fragprog_parse_instruction()
509 … nvfx_fp_emit(fpc, arith(0, MOV, src[i].reg, NVFX_FP_MASK_ALL, tgsi_src(fpc, fsrc), none, none)); in nvfx_fragprog_parse_instruction()
532 nvfx_fp_emit(fpc, arith(sat, MOV, dst, mask, abs(src[0]), none, none)); in nvfx_fragprog_parse_instruction()
535 nvfx_fp_emit(fpc, arith(sat, ADD, dst, mask, src[0], src[1], none)); in nvfx_fragprog_parse_instruction()
[all …]
/external/chromium_org/third_party/webrtc/build/
Dapk_tests_noop.gyp14 'type': 'none',
18 'type': 'none',
22 'type': 'none',
26 'type': 'none',
30 'type': 'none',
34 'type': 'none',
38 'type': 'none',
42 'type': 'none',
46 'type': 'none',
50 'type': 'none',
[all …]
/external/chromium_org/third_party/WebKit/Source/core/css/
Dfullscreen.css14 -webkit-transform: none !important;
15 -webkit-mask: none !important;
16 clip: none !important;
17 -webkit-filter: none !important;
18 transition: none !important;
19 -webkit-box-reflect: none !important;
20 -webkit-perspective: none !important;
31 max-width: none !important;
33 max-height: none !important;
38 -webkit-transform: none !important;
[all …]
/external/tinyxml/docs/
Ddoxygen.css48 text-decoration: none;
53 text-decoration: none;
58 text-decoration: none;
62 text-decoration: none;
69 text-decoration: none;
73 A.qindexHL:visited { text-decoration: none; background-color: #6666cc; color: #ffffff }
74 A.el { text-decoration: none; font-weight: bold }
76 A.code:link { text-decoration: none; font-weight: normal; color: #0000FF}
77 A.code:visited { text-decoration: none; font-weight: normal; color: #0000FF}
80 A:hover { text-decoration: none; background-color: #f2f2ff }
[all …]
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/
Dchromevox.gyp24 'type': 'none',
34 'type': 'none',
66 'type': 'none',
73 'type': 'none',
81 'type': 'none',
90 'type': 'none',
106 'type': 'none',
130 'type': 'none',
146 'type': 'none',
157 'type': 'none',
[all …]
/external/clang/docs/
Ddoxygen.css50 text-decoration: none;
55 text-decoration: none;
60 text-decoration: none;
64 text-decoration: none;
71 text-decoration: none;
76 text-decoration: none; background-color: #6666cc; color: #ffffff }
77 A.el { text-decoration: none; font-weight: bold }
79 A.code:link { text-decoration: none; font-weight: normal; color: #0000FF}
80 A.code:visited { text-decoration: none; font-weight: normal; color: #0000FF}
83 A:hover { text-decoration: none; background-color: #f2f2ff }
[all …]
/external/lldb/www/cpp_reference/html/
Ddoxygen.css50 text-decoration: none;
55 text-decoration: none;
60 text-decoration: none;
64 text-decoration: none;
71 text-decoration: none;
76 text-decoration: none; background-color: #6666cc; color: #ffffff }
77 A.el { text-decoration: none; font-weight: bold }
79 A.code:link { text-decoration: none; font-weight: normal; color: #0000FF}
80 A.code:visited { text-decoration: none; font-weight: normal; color: #0000FF}
83 A:hover { text-decoration: none; background-color: #f2f2ff }
[all …]
/external/llvm/docs/
Ddoxygen.css50 text-decoration: none;
55 text-decoration: none;
60 text-decoration: none;
64 text-decoration: none;
71 text-decoration: none;
76 text-decoration: none; background-color: #6666cc; color: #ffffff }
77 A.el { text-decoration: none; font-weight: bold }
79 A.code:link { text-decoration: none; font-weight: normal; color: #0000FF}
80 A.code:visited { text-decoration: none; font-weight: normal; color: #0000FF}
83 A:hover { text-decoration: none; background-color: #f2f2ff }
[all …]
/external/clang/docs/tools/
Dmanpage.css14 font-family: Arial,Helvetica; font-weight: bold; text-decoration: none;
18 font-family: Arial,Helvetica; font-weight: bold; text-decoration: none;
22 font-family: Arial,Helvetica; font-weight: bold; text-decoration: none;
26 font-family: Arial,Helvetica; font-weight: bold; text-decoration: none;
30 font-family: Arial,Helvetica; font-weight: bold; text-decoration: none;
34 font-family: Arial,Helvetica; font-weight: bold; text-decoration: none;
38 font-family: Arial,Helvetica; font-weight: normal; text-decoration: none;
42 .slink2 { font-family: Arial,Helvetica; text-decoration: none; color: #336699; }
45 font-family: Arial,Helvetica; font-weight: bold; text-decoration: none;
49 font-family: Arial,Helvetica; font-weight: bold; text-decoration: none;
[all …]
/external/libnl/doc/
Dlibnl.css50 text-decoration: none;
55 text-decoration: none;
60 text-decoration: none;
64 text-decoration: none;
71 text-decoration: none;
76 text-decoration: none;
81 text-decoration: none;
88 text-decoration: none;
93 text-decoration: none;
106 text-decoration: none;
[all …]
/external/tcpdump/tests/
Dlmp-v.out1 IP (tos 0x0, ttl 1, id 44530, offset 0, flags [none], proto UDP (17), length 84)
3 LMPv1, msg-type: Begin Verify, Flags: [none], length: 56
11 Flags: none
18 IP (tos 0x0, ttl 1, id 44531, offset 0, flags [none], proto UDP (17), length 56)
20 LMPv1, msg-type: Hello, Flags: [none], length: 28
25 IP (tos 0x0, ttl 1, id 44532, offset 0, flags [none], proto UDP (17), length 84)
27 LMPv1, msg-type: Config NACK, Flags: [none], length: 56
41 IP (tos 0x0, ttl 1, id 44533, offset 0, flags [none], proto UDP (17), length 76)
43 LMPv1, msg-type: Config ACK, Flags: [none], length: 48
54 IP (tos 0x0, ttl 1, id 44534, offset 0, flags [none], proto UDP (17), length 68)
[all …]
Dikev2four.out1 IP (tos 0x0, ttl 64, id 19908, offset 0, flags [none], proto UDP (17), length 404)
21 IP (tos 0x0, ttl 64, id 19909, offset 0, flags [none], proto UDP (17), length 88)
24 IP (tos 0x0, ttl 64, id 19910, offset 0, flags [none], proto UDP (17), length 436)
45 IP (tos 0x0, ttl 64, id 19911, offset 0, flags [none], proto UDP (17), length 332)
57 IP (tos 0x0, ttl 64, id 19912, offset 0, flags [none], proto UDP (17), length 264)
60 IP (tos 0x0, ttl 64, id 19913, offset 0, flags [none], proto UDP (17), length 184)
63 IP (tos 0x0, ttl 64, id 19914, offset 0, flags [none], proto UDP (17), length 280)
66 IP (tos 0x0, ttl 64, id 19915, offset 0, flags [none], proto UDP (17), length 248)
69 IP (tos 0x0, ttl 64, id 19916, offset 0, flags [none], proto UDP (17), length 104)
72 IP (tos 0x0, ttl 64, id 19917, offset 0, flags [none], proto UDP (17), length 104)
[all …]
/external/valgrind/main/helgrind/tests/
Dpth_barrier2.stderr.exp20 Locks held: none
26 Locks held: none
38 Locks held: none
44 Locks held: none
56 Locks held: none
62 Locks held: none
74 Locks held: none
80 Locks held: none
92 Locks held: none
98 Locks held: none
[all …]
Dtc19_shadowmem.stderr.exp25 Locks held: none
32 Locks held: none
59 Locks held: none
66 Locks held: none
93 Locks held: none
100 Locks held: none
127 Locks held: none
134 Locks held: none
161 Locks held: none
168 Locks held: none
[all …]
/external/chromium_org/third_party/skia/tools/timer/
DSysTimer_posix.cpp24 timespec none = {0, 0}; in startWall() local
25 fWall = none; in startWall()
30 timespec none = {0, 0}; in startCpu() local
31 fCpu = none; in startCpu()
38 timespec none = {0, 0}; in endCpu() local
39 end_cpu = none; in endCpu()
47 timespec none = {0, 0}; in endWall() local
48 end_wall = none; in endWall()
/external/skia/tools/timer/
DSysTimer_posix.cpp24 timespec none = {0, 0}; in startWall() local
25 fWall = none; in startWall()
30 timespec none = {0, 0}; in startCpu() local
31 fCpu = none; in startCpu()
38 timespec none = {0, 0}; in endCpu() local
39 end_cpu = none; in endCpu()
47 timespec none = {0, 0}; in endWall() local
48 end_wall = none; in endWall()
/external/libcxx/test/localization/locale.categories/category.monetary/locale.moneypunct.byname/
Dpos_format.pass.cpp63 assert(p.field[2] == std::money_base::none); in main()
71 assert(p.field[2] == std::money_base::none); in main()
79 assert(p.field[2] == std::money_base::none); in main()
87 assert(p.field[2] == std::money_base::none); in main()
96 assert(p.field[2] == std::money_base::none); in main()
104 assert(p.field[2] == std::money_base::none); in main()
112 assert(p.field[2] == std::money_base::none); in main()
120 assert(p.field[2] == std::money_base::none); in main()
129 assert(p.field[2] == std::money_base::none); in main()
137 assert(p.field[2] == std::money_base::none); in main()
[all …]
Dneg_format.pass.cpp63 assert(p.field[2] == std::money_base::none); in main()
71 assert(p.field[2] == std::money_base::none); in main()
79 assert(p.field[2] == std::money_base::none); in main()
87 assert(p.field[2] == std::money_base::none); in main()
96 assert(p.field[2] == std::money_base::none); in main()
104 assert(p.field[2] == std::money_base::none); in main()
112 assert(p.field[2] == std::money_base::none); in main()
120 assert(p.field[2] == std::money_base::none); in main()
129 assert(p.field[2] == std::money_base::none); in main()
137 assert(p.field[2] == std::money_base::none); in main()
[all …]
/external/chromium_org/ppapi/cpp/documentation/
Dstylesheet.css12 text-decoration: none;
17 text-decoration: none;
22 text-decoration: none;
26 text-decoration: none;
34 text-decoration: none;
39 text-decoration: none;
47 text-decoration: none;
57 text-decoration: none;
83 border: none;
89 border: none;
[all …]
/external/chromium_org/ppapi/c/documentation/
Dstylesheet.css12 text-decoration: none;
17 text-decoration: none;
22 text-decoration: none;
26 text-decoration: none;
34 text-decoration: none;
39 text-decoration: none;
47 text-decoration: none;
57 text-decoration: none;
83 border: none;
89 border: none;
[all …]
/external/chromium_org/ui/accessibility/extensions/alt/
Dhide-images.css11 float: none !important;
94 -webkit-appearance: none !important;
97 border: none !important;
103 text-decoration: none !important;
104 box-shadow: none !important;
105 text-transform: none !important;
106 padding: none !important;
113 outline: none;
125 outline: none;
129 -webkit-appearance: none !important;
[all …]
/external/chromium_org/content/
Dcontent.gyp66 'type': 'none',
331 'type': 'none',
337 'type': 'none',
343 'type': 'none',
350 'type': 'none',
357 'type': 'none',
366 'type': 'none',
372 'type': 'none',
378 'type': 'none',
384 'type': 'none',
[all …]

12345678910>>...84