HomeSort by relevance Sort by last modified time
    Searched refs:push (Results 26 - 50 of 5069) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/clang/test/Sema/
pragma-pack-apple.c 4 #pragma pack(push,1)
  /external/llvm/test/MC/X86/
intel-syntax-ptr-sized.s 5 push [eax] label
15 push [eax] label
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nv10_state_polygon.c 37 struct nouveau_pushbuf *push = context_push(ctx); local
40 BEGIN_NV04(push, NV10_3D(CULL_FACE_ENABLE), 1);
41 PUSH_DATAb(push, ctx->Polygon.CullFlag);
43 BEGIN_NV04(push, NV10_3D(CULL_FACE), 1);
44 PUSH_DATA (push, (mode == GL_FRONT ? NV10_3D_CULL_FACE_FRONT :
52 struct nouveau_pushbuf *push = context_push(ctx); local
54 BEGIN_NV04(push, NV10_3D(FRONT_FACE), 1);
55 PUSH_DATA (push, ctx->Polygon.FrontFace == GL_CW ?
62 struct nouveau_pushbuf *push = context_push(ctx); local
66 BEGIN_NV04(push, NV10_3D(LINE_WIDTH), 1)
81 struct nouveau_pushbuf *push = context_push(ctx); local
93 struct nouveau_pushbuf *push = context_push(ctx); local
106 struct nouveau_pushbuf *push = context_push(ctx); local
    [all...]
nv10_context.c 147 struct nouveau_pushbuf *push = context_push(ctx); local
154 BEGIN_NV04(push, NV17_3D(HIERZ_FILL_VALUE), 1);
155 PUSH_DATA (push, pack_zs_f(s->format, ctx->Depth.Clear, 0));
156 BEGIN_NV04(push, NV17_3D(HIERZ_BUFFER_CLEAR), 1);
157 PUSH_DATA (push, 1);
176 struct nouveau_pushbuf *push = context_push(ctx); local
180 nouveau_pushbuf_bufctx(push, nctx->hw.bufctx);
181 if (nouveau_pushbuf_validate(push)) {
182 nouveau_pushbuf_bufctx(push, NULL);
196 nouveau_pushbuf_bufctx(push, NULL)
203 struct nouveau_pushbuf *push = context_push(ctx); local
    [all...]
nv20_state_frag.c 37 struct nouveau_pushbuf *push = context_push(ctx); local
42 BEGIN_NV04(push, NV20_3D(RC_IN_ALPHA(i)), 1);
43 PUSH_DATA (push, a_in);
44 BEGIN_NV04(push, NV20_3D(RC_OUT_ALPHA(i)), 1);
45 PUSH_DATA (push, a_out);
46 BEGIN_NV04(push, NV20_3D(RC_IN_RGB(i)), 1);
47 PUSH_DATA (push, c_in);
48 BEGIN_NV04(push, NV20_3D(RC_OUT_RGB(i)), 1);
49 PUSH_DATA (push, c_out);
50 BEGIN_NV04(push, NV20_3D(RC_CONSTANT_COLOR0(i)), 1)
59 struct nouveau_pushbuf *push = context_push(ctx); local
    [all...]
nv20_state_polygon.c 36 struct nouveau_pushbuf *push = context_push(ctx); local
38 BEGIN_NV04(push, NV20_3D(POINT_SIZE), 1);
40 PUSH_DATAf(push, ctx->Point.Size);
42 PUSH_DATA (push, (uint32_t)(ctx->Point.Size * 8));
nv20_state_raster.c 37 struct nouveau_pushbuf *push = context_push(ctx); local
39 BEGIN_NV04(push, NV20_3D(COLOR_LOGIC_OP_ENABLE), 2);
40 PUSH_DATAb(push, ctx->Color.ColorLogicOpEnabled);
41 PUSH_DATA (push, nvgl_logicop_func(ctx->Color.LogicOp));
nv10_state_raster.c 40 struct nouveau_pushbuf *push = context_push(ctx); local
42 BEGIN_NV04(push, NV10_3D(ALPHA_FUNC_ENABLE), 1);
43 PUSH_DATAb(push, ctx->Color.AlphaEnabled);
45 BEGIN_NV04(push, NV10_3D(ALPHA_FUNC_FUNC), 2);
46 PUSH_DATA (push, nvgl_comparison_op(ctx->Color.AlphaFunc));
47 PUSH_DATA (push, FLOAT_TO_UBYTE(ctx->Color.AlphaRef));
53 struct nouveau_pushbuf *push = context_push(ctx); local
55 BEGIN_NV04(push, NV10_3D(BLEND_COLOR), 1);
56 PUSH_DATA (push, FLOAT_TO_UBYTE(ctx->Color.BlendColor[3]) << 24 |
65 struct nouveau_pushbuf *push = context_push(ctx) local
77 struct nouveau_pushbuf *push = context_push(ctx); local
87 struct nouveau_pushbuf *push = context_push(ctx); local
99 struct nouveau_pushbuf *push = context_push(ctx); local
113 struct nouveau_pushbuf *push = context_push(ctx); local
122 struct nouveau_pushbuf *push = context_push(ctx); local
135 struct nouveau_pushbuf *push = context_push(ctx); local
145 struct nouveau_pushbuf *push = context_push(ctx); local
159 struct nouveau_pushbuf *push = context_push(ctx); local
168 struct nouveau_pushbuf *push = context_push(ctx); local
    [all...]
  /external/mesa3d/src/gallium/drivers/nouveau/nvc0/
nvc0_compute.c 31 struct nouveau_pushbuf *push)
58 BEGIN_NVC0(push, SUBC_CP(NV01_SUBCHAN_OBJECT), 1);
59 PUSH_DATA (push, screen->compute->oclass);
62 BEGIN_NVC0(push, NVC0_CP(MP_LIMIT), 1);
63 PUSH_DATA (push, screen->mp_count);
64 BEGIN_NVC0(push, NVC0_CP(CALL_LIMIT_LOG), 1);
65 PUSH_DATA (push, 0xf);
67 BEGIN_NVC0(push, SUBC_CP(0x02a0), 1);
68 PUSH_DATA (push, 0x8000);
71 BEGIN_NVC0(push, SUBC_CP(0x02c4), 1)
192 struct nouveau_pushbuf *push = nvc0->base.pushbuf; local
252 struct nouveau_pushbuf *push = nvc0->base.pushbuf; local
268 struct nouveau_pushbuf *push = nvc0->base.pushbuf; local
320 struct nouveau_pushbuf *push = nvc0->base.pushbuf; local
387 struct nouveau_pushbuf *push = nvc0->base.pushbuf; local
427 struct nouveau_pushbuf *push = nvc0->base.pushbuf; local
    [all...]
nve4_compute.c 37 struct nouveau_pushbuf *push)
72 BEGIN_NVC0(push, SUBC_CP(NV01_SUBCHAN_OBJECT), 1);
73 PUSH_DATA (push, screen->compute->oclass);
75 BEGIN_NVC0(push, NVE4_CP(TEMP_ADDRESS_HIGH), 2);
76 PUSH_DATAh(push, screen->tls->offset);
77 PUSH_DATA (push, screen->tls->offset);
82 BEGIN_NVC0(push, NVE4_CP(MP_TEMP_SIZE_HIGH(0)), 3);
83 PUSH_DATAh(push, screen->tls->size / screen->mp_count);
84 PUSH_DATA (push, (screen->tls->size / screen->mp_count) & ~0x7fff);
85 PUSH_DATA (push, 0xff)
195 struct nouveau_pushbuf *push = nvc0->base.pushbuf; local
256 struct nouveau_pushbuf *push = nvc0->base.pushbuf; local
325 struct nouveau_pushbuf *push = nvc0->base.pushbuf; local
360 struct nouveau_pushbuf *push = nvc0->base.pushbuf; local
420 struct nouveau_pushbuf *push = nvc0->base.pushbuf; local
490 struct nouveau_pushbuf *push = nvc0->base.pushbuf; local
607 struct nouveau_pushbuf *push = nvc0->base.pushbuf; local
702 struct nouveau_pushbuf *push = nvc0->base.pushbuf; local
    [all...]
  /external/clang/test/SemaCXX/
auto-pragma.cpp 8 #pragma GCC visibility push(hidden)
  /external/mesa3d/src/gallium/drivers/nouveau/
nouveau_winsys.h 20 PUSH_AVAIL(struct nouveau_pushbuf *push)
22 return push->end - push->cur;
26 PUSH_SPACE(struct nouveau_pushbuf *push, uint32_t size)
30 if (PUSH_AVAIL(push) < size)
31 return nouveau_pushbuf_space(push, size, 0, 0) == 0;
36 PUSH_DATA(struct nouveau_pushbuf *push, uint32_t data)
38 *push->cur++ = data;
42 PUSH_DATAp(struct nouveau_pushbuf *push, const void *data, uint32_t size)
44 memcpy(push->cur, data, size * 4)
    [all...]
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/cris/
pushpopv32.s 1 ; Check that push and pop builtin "macros" aren't recognized for
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/h8300/
pushpop.s 4 push r0
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/score/
presw.d 10 0: 202e push! r0, \[r2\]
11 2: 202e push! r0, \[r2\]
12 4: 27fe push! r23, \[r7\]
13 6: 27fe push! r23, \[r7\]
14 8: 2f0e push! r15, \[r0\]
15 a: 2f0e push! r15, \[r0\]
16 c: 2f7e push! r15, \[r7\]
17 e: 2f7e push! r15, \[r7\]
18 10: 29be push! r25, \[r3\]
19 12: 29be push! r25, \[r3\
    [all...]
  /external/skia/tests/
PDFGlyphsToUnicodeTest.cpp 41 glyphToUnicode.push(0); // 0
42 glyphToUnicode.push(0); // 1
43 glyphToUnicode.push(0); // 2
44 glyphsInSubset.push(3);
45 glyphToUnicode.push(0x20); // 3
46 glyphsInSubset.push(4);
47 glyphToUnicode.push(0x25); // 4
48 glyphsInSubset.push(5);
49 glyphToUnicode.push(0x27); // 5
50 glyphsInSubset.push(6)
    [all...]
  /external/skqp/tests/
PDFGlyphsToUnicodeTest.cpp 41 glyphToUnicode.push(0); // 0
42 glyphToUnicode.push(0); // 1
43 glyphToUnicode.push(0); // 2
44 glyphsInSubset.push(3);
45 glyphToUnicode.push(0x20); // 3
46 glyphsInSubset.push(4);
47 glyphToUnicode.push(0x25); // 4
48 glyphsInSubset.push(5);
49 glyphToUnicode.push(0x27); // 5
50 glyphsInSubset.push(6)
    [all...]
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/nios2/
cdx_push.d 2 #name: NIOS2 CDX push.n
5 # Test the push.n instruction
10 0+0000 <[^>]*> 8021 push.n {ra},0
11 0+0002 <[^>]*> a021 push.n {ra,fp},0
12 0+0004 <[^>]*> c021 push.n {ra,r16},0
13 0+0006 <[^>]*> e021 push.n {ra,fp,r16},0
14 0+0008 <[^>]*> fc21 push.n {ra,fp,r23,r22,r21,r20,r19,r18,r17,r16},0
15 0+000a <[^>]*> 8021 push.n {ra},0
16 0+000c <[^>]*> 83e1 push.n {ra},60
17 0+000e <[^>]*> ffe1 push.n {ra,fp,r23,r22,r21,r20,r19,r18,r17,r16},6
    [all...]
cdx_push.s 1 # Source file used to test the push.n instruction
4 push.n {ra}
5 push.n {ra,fp}
6 push.n {ra,r16}
7 push.n {ra,fp,r16}
8 push.n {ra,fp,r23,r22,r21,r20,r19,r18,r17,r16}
9 push.n {ra},0x0
10 push.n {ra},0x3c
11 push.n {ra,fp,r23,r22,r21,r20,r19,r18,r17,r16},0x3c
  /external/clang/test/Lexer/
pragma-operators.cpp 7 // CHECK: #pragma warning(push)
10 // CHECK: #pragma warning(push)
13 #define A(X) extern "C" { __pragma(warning(push)) \
17 #pragma warning(push)
21 #define pragma_L _Pragma(L"GCC diagnostic push")
29 // CHECK: #pragma GCC diagnostic push
46 #pragma warning(push)
47 #pragma warning(push, 1L)
48 #pragma warning(push, 4U)
49 #pragma warning(push, 0x1
    [all...]
  /external/curl/tests/
sshserver.pl 493 push @cfgarr, '# This is a generated file. Do not edit.';
494 push @cfgarr, "# $sshdverstr sshd configuration file for curl testing";
495 push @cfgarr, '#';
496 push @cfgarr, "DenyUsers !$username";
497 push @cfgarr, "AllowUsers $username";
498 push @cfgarr, 'DenyGroups';
499 push @cfgarr, 'AllowGroups';
500 push @cfgarr, '#';
501 push @cfgarr, "AuthorizedKeysFile $clipubkeyf_config";
502 push @cfgarr, "AuthorizedKeysFile2 $clipubkeyf_config"
    [all...]
  /external/mesa3d/src/gallium/drivers/nouveau/nv30/
nv30_transfer.c 90 struct nouveau_pushbuf *push = nv30->base.pushbuf; local
92 BEGIN_NV04(push, NV30_3D(VP_UPLOAD_FROM_ID), 1);
93 PUSH_DATA (push, vp->start);
94 BEGIN_NV04(push, NV30_3D(VP_UPLOAD_INST(0)), 4);
95 PUSH_DATA (push, 0x401f9c6c); /* mov o[hpos], a[0]; */
96 PUSH_DATA (push, 0x0040000d);
97 PUSH_DATA (push, 0x8106c083);
98 PUSH_DATA (push, 0x6041ff80);
99 BEGIN_NV04(push, NV30_3D(VP_UPLOAD_INST(0)), 4);
100 PUSH_DATA (push, 0x401f9c6c); /* mov o[tex0], a[8]; end; *
149 struct nouveau_pushbuf *push = nv30->base.pushbuf; local
401 struct nouveau_pushbuf *push = nv30->base.pushbuf; local
498 struct nouveau_pushbuf *push = nv30->base.pushbuf; local
697 struct nouveau_pushbuf *push = nv->pushbuf; local
    [all...]
nv30_clear.c 57 struct nouveau_pushbuf *push = nv30->base.pushbuf; local
78 BEGIN_NV04(push, NV30_3D(STENCIL_ENABLE(0)), 2);
79 PUSH_DATA (push, 0);
80 PUSH_DATA (push, 0x000000ff);
87 BEGIN_NV04(push, NV30_3D(CLEAR_DEPTH_VALUE), 3);
88 PUSH_DATA (push, zeta);
89 PUSH_DATA (push, colr);
90 PUSH_DATA (push, mode);
93 BEGIN_NV04(push, NV30_3D(CLEAR_DEPTH_VALUE), 3);
94 PUSH_DATA (push, zeta)
110 struct nouveau_pushbuf *push = nv30->base.pushbuf; local
170 struct nouveau_pushbuf *push = nv30->base.pushbuf; local
    [all...]
  /external/linux-kselftest/tools/testing/selftests/x86/
thunks_32.S 30 push %ecx
31 push %edx
32 push %esi
33 push %edi
43 push $0x23 /* USER32_CS */
44 .code32; push $1f; .code64 /* hack: can't have X86_64_32S relocation in 32-bit ELF */
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseLib/Ia32/
ReadMm0.c 24 push eax
25 push eax

Completed in 440 milliseconds

12 3 4 5 6 7 8 91011>>