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

1 2 3 4 5 67 8 91011>>

  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/containers/container.adaptors/stack/stack.defn/
size.pass.cpp 21 q.push(1);
  /system/core/libcutils/include_vndk/cutils/
log.h 25 #pragma GCC diagnostic push
27 #pragma clang diagnostic push
30 #pragma GCC diagnostic push
33 #pragma GCC diagnostic push
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nv04_render.c 97 swtnl_restart_ttri(struct nv04_context *nv04, struct nouveau_pushbuf *push)
99 BEGIN_NV04(push, NV04_TTRI(COLORKEY), 7);
100 PUSH_DATA (push, nv04->colorkey);
101 PUSH_RELOC(push, nv04->texture[0]->bo, nv04->texture[0]->offset,
103 PUSH_RELOC(push, nv04->texture[0]->bo, nv04->format[0], NOUVEAU_BO_OR,
106 PUSH_DATA (push, nv04->filter[0]);
107 PUSH_DATA (push, nv04->blend);
108 PUSH_DATA (push, nv04->ctrl[0] & ~0x3e000000);
109 PUSH_DATA (push, nv04->fog);
113 swtnl_restart_mtri(struct nv04_context *nv04, struct nouveau_pushbuf *push)
146 struct nouveau_pushbuf *push = context_push(ctx); local
170 struct nouveau_pushbuf *push = context_push(ctx); local
188 struct nouveau_pushbuf *push = context_push(ctx); local
    [all...]
nv20_state_tex.c 41 struct nouveau_pushbuf *push = context_push(ctx); local
51 BEGIN_NV04(push, NV20_3D(TEX_GEN_COEFF(i, j)), 4);
52 PUSH_DATAp(push, k, 4);
55 BEGIN_NV04(push, NV20_3D(TEX_GEN_MODE(i, j)), 1);
56 PUSH_DATA (push, nvgl_texgen_mode(coord->Mode));
59 BEGIN_NV04(push, NV20_3D(TEX_GEN_MODE(i, j)), 1);
60 PUSH_DATA (push, 0);
70 struct nouveau_pushbuf *push = context_push(ctx); local
74 BEGIN_NV04(push, NV20_3D(TEX_MATRIX_ENABLE(i)), 1);
75 PUSH_DATA (push, 1)
162 struct nouveau_pushbuf *push = context_push(ctx); local
261 struct nouveau_pushbuf *push = context_push(ctx); local
    [all...]
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)
136 struct nouveau_pushbuf *push = context_push(ctx); local
    [all...]
nv20_state_tnl.c 91 struct nouveau_pushbuf *push = context_push(ctx); local
94 BEGIN_NV04(push, NV20_3D(COLOR_MATERIAL), 1);
95 PUSH_DATA (push, ctx->Light.ColorMaterialEnabled ? mask : 0);
154 struct nouveau_pushbuf *push = context_push(ctx); local
162 BEGIN_NV04(push, NV20_3D(FOG_MODE), 4);
163 PUSH_DATA (push, ((source == GL_FRAGMENT_DEPTH_EXT &&
167 PUSH_DATA (push, get_fog_source(source, f->FogDistanceMode));
168 PUSH_DATAb(push, f->Enabled);
169 PUSH_DATA (push, pack_rgba_f(MESA_FORMAT_RGBA8888_REV, f->Color));
171 BEGIN_NV04(push, NV20_3D(FOG_COEFF(0)), 3)
178 struct nouveau_pushbuf *push = context_push(ctx); local
200 struct nouveau_pushbuf *push = context_push(ctx); local
238 struct nouveau_pushbuf *push = context_push(ctx); local
280 struct nouveau_pushbuf *push = context_push(ctx); local
302 struct nouveau_pushbuf *push = context_push(ctx); local
320 struct nouveau_pushbuf *push = context_push(ctx); local
336 struct nouveau_pushbuf *push = context_push(ctx); local
363 struct nouveau_pushbuf *push = context_push(ctx); local
    [all...]
  /external/mesa3d/src/gallium/drivers/nv50/
nv50_vbo.c 138 struct nouveau_pushbuf *push = nv50->base.pushbuf; local
149 BEGIN_NV04(push, NV50_3D(VTX_ATTR_4F_X(attr)), 4);
150 PUSH_DATAf(push, v[0]);
151 PUSH_DATAf(push, v[1]);
152 PUSH_DATAf(push, v[2]);
153 PUSH_DATAf(push, v[3]);
156 BEGIN_NV04(push, NV50_3D(VTX_ATTR_3F_X(attr)), 3);
157 PUSH_DATAf(push, v[0]);
158 PUSH_DATAf(push, v[1]);
159 PUSH_DATAf(push, v[2])
226 struct nouveau_pushbuf *push = nv50->base.pushbuf; local
279 struct nouveau_pushbuf *push = nv50->base.pushbuf; local
448 struct nouveau_pushbuf *push = nv50->base.pushbuf; local
567 struct nouveau_pushbuf *push = nv50->base.pushbuf; local
664 struct nouveau_pushbuf *push = nv50->base.pushbuf; local
719 struct nouveau_pushbuf *push = nv50->base.pushbuf; local
    [all...]
nv50_surface.c 74 nv50_2d_texture_set(struct nouveau_pushbuf *push, int dst,
103 BEGIN_NV04(push, SUBC_2D(mthd), 2);
104 PUSH_DATA (push, format);
105 PUSH_DATA (push, 1);
106 BEGIN_NV04(push, SUBC_2D(mthd + 0x14), 5);
107 PUSH_DATA (push, mt->level[level].pitch);
108 PUSH_DATA (push, width);
109 PUSH_DATA (push, height);
110 PUSH_DATAh(push, bo->offset + offset);
111 PUSH_DATA (push, bo->offset + offset)
276 struct nouveau_pushbuf *push = nv50->base.pushbuf; local
334 struct nouveau_pushbuf *push = nv50->base.pushbuf; local
386 struct nouveau_pushbuf *push = nv50->base.pushbuf; local
738 struct nouveau_pushbuf *push = blit->screen->base.pushbuf; local
869 struct nouveau_pushbuf *push = nv50->base.pushbuf; local
    [all...]
  /external/mesa3d/src/gallium/drivers/nvc0/
nvc0_push.c 14 struct nouveau_pushbuf *push; member in struct:push_context
43 ctx->push = nvc0->base.pushbuf;
75 IMMED_NVC0(ctx->push, NVC0_3D(EDGEFLAG), f ? 1 : 0);
83 BEGIN_NVC0(ctx->push, NVC0_3D(VERTEX_ID), 1); /* broken on nvc0 */
85 BEGIN_NVC0(ctx->push, NVC0_3D(VERTEX_DATA), 1); /* as last attribute */
87 PUSH_DATA (ctx->push, vtx_id);
91 prim_restart_search_i08(uint8_t *elts, unsigned push, uint8_t index)
94 for (i = 0; i < push; ++i)
101 prim_restart_search_i16(uint16_t *elts, unsigned push, uint16_t index)
104 for (i = 0; i < push; ++i
126 unsigned push = MIN2(count, ctx->packet_vertex_limit); local
167 unsigned push = MIN2(count, ctx->packet_vertex_limit); local
208 unsigned push = MIN2(count, ctx->packet_vertex_limit); local
247 unsigned push = MIN2(count, ctx->packet_vertex_limit); local
    [all...]
nvc0_surface.c 77 nvc0_2d_texture_set(struct nouveau_pushbuf *push, boolean dst,
110 BEGIN_NVC0(push, SUBC_2D(mthd), 2);
111 PUSH_DATA (push, format);
112 PUSH_DATA (push, 1);
113 BEGIN_NVC0(push, SUBC_2D(mthd + 0x14), 5);
114 PUSH_DATA (push, mt->level[level].pitch);
115 PUSH_DATA (push, width);
116 PUSH_DATA (push, height);
117 PUSH_DATAh(push, bo->offset + offset);
118 PUSH_DATA (push, bo->offset + offset)
282 struct nouveau_pushbuf *push = nvc0->base.pushbuf; local
352 struct nouveau_pushbuf *push = nvc0->base.pushbuf; local
405 struct nouveau_pushbuf *push = nvc0->base.pushbuf; local
813 struct nouveau_pushbuf *push = blit->screen->base.pushbuf; local
955 struct nouveau_pushbuf *push = screen->base.pushbuf; local
    [all...]
  /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/nv30/
nv30_vbo.c 41 struct nouveau_pushbuf *push = nv30->base.pushbuf; local
53 BEGIN_NV04(push, NV30_3D(VTX_ATTR_4F(attr)), 4);
54 PUSH_DATAf(push, v[0]);
55 PUSH_DATAf(push, v[1]);
56 PUSH_DATAf(push, v[2]);
57 PUSH_DATAf(push, v[3]);
60 BEGIN_NV04(push, NV30_3D(VTX_ATTR_3F(attr)), 3);
61 PUSH_DATAf(push, v[0]);
62 PUSH_DATAf(push, v[1]);
63 PUSH_DATAf(push, v[2])
129 struct nouveau_pushbuf *push = nv30->base.pushbuf; local
182 struct nouveau_pushbuf *push = nv30->base.pushbuf; local
332 struct nouveau_pushbuf *push = nv30->base.pushbuf; local
457 struct nouveau_pushbuf *push = nv30->base.pushbuf; local
544 struct nouveau_pushbuf *push = nv30->base.pushbuf; 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/r10/sources/cxx-stl/stlport/stlport/stl/config/
_prolog.h 4 # pragma warning (push)
10 # pragma pack(push, 8)
12 # pragma pack(push, 16)
17 # pragma option push
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/containers/container.adaptors/priority.queue/priqueue.cons/
ctor_comp.pass.cpp 23 q.push(1);
24 q.push(2);

Completed in 1257 milliseconds

1 2 3 4 5 67 8 91011>>