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

1 2 3 4 5 67 8 91011>>

  /external/ImageMagick/www/source/
examples.pl 37 push(@$images,$example);
43 push(@$images,$example);
49 push(@$images,$example);
55 push(@$images,$example);
61 push(@$images,$example);
68 push(@$images,$example);
74 push(@$images,$example);
80 push(@$images,$example);
86 push(@$images,$example);
92 push(@$images,$example)
    [all...]
  /external/mesa3d/src/gallium/drivers/nouveau/nv30/
nv30_vbo.c 41 struct nouveau_pushbuf *push = nv30->base.pushbuf; local
55 BEGIN_NV04(push, NV30_3D(VTX_ATTR_4F(attr)), 4);
56 PUSH_DATAf(push, v[0]);
57 PUSH_DATAf(push, v[1]);
58 PUSH_DATAf(push, v[2]);
59 PUSH_DATAf(push, v[3]);
62 BEGIN_NV04(push, NV30_3D(VTX_ATTR_3F(attr)), 3);
63 PUSH_DATAf(push, v[0]);
64 PUSH_DATAf(push, v[1]);
65 PUSH_DATAf(push, v[2])
131 struct nouveau_pushbuf *push = nv30->base.pushbuf; local
184 struct nouveau_pushbuf *push = nv30->base.pushbuf; local
340 struct nouveau_pushbuf *push = nv30->base.pushbuf; local
465 struct nouveau_pushbuf *push = nv30->base.pushbuf; local
550 struct nouveau_pushbuf *push = nv30->base.pushbuf; local
    [all...]
