HomeSort by relevance Sort by last modified time
    Searched refs:subc (Results 1 - 22 of 22) sorted by null

  /hardware/intel/img/libdrm/libdrm/nouveau/
nouveau_grobj.c 47 nvgrobj->base.subc = -1;
113 struct nouveau_subchannel *subc = NULL; local
117 struct nouveau_subchannel *scc = &grobj->channel->subc[i];
122 if (!subc || scc->sequence < subc->sequence)
123 subc = scc;
126 if (subc->gr) {
127 subc->gr->bound = NOUVEAU_GROBJ_UNBOUND;
128 subc->gr->subc = -1
    [all...]
nouveau_pushbuf.h 88 chan->subc[gr->subc].sequence = chan->subc_sequence++;
91 OUT_RING(chan, (gr->subc << 13) | (size << 18) | mthd);
104 struct nouveau_subchannel *subc = &gr->channel->subc[sc]; local
106 if (subc->gr) {
107 if (subc->gr->bound == NOUVEAU_GROBJ_BOUND_EXPLICIT)
109 subc->gr->bound = NOUVEAU_GROBJ_UNBOUND;
111 subc->gr = gr;
112 subc->gr->subc = sc
    [all...]
nouveau_grobj.h 38 int subc; member in struct:nouveau_grobj
nouveau_channel.h 45 struct nouveau_subchannel subc[8]; member in struct:nouveau_channel
nouveau_channel.c 69 gr->base.subc = i;
74 nvchan->base.subc[i].gr = &gr->base;
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nouveau/
nouveau_video.h 58 NV04_FIFO_PKHDR(int subc, int mthd, unsigned size)
60 return 0x00000000 | (size << 18) | (subc << 13) | mthd;
64 NV04_FIFO_PKHDR_NI(int subc, int mthd, unsigned size)
66 return 0x40000000 | (size << 18) | (subc << 13) | mthd;
70 BEGIN_NV04(struct nouveau_pushbuf *push, int subc, int mthd, unsigned size)
73 PUSH_DATA (push, NV04_FIFO_PKHDR(subc, mthd, size));
77 BEGIN_NI04(struct nouveau_pushbuf *push, int subc, int mthd, unsigned size)
80 PUSH_DATA (push, NV04_FIFO_PKHDR_NI(subc, mthd, size));
84 PUSH_MTHDl(struct nouveau_pushbuf *push, int subc, int mthd,
88 nouveau_bufctx_mthd(ctx, bin, NV04_FIFO_PKHDR(subc, mthd, 1)
    [all...]
nouveau_statebuf.h 23 static INLINE uint32_t sb_header(unsigned subc, unsigned mthd, unsigned size)
25 return (size << 18) | (subc << 13) | mthd;
  /external/mesa3d/src/gallium/drivers/nouveau/
nouveau_video.h 58 NV04_FIFO_PKHDR(int subc, int mthd, unsigned size)
60 return 0x00000000 | (size << 18) | (subc << 13) | mthd;
64 NV04_FIFO_PKHDR_NI(int subc, int mthd, unsigned size)
66 return 0x40000000 | (size << 18) | (subc << 13) | mthd;
70 BEGIN_NV04(struct nouveau_pushbuf *push, int subc, int mthd, unsigned size)
73 PUSH_DATA (push, NV04_FIFO_PKHDR(subc, mthd, size));
77 BEGIN_NI04(struct nouveau_pushbuf *push, int subc, int mthd, unsigned size)
80 PUSH_DATA (push, NV04_FIFO_PKHDR_NI(subc, mthd, size));
84 PUSH_MTHDl(struct nouveau_pushbuf *push, int subc, int mthd,
88 nouveau_bufctx_mthd(ctx, bin, NV04_FIFO_PKHDR(subc, mthd, 1)
    [all...]
nouveau_statebuf.h 23 static INLINE uint32_t sb_header(unsigned subc, unsigned mthd, unsigned size)
25 return (size << 18) | (subc << 13) | mthd;
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/
nv50_winsys.h 65 NV50_FIFO_PKHDR(int subc, int mthd, unsigned size)
67 return 0x00000000 | (size << 18) | (subc << 13) | mthd;
71 NV50_FIFO_PKHDR_NI(int subc, int mthd, unsigned size)
73 return 0x40000000 | (size << 18) | (subc << 13) | mthd;
77 NV50_FIFO_PKHDR_L(int subc, int mthd)
79 return 0x00030000 | (subc << 13) | mthd;
97 BEGIN_NV04(struct nouveau_pushbuf *push, int subc, int mthd, unsigned size)
102 PUSH_DATA (push, NV50_FIFO_PKHDR(subc, mthd, size));
106 BEGIN_NI04(struct nouveau_pushbuf *push, int subc, int mthd, unsigned size)
111 PUSH_DATA (push, NV50_FIFO_PKHDR_NI(subc, mthd, size))
    [all...]
  /external/mesa3d/src/gallium/drivers/nv50/
nv50_winsys.h 65 NV50_FIFO_PKHDR(int subc, int mthd, unsigned size)
67 return 0x00000000 | (size << 18) | (subc << 13) | mthd;
71 NV50_FIFO_PKHDR_NI(int subc, int mthd, unsigned size)
73 return 0x40000000 | (size << 18) | (subc << 13) | mthd;
77 NV50_FIFO_PKHDR_L(int subc, int mthd)
79 return 0x00030000 | (subc << 13) | mthd;
97 BEGIN_NV04(struct nouveau_pushbuf *push, int subc, int mthd, unsigned size)
102 PUSH_DATA (push, NV50_FIFO_PKHDR(subc, mthd, size));
106 BEGIN_NI04(struct nouveau_pushbuf *push, int subc, int mthd, unsigned size)
111 PUSH_DATA (push, NV50_FIFO_PKHDR_NI(subc, mthd, size))
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nvc0/
nvc0_winsys.h 69 NVC0_FIFO_PKHDR_SQ(int subc, int mthd, unsigned size)
71 return 0x20000000 | (size << 16) | (subc << 13) | (mthd >> 2);
75 NVC0_FIFO_PKHDR_NI(int subc, int mthd, unsigned size)
77 return 0x60000000 | (size << 16) | (subc << 13) | (mthd >> 2);
81 NVC0_FIFO_PKHDR_IL(int subc, int mthd, uint8_t data)
83 return 0x80000000 | (data << 16) | (subc << 13) | (mthd >> 2);
87 NVC0_FIFO_PKHDR_1I(int subc, int mthd, unsigned size)
89 return 0xa0000000 | (size << 16) | (subc << 13) | (mthd >> 2);
107 BEGIN_NVC0(struct nouveau_pushbuf *push, int subc, int mthd, unsigned size)
112 PUSH_DATA (push, NVC0_FIFO_PKHDR_SQ(subc, mthd, size))
    [all...]
  /external/mesa3d/src/gallium/drivers/nvc0/
nvc0_winsys.h 69 NVC0_FIFO_PKHDR_SQ(int subc, int mthd, unsigned size)
71 return 0x20000000 | (size << 16) | (subc << 13) | (mthd >> 2);
75 NVC0_FIFO_PKHDR_NI(int subc, int mthd, unsigned size)
77 return 0x60000000 | (size << 16) | (subc << 13) | (mthd >> 2);
81 NVC0_FIFO_PKHDR_IL(int subc, int mthd, uint8_t data)
83 return 0x80000000 | (data << 16) | (subc << 13) | (mthd >> 2);
87 NVC0_FIFO_PKHDR_1I(int subc, int mthd, unsigned size)
89 return 0xa0000000 | (size << 16) | (subc << 13) | (mthd >> 2);
107 BEGIN_NVC0(struct nouveau_pushbuf *push, int subc, int mthd, unsigned size)
112 PUSH_DATA (push, NVC0_FIFO_PKHDR_SQ(subc, mthd, size))
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv30/
nv30_winsys.h 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,
59 PUSH_MTHDo(struct nouveau_pushbuf *push, int subc, int mthd, int bin,
62 nouveau_bufctx_mthd(bufctx(push), bin, (1 << 18) | (subc << 13) | mthd,
71 PUSH_MTHDs(struct nouveau_pushbuf *push, int subc, int mthd, int bin,
75 nouveau_bufctx_mthd(bufctx(push), bin, (1 << 18) | (subc << 13) | mthd,
84 PUSH_MTHD(struct nouveau_pushbuf *push, int subc, int mthd, int bin,
89 nouveau_bufctx_mthd(bufctx(push), bin, (1 << 18) | (subc << 13) | mthd,
103 PUSH_RESRC(struct nouveau_pushbuf *push, int subc, int mthd, int bin,
107 PUSH_MTHD(push, subc, mthd, bin, r->bo, r->offset + data
    [all...]
  /external/mesa3d/src/gallium/drivers/nv30/
nv30_winsys.h 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,
59 PUSH_MTHDo(struct nouveau_pushbuf *push, int subc, int mthd, int bin,
62 nouveau_bufctx_mthd(bufctx(push), bin, (1 << 18) | (subc << 13) | mthd,
71 PUSH_MTHDs(struct nouveau_pushbuf *push, int subc, int mthd, int bin,
75 nouveau_bufctx_mthd(bufctx(push), bin, (1 << 18) | (subc << 13) | mthd,
84 PUSH_MTHD(struct nouveau_pushbuf *push, int subc, int mthd, int bin,
89 nouveau_bufctx_mthd(bufctx(push), bin, (1 << 18) | (subc << 13) | mthd,
103 PUSH_RESRC(struct nouveau_pushbuf *push, int subc, int mthd, int bin,
107 PUSH_MTHD(push, subc, mthd, bin, r->bo, r->offset + data
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/
nouveau_local.h 102 PUSH_MTHDl(struct nouveau_pushbuf *push, int subc, int mthd, int bin,
105 nouveau_bufctx_mthd(BUFCTX(push), bin, (1 << 18) | (subc << 13) | mthd,
111 PUSH_MTHDs(struct nouveau_pushbuf *push, int subc, int mthd, int bin,
115 nouveau_bufctx_mthd(BUFCTX(push), bin, (1 << 18) | (subc << 13) | mthd,
125 PUSH_MTHD(struct nouveau_pushbuf *push, int subc, int mthd, int bin,
129 nouveau_bufctx_mthd(BUFCTX(push), bin, (1 << 18) | (subc << 13) | mthd,
146 BEGIN_NV04(struct nouveau_pushbuf *push, int subc, int mthd, int size)
149 PUSH_DATA (push, 0x00000000 | (size << 18) | (subc << 13) | mthd);
153 BEGIN_NI04(struct nouveau_pushbuf *push, int subc, int mthd, int size)
156 PUSH_DATA (push, 0x40000000 | (size << 18) | (subc << 13) | mthd)
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nouveau_local.h 102 PUSH_MTHDl(struct nouveau_pushbuf *push, int subc, int mthd, int bin,
105 nouveau_bufctx_mthd(BUFCTX(push), bin, (1 << 18) | (subc << 13) | mthd,
111 PUSH_MTHDs(struct nouveau_pushbuf *push, int subc, int mthd, int bin,
115 nouveau_bufctx_mthd(BUFCTX(push), bin, (1 << 18) | (subc << 13) | mthd,
125 PUSH_MTHD(struct nouveau_pushbuf *push, int subc, int mthd, int bin,
129 nouveau_bufctx_mthd(BUFCTX(push), bin, (1 << 18) | (subc << 13) | mthd,
146 BEGIN_NV04(struct nouveau_pushbuf *push, int subc, int mthd, int size)
149 PUSH_DATA (push, 0x00000000 | (size << 18) | (subc << 13) | mthd);
153 BEGIN_NI04(struct nouveau_pushbuf *push, int subc, int mthd, int size)
156 PUSH_DATA (push, 0x40000000 | (size << 18) | (subc << 13) | mthd)
    [all...]
  /external/antlr/antlr-3.4/runtime/JavaScript/src/org/
antlr.js 365 * @param {Function} subc the object to modify
372 extend: function(subc, superc, overrides) {
373 if (!superc||!subc) {
379 subc.prototype=new F(); class
380 subc.prototype.constructor=subc;
381 subc.superclass=superc.prototype;
388 subc.prototype[i]=overrides[i];
391 org.antlr.lang._IEEnumFix(subc.prototype, overrides);
  /external/llvm/test/MC/Sparc/
sparcv9-instructions.s 15 ! V8-NEXT: subc %g2, %g1, %g3
17 subc %g2, %g1, %g3
  /external/chromium_org/third_party/openssl/openssl/crypto/bn/asm/
sparcv9-mont.pl 273 subc $car2,0,$car2 ! handle upmost overflow bit
  /external/openssl/crypto/bn/asm/
sparcv9-mont.pl 273 subc $car2,0,$car2 ! handle upmost overflow bit
  /external/llvm/test/MC/PowerPC/
ppc64-encoding-ext.s     [all...]

Completed in 526 milliseconds