HomeSort by: relevance | last modified time | path
    Searched defs:push (Results 1 - 25 of 374) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /xsrc/external/mit/MesaLib/dist/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, ctx->Color.LogicOp);
  /xsrc/external/mit/MesaLib.old/dist/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, ctx->Color.LogicOp);
  /src/sys/external/bsd/drm2/dist/drm/nouveau/dispnv50/
nouveau_dispnv50_base827c.c 32 u32 *push; local
33 if ((push = evo_wait(&wndw->wndw, 13))) {
34 evo_mthd(push, 0x0084, 1);
35 evo_data(push, asyw->image.mode << 8 |
37 evo_mthd(push, 0x00c0, 1);
38 evo_data(push, asyw->image.handle[0]);
40 evo_mthd(push, 0x0110, 2);
41 evo_data(push, 1);
42 evo_data(push, 0x6400);
44 evo_mthd(push, 0x0110, 2)
    [all...]
nouveau_dispnv50_dac507d.c 33 u32 *push, sync = 0; local
34 if ((push = evo_wait(&core->chan, 3))) {
39 evo_mthd(push, 0x0400 + (or * 0x080), 2);
40 evo_data(push, ctrl);
41 evo_data(push, sync);
42 evo_kick(push, &core->chan);
nouveau_dispnv50_dac907d.c 33 u32 *push; local
34 if ((push = evo_wait(&core->chan, 2))) {
35 evo_mthd(push, 0x0180 + (or * 0x020), 1);
36 evo_data(push, ctrl);
37 evo_kick(push, &core->chan);
nouveau_dispnv50_pior507d.c 33 u32 *push; local
34 if ((push = evo_wait(&core->chan, 2))) {
40 evo_mthd(push, 0x0700 + (or * 0x040), 1);
41 evo_data(push, ctrl);
42 evo_kick(push, &core->chan);
nouveau_dispnv50_sor507d.c 33 u32 *push; local
34 if ((push = evo_wait(&core->chan, 2))) {
40 evo_mthd(push, 0x0600 + (or * 0x40), 1);
41 evo_data(push, ctrl);
42 evo_kick(push, &core->chan);
nouveau_dispnv50_sor907d.c 35 u32 *push; local
36 if ((push = evo_wait(&core->chan, 2))) {
37 evo_mthd(push, 0x0200 + (or * 0x20), 1);
38 evo_data(push, ctrl);
39 evo_kick(push, &core->chan);
nouveau_dispnv50_sorc37d.c 33 u32 *push; local
34 if ((push = evo_wait(&core->chan, 2))) {
35 evo_mthd(push, 0x0300 + (or * 0x20), 1);
36 evo_data(push, ctrl);
37 evo_kick(push, &core->chan);
nouveau_dispnv50_ovly907e.c 33 u32 *push; local
34 if ((push = evo_wait(&wndw->wndw, 12))) {
35 evo_mthd(push, 0x0084, 1);
36 evo_data(push, asyw->image.interval << 4);
37 evo_mthd(push, 0x00c0, 1);
38 evo_data(push, asyw->image.handle[0]);
39 evo_mthd(push, 0x0100, 1);
40 evo_data(push, 0x00000002);
41 evo_mthd(push, 0x0400, 1);
42 evo_data(push, asyw->image.offset[0] >> 8)
    [all...]
nouveau_dispnv50_corec57d.c 34 u32 *push, i; local
35 if ((push = evo_wait(&core->chan, 2 + 5 * windows))) {
36 evo_mthd(push, 0x0208, 1);
37 evo_data(push, core->chan.sync.handle);
39 evo_mthd(push, 0x1004 + (i * 0x080), 2);
40 evo_data(push, 0x0000000f);
41 evo_data(push, 0x00000000);
42 evo_mthd(push, 0x1010 + (i * 0x080), 1);
43 evo_data(push, 0x00117fff);
45 evo_kick(push, &core->chan)
    [all...]
nouveau_dispnv50_head917d.c 34 u32 *push; local
35 if ((push = evo_wait(core, 2))) {
36 evo_mthd(push, 0x04a0 + (head->base.index * 0x0300), 1);
37 evo_data(push, asyh->dither.mode << 3 |
40 evo_kick(push, core);
49 u32 *push; local
64 if ((push = evo_wait(core, 2))) {
65 evo_mthd(push, 0x04d0 + head->base.index * 0x300, 1);
66 evo_data(push, bounds);
67 evo_kick(push, core)
    [all...]
nouveau_dispnv50_head827d.c 34 u32 *push; local
35 if ((push = evo_wait(core, 4))) {
36 evo_mthd(push, 0x0880 + head->base.index * 0x400, 1);
37 evo_data(push, 0x05000000);
38 evo_mthd(push, 0x089c + head->base.index * 0x400, 1);
39 evo_data(push, 0x00000000);
40 evo_kick(push, core);
48 u32 *push; local
49 if ((push = evo_wait(core, 5))) {
50 evo_mthd(push, 0x0880 + head->base.index * 0x400, 2)
64 u32 *push; local
86 u32 *push; local
100 u32 *push; local
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/asahi/compiler/
agx_uniforms.c 26 /* Manages the uniform file. We can push certain fixed items (during initial
39 struct agx_push push = ctx->out->push[i]; local
41 if (push.type == type && !push.indirect) {
42 assert(length == push.length);
43 assert(index < push.length);
44 return agx_uniform(push.base + index, size);
48 /* Otherwise, push */
54 ctx->out->push[ctx->out->push_ranges++] = (struct agx_push)
    [all...]
  /src/external/gpl3/gcc/dist/contrib/
dg-cmp-results.sh 124 function push(st, nm) { function
196 push(\$2, \$3)
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/pairing_heap_/
insert_fn_imps.hpp 46 push(const_reference r_val) function in class:PB_DS_CLASS_C_DEC
  /src/external/gpl3/gcc.old/dist/contrib/
dg-cmp-results.sh 124 function push(st, nm) { function
196 push(\$2, \$3)
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/pairing_heap_/
insert_fn_imps.hpp 46 push(const_reference r_val) function in class:PB_DS_CLASS_C_DEC
  /xsrc/external/mit/xf86-video-nouveau/dist/src/
nouveau_copy90b5.c 31 nouveau_copy90b5_rect(struct nouveau_pushbuf *push, struct nouveau_object *copy,
44 if (nouveau_pushbuf_space(push, 64, 0, 0) ||
45 nouveau_pushbuf_refn (push, refs, 2))
58 BEGIN_NVC0(push, SUBC_COPY(0x0200), 7);
59 PUSH_DATA (push, src->config.nvc0.tile_mode);
60 PUSH_DATA (push, src_pitch);
61 PUSH_DATA (push, src_h);
62 PUSH_DATA (push, 1);
63 PUSH_DATA (push, 0);
64 PUSH_DATA (push, src_x * cpp)
92 struct nouveau_pushbuf *push = pNv->ce_pushbuf; local
    [all...]
nouveau_copy85b5.c 31 nouveau_copy85b5_rect(struct nouveau_pushbuf *push, struct nouveau_object *copy,
44 if (nouveau_pushbuf_space(push, 64, 0, 0) ||
45 nouveau_pushbuf_refn (push, refs, 2))
58 BEGIN_NV04(push, SUBC_COPY(0x0200), 7);
59 PUSH_DATA (push, src->config.nv50.tile_mode);
60 PUSH_DATA (push, src_pitch);
61 PUSH_DATA (push, src_h);
62 PUSH_DATA (push, 1);
63 PUSH_DATA (push, 0);
64 PUSH_DATA (push, src_x * cpp)
91 struct nouveau_pushbuf *push = pNv->ce_pushbuf; local
    [all...]
nouveau_copya0b5.c 31 nouveau_copya0b5_rect(struct nouveau_pushbuf *push, struct nouveau_object *copy,
44 if (nouveau_pushbuf_space(push, 64, 0, 0) ||
45 nouveau_pushbuf_refn (push, refs, 2))
58 BEGIN_NVC0(push, SUBC_COPY(0x0728), 6);
59 PUSH_DATA (push, 0x00001000 | src->config.nvc0.tile_mode);
60 PUSH_DATA (push, src_pitch);
61 PUSH_DATA (push, src_h);
62 PUSH_DATA (push, 1);
63 PUSH_DATA (push, 0);
64 PUSH_DATA (push, (src_y << 16) | src_x * cpp)
89 struct nouveau_pushbuf *push = pNv->ce_pushbuf; local
    [all...]
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/
insert_fn_imps.hpp 46 push(const_reference r_val) function in class:PB_DS_CLASS_C_DEC
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/
insert_fn_imps.hpp 46 push(const_reference r_val) function in class:PB_DS_CLASS_C_DEC

Completed in 31 milliseconds

1 2 3 4 5 6 7 8 91011>>