nv30_screen.c 395 struct nouveau_pushbuf *push = screen->base.pushbuf; local
399 assert(PUSH_AVAIL(push) + push->rsvd_kick >= 3);
400 PUSH_DATA (push, NV30_3D_FENCE_OFFSET |
402 PUSH_DATA (push, 0);
403 PUSH_DATA (push, *sequence);
467 struct nouveau_pushbuf *push; local
550 push = screen->base.pushbuf;
551 push->rsvd_kick = 16;
617 BEGIN_NV04(push, NV01_SUBC(3D, OBJECT), 1)
    [all...]
  /external/mesa3d/src/gallium/drivers/nouveau/nv50/
nv50_shader_state.c 37 struct nouveau_pushbuf *push = nv50->base.pushbuf; local
67 BEGIN_NV04(push, NV50_3D(SET_PROGRAM_CB), 1);
68 PUSH_DATA (push, (b << 12) | (i << 8) | p | 1);
73 PUSH_SPACE(push, nr + 3);
74 BEGIN_NV04(push, NV50_3D(CB_ADDR), 1);
75 PUSH_DATA (push, (start << 8) | b);
76 BEGIN_NI04(push, NV50_3D(CB_DATA(0)), nr);
77 PUSH_DATAp(push, &nv50->constbuf[s][0].u.data[start * 4], nr);
91 BEGIN_NV04(push, NV50_3D(CB_DEF_ADDRESS_HIGH), 3);
92 PUSH_DATAh(push, res->address + nv50->constbuf[s][i].offset)
152 struct nouveau_pushbuf *push = nv50->base.pushbuf; local
173 struct nouveau_pushbuf *push = nv50->base.pushbuf; local
256 struct nouveau_pushbuf *push = nv50->base.pushbuf; local
283 struct nouveau_pushbuf *push = nv50->base.pushbuf; local
296 struct nouveau_pushbuf *push = nv50->base.pushbuf; local
353 struct nouveau_pushbuf *push = nv50->base.pushbuf; local
418 struct nouveau_pushbuf *push = nv50->base.pushbuf; local
628 struct nouveau_pushbuf *push = nv50->base.pushbuf; local
656 struct nouveau_pushbuf *push = nv50->base.pushbuf; local
    [all...]
nv50_state_validate.c 7 nv50_fb_set_null_rt(struct nouveau_pushbuf *push, unsigned i)
9 BEGIN_NV04(push, NV50_3D(RT_ADDRESS_HIGH(i)), 4);
10 PUSH_DATA (push, 0);
11 PUSH_DATA (push, 0);
12 PUSH_DATA (push, 0);
13 PUSH_DATA (push, 0);
14 BEGIN_NV04(push, NV50_3D(RT_HORIZ(i)), 2);
15 PUSH_DATA (push, 64);
16 PUSH_DATA (push, 0);
22 struct nouveau_pushbuf *push = nv50->base.pushbuf local
152 struct nouveau_pushbuf *push = nv50->base.pushbuf; local
164 struct nouveau_pushbuf *push = nv50->base.pushbuf; local
175 struct nouveau_pushbuf *push = nv50->base.pushbuf; local
186 struct nouveau_pushbuf *push = nv50->base.pushbuf; local
249 struct nouveau_pushbuf *push = nv50->base.pushbuf; local
288 struct nouveau_pushbuf *push = nv50->base.pushbuf; local
339 struct nouveau_pushbuf *push = nv50->base.pushbuf; local
352 struct nouveau_pushbuf *push = nv50->base.pushbuf; local
386 struct nouveau_pushbuf *push = nv50->base.pushbuf; local
395 struct nouveau_pushbuf *push = nv50->base.pushbuf; local
404 struct nouveau_pushbuf *push = nv50->base.pushbuf; local
413 struct nouveau_pushbuf *push = nv50->base.pushbuf; local
433 struct nouveau_pushbuf *push = nv50->base.pushbuf; local
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nv20_state_fb.c 57 struct nouveau_pushbuf *push = context_push(ctx); local
70 BEGIN_NV04(push, NV25_3D(HIERZ_PITCH), 1);
71 PUSH_DATA (push, pitch);
72 BEGIN_NV04(push, NV25_3D(HIERZ_OFFSET), 1);
73 PUSH_MTHDl(push, NV25_3D(HIERZ_OFFSET), BUFCTX_FB,
80 struct nouveau_pushbuf *push = context_push(ctx); local
90 PUSH_RESET(push, BUFCTX_FB);
100 BEGIN_NV04(push, NV20_3D(COLOR_OFFSET), 1);
101 PUSH_MTHDl(push, NV20_3D(COLOR_OFFSET), BUFCTX_FB,
113 BEGIN_NV04(push, NV20_3D(ZETA_OFFSET), 1)
137 struct nouveau_pushbuf *push = context_push(ctx); local
    [all...]
nv20_state_tnl.c 92 struct nouveau_pushbuf *push = context_push(ctx); local
95 BEGIN_NV04(push, NV20_3D(COLOR_MATERIAL), 1);
96 PUSH_DATA (push, ctx->Light.ColorMaterialEnabled ? mask : 0);
155 struct nouveau_pushbuf *push = context_push(ctx); local
163 BEGIN_NV04(push, NV20_3D(FOG_MODE), 4);
164 PUSH_DATA (push, ((source == GL_FRAGMENT_DEPTH_EXT &&
168 PUSH_DATA (push, get_fog_source(source, f->FogDistanceMode));
169 PUSH_DATAb(push, f->Enabled);
170 PUSH_DATA (push, pack_rgba_f(MESA_FORMAT_R8G8B8A8_UNORM, f->Color));
172 BEGIN_NV04(push, NV20_3D(FOG_COEFF(0)), 3)
179 struct nouveau_pushbuf *push = context_push(ctx); local
201 struct nouveau_pushbuf *push = context_push(ctx); local
239 struct nouveau_pushbuf *push = context_push(ctx); local
283 struct nouveau_pushbuf *push = context_push(ctx); local
307 struct nouveau_pushbuf *push = context_push(ctx); local
327 struct nouveau_pushbuf *push = context_push(ctx); local
343 struct nouveau_pushbuf *push = context_push(ctx); local
370 struct nouveau_pushbuf *push = context_push(ctx); local
    [all...]
  /cts/tools/testng/
test-script 3 adb push $ANDROID_PRODUCT_OUT/system/framework/cts-testng.jar /data/local/tmp
  /external/clang/test/Preprocessor/
_Pragma.c 17 _Pragma(clang diagnostic push) // expected-error{{_Pragma takes a parenthesized string literal}}
  /external/clang/test/Sema/
pragma-pack.c 11 #pragma pack(push, eek, 16) // -> (eek, 2), 16
13 #pragma pack(push) // -> (eek, 2), (, 2), 16
16 #pragma pack(push, 8) // -> (eek, 2), (, 2), (, 1), 8
24 #pragma pack(push)
  /external/libcxx/test/std/containers/container.adaptors/priority.queue/priqueue.cons/
ctor_comp.pass.cpp 23 q.push(1);
24 q.push(2);
ctor_default.pass.cpp 23 q.push(1);
24 q.push(2);
  /external/libcxx/test/std/containers/container.adaptors/queue/queue.cons/
ctor_default.pass.cpp 23 q.push(1);
24 q.push(2);
  /external/libcxx/test/std/containers/container.adaptors/stack/stack.cons/
ctor_default.pass.cpp 24 q.push(1);
25 q.push(2);
  /external/llvm/test/MC/COFF/
seh-align3.s 70 push %r12
72 push %r13
  /external/llvm/test/MC/X86/
cfi_def_cfa-crash.s 13 push %rbp
23 push %rax
25 push %rdi
27 push %rsi
29 push %rdx
31 push %rcx
33 push %r8
35 push %r9
  /external/parameter-framework/asio-1.10.6/include/asio/detail/
push_options.hpp 26 # pragma GCC visibility push (default)
45 # pragma GCC visibility push (default)
  /external/snakeyaml/src/test/java/org/yaml/snakeyaml/util/
ArrayStackTest.java 25 stack.push(new Integer(1));
26 stack.push(new Integer(2));
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/containers/container.adaptors/priority.queue/priqueue.cons/
ctor_comp.pass.cpp 23 q.push(1);
24 q.push(2);
ctor_default.pass.cpp 23 q.push(1);
24 q.push(2);
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/containers/container.adaptors/queue/queue.cons/
ctor_default.pass.cpp 23 q.push(1);
24 q.push(2);
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/containers/container.adaptors/stack/stack.cons/
ctor_default.pass.cpp 24 q.push(1);
25 q.push(2);
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/arm/
macro-pld.s 5 foo r0, push {r0}
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/cfi/
cfi-i386-2.s 6 push %ebp
10 push %ebx
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/cris/
push-err-1.s 4 ; There are no "push" or "pop" synonyms for v32.
5 push $r10 ; { dg-error "Unknown" }
6 push $srp ; { dg-error "Unknown" }

Completed in 797 milliseconds

1 2 3 4 5 67 8 91011>>