HomeSort by relevance Sort by last modified time
    Searched refs:push (Results 126 - 150 of 3147) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/mesa3d/src/mesa/drivers/dri/nouveau/
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...]
nv10_render.c 112 struct nouveau_pushbuf *push = context_push(ctx); local
130 BEGIN_NV04(push, NV10_3D(VTXBUF_FMT(i)), 1);
131 PUSH_DATA (push, hw_format);
139 struct nouveau_pushbuf *push = context_push(ctx); local
145 BEGIN_NV04(push, NV10_3D(VTXBUF_OFFSET(i)), 1);
146 PUSH_MTHDl(push, NV10_3D(VTXBUF_OFFSET(i)), BUFCTX_VTX,
162 BEGIN_NV04(push, NV10_3D(VTXBUF_VALIDATE), 1); \
163 PUSH_DATA (push, 0)
166 BEGIN_NV04(push, NV10_3D(VTXBUF_BEGIN_END), 1); \
167 PUSH_DATA (push, prim
    [all...]
nv20_render.c 136 struct nouveau_pushbuf *push = context_push(ctx); local
152 BEGIN_NV04(push, NV20_3D(VTXBUF_FMT(i)), 1);
153 PUSH_DATA (push, hw_format);
161 struct nouveau_pushbuf *push = context_push(ctx); local
167 BEGIN_NV04(push, NV20_3D(VTXBUF_OFFSET(i)), 1);
168 PUSH_MTHD (push, NV20_3D(VTXBUF_OFFSET(i)), BUFCTX_VTX,
186 BEGIN_NV04(push, NV20_3D(VTXBUF_VALIDATE), 1); \
187 PUSH_DATA (push, 0)
190 BEGIN_NV04(push, NV20_3D(VERTEX_BEGIN_END), 1); \
191 PUSH_DATA (push, prim
    [all...]
nv10_state_tex.c 41 struct nouveau_pushbuf *push = context_push(ctx); local
51 BEGIN_NV04(push, NV10_3D(TEX_GEN_COEFF(i, j)), 4);
52 PUSH_DATAp(push, k, 4);
55 BEGIN_NV04(push, NV10_3D(TEX_GEN_MODE(i,j)), 1);
56 PUSH_DATA (push, nvgl_texgen_mode(coord->Mode));
59 BEGIN_NV04(push, NV10_3D(TEX_GEN_MODE(i,j)), 1);
60 PUSH_DATA (push, 0);
72 struct nouveau_pushbuf *push = context_push(ctx); local
77 BEGIN_NV04(push, NV10_3D(TEX_MATRIX_ENABLE(i)), 1);
78 PUSH_DATA (push, 1)
158 struct nouveau_pushbuf *push = context_push(ctx); local
    [all...]
  /external/skia/tests/
PolyUtilsTest.cpp 21 *poly.push() = SkPoint::Make(-100, 55);
22 *poly.push() = SkPoint::Make(100, 55);
23 *poly.push() = SkPoint::Make(102.5f, 54.330127f);
86 *poly.push() = SkPoint::Make(-100, 55);
87 *poly.push() = SkPoint::Make(100, 55);
88 *poly.push() = SkPoint::Make(100 + 2.5f, 50 + 4.330127f);
89 *poly.push() = SkPoint::Make(100 + 3.535534f, 50 + 3.535534f);
90 *poly.push() = SkPoint::Make(100 + 4.330127f, 50 + 2.5f);
91 *poly.push() = SkPoint::Make(105, 50);
92 *poly.push() = SkPoint::Make(105, -50)
    [all...]
  /external/skqp/tests/
PolyUtilsTest.cpp 21 *poly.push() = SkPoint::Make(-100, 55);
22 *poly.push() = SkPoint::Make(100, 55);
23 *poly.push() = SkPoint::Make(102.5f, 54.330127f);
86 *poly.push() = SkPoint::Make(-100, 55);
87 *poly.push() = SkPoint::Make(100, 55);
88 *poly.push() = SkPoint::Make(100 + 2.5f, 50 + 4.330127f);
89 *poly.push() = SkPoint::Make(100 + 3.535534f, 50 + 3.535534f);
90 *poly.push() = SkPoint::Make(100 + 4.330127f, 50 + 2.5f);
91 *poly.push() = SkPoint::Make(105, 50);
92 *poly.push() = SkPoint::Make(105, -50)
    [all...]
  /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));
  /external/swiftshader/third_party/llvm-7.0/llvm/test/MC/COFF/
seh-align3.s 70 push %r12
72 push %r13
  /external/swiftshader/third_party/llvm-7.0/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
intel-syntax-ptr-sized.s 5 push [eax] label
24 push [eax] label
  /device/linaro/bootloader/edk2/SourceLevelDebugPkg/Library/DebugAgent/DebugAgentCommon/X64/
AsmFuncs.asm 43 push rcx
49 push rcx
55 push rcx
61 push rcx
67 push rcx
73 push rcx
79 push rcx
85 push rcx
91 push rcx
97 push rcx
    [all...]
  /external/mesa3d/src/gallium/drivers/nouveau/nv50/
nv50_winsys.h 43 PUSH_REFN(struct nouveau_pushbuf *push, struct nouveau_bo *bo, uint32_t flags)
46 nouveau_pushbuf_refn(push, &ref, 1);
92 PUSH_DATAh(struct nouveau_pushbuf *push, uint64_t data)
94 *push->cur++ = (uint32_t)(data >> 32);
98 BEGIN_NV04(struct nouveau_pushbuf *push, int subc, int mthd, unsigned size)
101 PUSH_SPACE(push, size + 1);
103 PUSH_DATA (push, NV50_FIFO_PKHDR(subc, mthd, size));
107 BEGIN_NI04(struct nouveau_pushbuf *push, int subc, int mthd, unsigned size)
110 PUSH_SPACE(push, size + 1);
112 PUSH_DATA (push, NV50_FIFO_PKHDR_NI(subc, mthd, size))
    [all...]
nv84_video_bsp.c 98 struct nouveau_pushbuf *push = dec->bsp_pushbuf; local
202 PUSH_SPACE(push, 5 + 21 + 3 + 2 + 4 + 2);
203 nouveau_pushbuf_refn(push, bo_refs, ARRAY_SIZE(bo_refs));
206 BEGIN_NV04(push, SUBC_BSP(0x10), 4);
207 PUSH_DATAh(push, dec->fence->offset);
208 PUSH_DATA (push, dec->fence->offset);
209 PUSH_DATA (push, 1);
210 PUSH_DATA (push, 1);
215 BEGIN_NV04(push, SUBC_BSP(0x400), 20);
216 PUSH_DATA (push, dec->bitstream->offset >> 8)
    [all...]
  /device/linaro/bootloader/edk2/StdLib/LibC/CRT/Ia32/
ulldiv.c 58 push eax
64 push eax
66 push eax
72 push eax
74 push eax
  /external/mesa3d/src/gallium/drivers/nouveau/nv30/
nv30_winsys.h 23 PUSH_RELOC(struct nouveau_pushbuf *push, struct nouveau_bo *bo, uint32_t offset,
26 nouveau_pushbuf_reloc(push, bo, offset, flags, vor, tor);
30 bufctx(struct nouveau_pushbuf *push)
32 struct nouveau_bufctx **pctx = push->user_priv;
37 PUSH_RESET(struct nouveau_pushbuf *push, int bin)
39 nouveau_bufctx_reset(bufctx(push), bin);
43 PUSH_REFN(struct nouveau_pushbuf *push, int bin,
46 nouveau_bufctx_refn(bufctx(push), bin, bo, access);
50 PUSH_MTHDl(struct nouveau_pushbuf *push, int subc, int mthd, int bin,
53 nouveau_bufctx_mthd(bufctx(push), bin, (1 << 18) | (subc << 13) | mthd
    [all...]
  /external/proguard/src/proguard/evaluation/
TracedStack.java 69 * Sets the Value that will be stored along with all push and pop
170 public void push(Value value) method in class:TracedStack
172 super.push(value);
218 producerStack.push(producerValue);
219 producerStack.push(producerValue);
230 producerStack.push(producerValue);
231 producerStack.push(producerValue);
232 producerStack.push(producerValue);
244 producerStack.push(producerValue);
245 producerStack.push(producerValue)
    [all...]

Completed in 600 milliseconds

1 2 3 4 56 7 8 91011>>