/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...] |
/external/mesa3d/src/mesa/drivers/dri/nouveau/ |
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/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
|
ReadMm1.c | 24 push eax
25 push eax
|
ReadMm2.c | 24 push eax
25 push eax
|
ReadMm3.c | 24 push eax
25 push eax
|
ReadMm4.c | 24 push eax
25 push eax
|
ReadMm5.c | 24 push eax
25 push eax
|
ReadMm6.c | 24 push eax
25 push eax
|
ReadMm7.c | 32 push eax
33 push eax
|
/device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/Ia32/ |
ReadMm0.c | 34 push eax
35 push eax
|
ReadMm1.c | 34 push eax
35 push eax
|
ReadMm2.c | 34 push eax
35 push eax
|
ReadMm3.c | 34 push eax
35 push eax
|
ReadMm4.c | 34 push eax
35 push eax
|
ReadMm5.c | 34 push eax
35 push eax
|
ReadMm6.c | 34 push eax
35 push eax
|
ReadMm7.c | 34 push eax
35 push eax
|