Home
last modified time | relevance | path

Searched refs:push (Results 126 - 150 of 3265) sorted by relevance

12345678910>>...131

/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/dispnv50/
H A Dhead917d.c25 #include "nvif/push.h"
33 struct nvif_push *push = nv50_disp(head->base.base.dev)->core->chan.push; in head917d_dither() local
37 if ((ret = PUSH_WAIT(push, 2))) in head917d_dither()
40 PUSH_MTHD(push, NV917D, HEAD_SET_DITHER_CONTROL(i), in head917d_dither()
51 struct nvif_push *push = nv50_disp(head->base.base.dev)->core->chan.push; in head917d_base() local
70 if ((ret = PUSH_WAIT(push, 2))) in head917d_base()
73 PUSH_MTHD(push, NV917D, HEAD_SET_BASE_CHANNEL_USAGE_BOUNDS(i), bounds); in head917d_base()
80 struct nvif_push *push in head917d_curs_set() local
[all...]
H A Dwimmc37b.c34 struct nvif_push *push = wndw->wimm.push; in wimmc37b_update() local
37 if ((ret = PUSH_WAIT(push, 2))) in wimmc37b_update()
40 PUSH_MTHD(push, NVC37B, UPDATE, 0x00000001 | in wimmc37b_update()
43 return PUSH_KICK(push); in wimmc37b_update()
49 struct nvif_push *push = wndw->wimm.push; in wimmc37b_point() local
52 if ((ret = PUSH_WAIT(push, 2))) in wimmc37b_point()
55 PUSH_MTHD(push, NVC37B, SET_POINT_OUT(0), in wimmc37b_point()
H A Dwndwc67e.c32 struct nvif_push *push = wndw->wndw.push; in wndwc67e_image_set() local
35 if ((ret = PUSH_WAIT(push, 17))) in wndwc67e_image_set()
38 PUSH_MTHD(push, NVC57E, SET_PRESENT_CONTROL, in wndwc67e_image_set()
43 PUSH_MTHD(push, NVC57E, SET_SIZE, in wndwc67e_image_set()
60 PUSH_MTHD(push, NVC57E, SET_CONTEXT_DMA_ISO(0), asyw->image.handle, 1); in wndwc67e_image_set()
61 PUSH_MTHD(push, NVC57E, SET_OFFSET(0), asyw->image.offset[0] >> 8); in wndwc67e_image_set()
63 PUSH_MTHD(push, NVC57E, SET_POINT_IN(0), in wndwc67e_image_set()
67 PUSH_MTHD(push, NVC57E, SET_SIZE_IN, in wndwc67e_image_set()
71 PUSH_MTHD(push, NVC57 in wndwc67e_image_set()
[all...]
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/
H A Dnv30_fragprog.c69 struct nouveau_pushbuf *push = nv30->base.pushbuf; in nv30_fragprog_validate() local
111 if (!PUSH_SPACE(push, 8)) in nv30_fragprog_validate()
113 PUSH_RESET(push, BUFCTX_FRAGPROG); in nv30_fragprog_validate()
115 BEGIN_NV04(push, NV30_3D(FP_ACTIVE_PROGRAM), 1); in nv30_fragprog_validate()
116 PUSH_RESRC(push, NV30_3D(FP_ACTIVE_PROGRAM), BUFCTX_FRAGPROG, r, 0, in nv30_fragprog_validate()
120 BEGIN_NV04(push, NV30_3D(FP_CONTROL), 1); in nv30_fragprog_validate()
121 PUSH_DATA (push, fp->fp_control); in nv30_fragprog_validate()
123 BEGIN_NV04(push, NV30_3D(FP_REG_CONTROL), 1); in nv30_fragprog_validate()
124 PUSH_DATA (push, 0x00010004); in nv30_fragprog_validate()
125 BEGIN_NV04(push, NV30_3 in nv30_fragprog_validate()
[all...]
H A Dnv30_vertprog.c58 struct nouveau_pushbuf *push = nv30->base.pushbuf; in nv30_vertprog_validate() local
191 BEGIN_NV04(push, NV30_3D(VP_UPLOAD_CONST_ID), 5); in nv30_vertprog_validate()
192 PUSH_DATA (push, vp->data->start + i); in nv30_vertprog_validate()
193 PUSH_DATAp(push, data->value, 4); in nv30_vertprog_validate()
198 BEGIN_NV04(push, NV30_3D(VP_UPLOAD_FROM_ID), 1); in nv30_vertprog_validate()
199 PUSH_DATA (push, vp->exec->start); in nv30_vertprog_validate()
201 BEGIN_NV04(push, NV30_3D(VP_UPLOAD_INST(0)), 4); in nv30_vertprog_validate()
202 PUSH_DATAp(push, vp->insns[i].data, 4); in nv30_vertprog_validate()
207 BEGIN_NV04(push, NV30_3D(VP_START_FROM_ID), 1); in nv30_vertprog_validate()
208 PUSH_DATA (push, v in nv30_vertprog_validate()
[all...]
/third_party/node/test/fixtures/
H A Dprocess-exit-code-cases.js14 cases.push({ func: exitsOnExitCodeSet, result: 42 });
24 cases.push({ func: changesCodeViaExit, result: 42 });
34 cases.push({ func: changesCodeZeroExit, result: 0 });
48 cases.push({
62 cases.push({ func: changeCodeInsideExit, result: 99 });
72 cases.push({ func: zeroExitWithUncaughtHandler, result: 0 });
84 cases.push({ func: changeCodeInUncaughtHandler, result: 97 });
94 cases.push({
108 cases.push({
120 cases.push({
[all...]
/third_party/curl/lib/
H A Dwarnless.c72 # pragma warning(push) in curlx_ultous()
91 # pragma warning(push) in curlx_ultouc()
110 # pragma warning(push) in curlx_uztoso()
113 # pragma warning(push) in curlx_uztoso()
132 # pragma warning(push) in curlx_uztosi()
151 # pragma warning(push) in curlx_uztoul()
172 # pragma warning(push) in curlx_uztoui()
193 # pragma warning(push) in curlx_sltosi()
215 # pragma warning(push) in curlx_sltoui()
237 # pragma warning(push) in curlx_sltous()
[all...]
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
H A Dnv50_query.c79 struct nouveau_pushbuf *push = nv50->base.pushbuf; in nv50_render_condition() local
122 PUSH_SPACE(push, 2); in nv50_render_condition()
123 BEGIN_NV04(push, NV50_3D(COND_MODE), 1); in nv50_render_condition()
124 PUSH_DATA (push, cond); in nv50_render_condition()
128 PUSH_SPACE(push, 9); in nv50_render_condition()
131 BEGIN_NV04(push, SUBC_3D(NV50_GRAPH_SERIALIZE), 1); in nv50_render_condition()
132 PUSH_DATA (push, 0); in nv50_render_condition()
135 PUSH_REFN (push, hq->bo, NOUVEAU_BO_GART | NOUVEAU_BO_RD); in nv50_render_condition()
136 BEGIN_NV04(push, NV50_3D(COND_ADDRESS_HIGH), 3); in nv50_render_condition()
137 PUSH_DATAh(push, h in nv50_render_condition()
[all...]
/kernel/linux/linux-6.6/tools/testing/selftests/sgx/
H A Dcall.S11 push %r15
14 push %r14
17 push %r13
20 push %r12
23 push %rbx
26 push $0
28 push 0x38(%rsp)
/third_party/musl/src/thread/i386/
H A Dclone.s6 push %ebp
8 push %ebx
9 push %esi
10 push %edi
13 push $0x51
15 push $0xfffff
17 push 28(%ebp)
18 push %eax
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/dispnv50/
H A Dwimmc37b.c34 struct nvif_push *push = wndw->wimm.push; in wimmc37b_update() local
37 if ((ret = PUSH_WAIT(push, 2))) in wimmc37b_update()
40 PUSH_MTHD(push, NVC37B, UPDATE, 0x00000001 | in wimmc37b_update()
43 return PUSH_KICK(push); in wimmc37b_update()
49 struct nvif_push *push = wndw->wimm.push; in wimmc37b_point() local
52 if ((ret = PUSH_WAIT(push, 2))) in wimmc37b_point()
55 PUSH_MTHD(push, NVC37B, SET_POINT_OUT(0), in wimmc37b_point()
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/
H A Dnouveau_boa0b5.c42 struct nvif_push *push = chan->chan.push; in nve0_bo_move_copy() local
45 ret = PUSH_WAIT(push, 10); in nve0_bo_move_copy()
49 PUSH_MTHD(push, NVA0B5, OFFSET_IN_UPPER, in nve0_bo_move_copy()
63 PUSH_IMMD(push, NVA0B5, LAUNCH_DMA, in nve0_bo_move_copy()
81 struct nvif_push *push = chan->chan.push; in nve0_bo_move_init() local
84 ret = PUSH_WAIT(push, 2); in nve0_bo_move_init()
88 PUSH_NVSQ(push, NVA0B5, 0x0000, handle & 0x0000ffff); in nve0_bo_move_init()
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/
H A Dnouveau_boa0b5.c42 struct nvif_push *push = chan->chan.push; in nve0_bo_move_copy() local
45 ret = PUSH_WAIT(push, 10); in nve0_bo_move_copy()
49 PUSH_MTHD(push, NVA0B5, OFFSET_IN_UPPER, in nve0_bo_move_copy()
63 PUSH_IMMD(push, NVA0B5, LAUNCH_DMA, in nve0_bo_move_copy()
81 struct nvif_push *push = chan->chan.push; in nve0_bo_move_init() local
84 ret = PUSH_WAIT(push, 2); in nve0_bo_move_init()
88 PUSH_NVSQ(push, NVA0B5, 0x0000, handle & 0x0000ffff); in nve0_bo_move_init()
/kernel/linux/linux-6.6/scripts/
H A Dgenerate_rust_target.rs59 fn push(&mut self, key: &str, value: T); in push() functions
63 fn push(&mut self, key: &str, value: bool) { in push() functions
64 self.0.push((key.to_string(), Value::Boolean(value))); in push()
69 fn push(&mut self, key: &str, value: i32) { in push() functions
70 self.0.push((key.to_string(), Value::Number(value))); in push()
75 fn push(&mut self, key: &str, value: String) { in push() functions
76 self.0.push((key.to_string(), Value::String(value))); in push()
81 fn push(&mut self, key: &str, value: &str) { in push() functions
82 self.push(key, value.to_string()); in push()
87 fn push( functions
[all...]
/third_party/mesa3d/src/gallium/drivers/nouveau/
H A Dnouveau_video.h22 struct nouveau_pushbuf *push; member
70 BEGIN_NV04(struct nouveau_pushbuf *push, int subc, int mthd, unsigned size) in BEGIN_NV04() argument
72 PUSH_SPACE(push, size + 1); in BEGIN_NV04()
73 PUSH_DATA (push, NV04_FIFO_PKHDR(subc, mthd, size)); in BEGIN_NV04()
77 BEGIN_NI04(struct nouveau_pushbuf *push, int subc, int mthd, unsigned size) in BEGIN_NI04() argument
79 PUSH_SPACE(push, size + 1); in BEGIN_NI04()
80 PUSH_DATA (push, NV04_FIFO_PKHDR_NI(subc, mthd, size)); in BEGIN_NI04()
84 PUSH_MTHDl(struct nouveau_pushbuf *push, int subc, int mthd, in PUSH_MTHDl() argument
93 PUSH_DATA(push, bo->offset + offset); in PUSH_MTHDl()
/third_party/weex-loader/deps/weex-styler/lib/
H A Dshorthand-parser.js14 match[1] && result.push(generateDeclaration('transition-property', match[1], position))
15 match[2] && result.push(generateDeclaration('transition-duration', match[2], position))
16 match[3] && result.push(generateDeclaration('transition-timing-function', match[3], position))
17 match[4] && result.push(generateDeclaration('transition-delay', match[4], position))
27 splitResult.push(splitResult[0], splitResult[0], splitResult[0])
30 splitResult.push(splitResult[0], splitResult[1])
33 splitResult.push(splitResult[1])
36 result.push(
56 result.push(declaration)
/third_party/ffmpeg/libavutil/x86/
H A Dcpuid.asm32 push rbx
33 push r4
34 push r3
35 push r2
36 push r1
55 push r2
56 push r1
72 push ebx
73 push ebp
74 push es
[all...]
/third_party/python/Lib/test/
H A Dtest_asynchat.py126 c.push(b"hello ")
127 c.push(b"world" + term)
128 c.push(b"I'm not dead yet!" + term)
129 c.push(SERVER_QUIT)
159 c.push(data)
160 c.push(SERVER_QUIT)
179 c.push(data)
180 c.push(SERVER_QUIT)
212 c.push(b"hello world\n\nI'm not dead yet!\n")
213 c.push(SERVER_QUI
[all...]
/third_party/node/deps/v8/src/heap/base/asm/x64/
H A Dpush_registers_masm.S16 ;; on the stack and we push 232 bytes which maintains 16-byte stack
21 push rbp
23 push 0CDCDCDh ;; Dummy for alignment.
24 push rsi
25 push rdi
26 push rbx
27 push r12
28 push r13
29 push r14
30 push r1
[all...]
/third_party/skia/src/sksl/lex/
H A DRegexParser.cpp55 case '*': fStack.push(RegexNode(RegexNode::kStar_Kind, this->pop())); ++fIndex; break; in quantifiedTerm()
56 case '+': fStack.push(RegexNode(RegexNode::kPlus_Kind, this->pop())); ++fIndex; break; in quantifiedTerm()
57 case '?': fStack.push(RegexNode(RegexNode::kQuestion_Kind, this->pop())); ++fIndex; break; in quantifiedTerm()
93 fStack.push(this->escapeSequence(peek())); in literal()
97 fStack.push(RegexNode(RegexNode::kChar_Kind, c)); in literal()
104 fStack.push(RegexNode(RegexNode::kDot_Kind)); in dot()
118 fStack.push(RegexNode(RegexNode::kChar_Kind, '-')); in setItem()
126 fStack.push(RegexNode(RegexNode::kRange_Kind, std::move(start), std::move(end))); in setItem()
149 fStack.push(std::move(set)); in set()
169 fStack.push(RegexNod in regex()
[all...]
/third_party/rust/crates/nom/src/
H A Derror.rs180 other.errors.push((input, VerboseErrorKind::Nom(kind))); in append()
195 other.errors.push((input, VerboseErrorKind::Context(ctx))); in add_context()
651 v.push((kind, o1, o2));
705 v.push(0x1B);
706 v.push(b'[');
707 v.push(0);
708 v.push(b'm');
713 v.push(0x1B);
714 v.push(b'[');
715 v.push(
[all...]
/third_party/rust/crates/rustix/src/backend/linux_raw/arch/outline/
H A Dx86.s35 push ebx
68 push ebx
87 push ebx
106 push ebx
108 push esi
131 push ebx
133 push esi
135 push edi
162 push ebx
164 push es
[all...]
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_query.c101 struct nouveau_pushbuf *push = nvc0->base.pushbuf; in nvc0_render_condition() local
145 PUSH_SPACE(push, 2); in nvc0_render_condition()
146 IMMED_NVC0(push, NVC0_3D(COND_MODE), cond); in nvc0_render_condition()
148 IMMED_NVC0(push, NVC0_CP(COND_MODE), cond); in nvc0_render_condition()
155 PUSH_SPACE(push, 10); in nvc0_render_condition()
156 PUSH_REFN (push, hq->bo, NOUVEAU_BO_GART | NOUVEAU_BO_RD); in nvc0_render_condition()
157 BEGIN_NVC0(push, NVC0_3D(COND_ADDRESS_HIGH), 3); in nvc0_render_condition()
158 PUSH_DATAh(push, hq->bo->offset + hq->offset); in nvc0_render_condition()
159 PUSH_DATA (push, hq->bo->offset + hq->offset); in nvc0_render_condition()
160 PUSH_DATA (push, con in nvc0_render_condition()
[all...]
/third_party/node/test/parallel/
H A Dtest-stream-readable-didRead.js44 this.push(null);
55 this.push(null);
66 this.push(null);
77 this.push(null);
89 this.push('data');
90 this.push(null);
102 this.push('data');
103 this.push(null);
/third_party/node/deps/v8/src/heap/base/asm/ia32/
H A Dpush_registers_masm.S18 ;; on the stack and we push 72 bytes which maintains 16-byte stack alignment
28 push ebp
30 push ebx
31 push esi
32 push edi
36 push esp
38 push [ esp + 28 ]
40 push [ esp + 28 ]

Completed in 10 milliseconds

12345678910>>...131