Searched refs:mthd (Results 1 - 18 of 18) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/
H A Dnouveau_local.h102 PUSH_MTHDl(struct nouveau_pushbuf *push, int subc, int mthd, int bin, argument
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, argument
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, argument
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) argument
149 PUSH_DATA (push, 0x00000000 | (size << 18) | (subc << 13) | mthd);
153 BEGIN_NI04(struct nouveau_pushbuf *push, int subc, int mthd, int size) argument
156 PUSH_DATA (push, 0x40000000 | (size << 18) | (subc << 13) | mthd);
[all...]
/external/mesa3d/src/mesa/drivers/dri/nouveau/
H A Dnouveau_local.h102 PUSH_MTHDl(struct nouveau_pushbuf *push, int subc, int mthd, int bin, argument
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, argument
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, argument
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) argument
149 PUSH_DATA (push, 0x00000000 | (size << 18) | (subc << 13) | mthd);
153 BEGIN_NI04(struct nouveau_pushbuf *push, int subc, int mthd, int size) argument
156 PUSH_DATA (push, 0x40000000 | (size << 18) | (subc << 13) | mthd);
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nouveau/
H A Dnouveau_video.h53 #define SUBC_MPEG(mthd) 1, mthd
54 #define NV31_MPEG(mthd) SUBC_MPEG(NV31_MPEG_##mthd)
55 #define NV84_MPEG(mthd) SUBC_MPEG(NV84_MPEG_##mthd)
58 NV04_FIFO_PKHDR(int subc, int mthd, unsigned size) argument
60 return 0x00000000 | (size << 18) | (subc << 13) | mthd;
64 NV04_FIFO_PKHDR_NI(int subc, int mthd, unsigned size) argument
66 return 0x40000000 | (size << 18) | (subc << 13) | mthd;
70 BEGIN_NV04(struct nouveau_pushbuf *push, int subc, int mthd, unsigned size) argument
77 BEGIN_NI04(struct nouveau_pushbuf *push, int subc, int mthd, unsigned size) argument
84 PUSH_MTHDl(struct nouveau_pushbuf *push, int subc, int mthd, struct nouveau_bo *bo, uint32_t offset, struct nouveau_bufctx *ctx, int bin, uint32_t rw) argument
[all...]
H A Dnouveau_statebuf.h23 static INLINE uint32_t sb_header(unsigned subc, unsigned mthd, unsigned size) argument
25 return (size << 18) | (subc << 13) | mthd;
/external/mesa3d/src/gallium/drivers/nouveau/
H A Dnouveau_video.h53 #define SUBC_MPEG(mthd) 1, mthd
54 #define NV31_MPEG(mthd) SUBC_MPEG(NV31_MPEG_##mthd)
55 #define NV84_MPEG(mthd) SUBC_MPEG(NV84_MPEG_##mthd)
58 NV04_FIFO_PKHDR(int subc, int mthd, unsigned size) argument
60 return 0x00000000 | (size << 18) | (subc << 13) | mthd;
64 NV04_FIFO_PKHDR_NI(int subc, int mthd, unsigned size) argument
66 return 0x40000000 | (size << 18) | (subc << 13) | mthd;
70 BEGIN_NV04(struct nouveau_pushbuf *push, int subc, int mthd, unsigned size) argument
77 BEGIN_NI04(struct nouveau_pushbuf *push, int subc, int mthd, unsigned size) argument
84 PUSH_MTHDl(struct nouveau_pushbuf *push, int subc, int mthd, struct nouveau_bo *bo, uint32_t offset, struct nouveau_bufctx *ctx, int bin, uint32_t rw) argument
[all...]
H A Dnouveau_statebuf.h23 static INLINE uint32_t sb_header(unsigned subc, unsigned mthd, unsigned size) argument
25 return (size << 18) | (subc << 13) | mthd;
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv30/
H A Dnv30_winsys.h50 PUSH_MTHDl(struct nouveau_pushbuf *push, int subc, int mthd, int bin, argument
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, argument
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, argument
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, argument
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, argument
107 PUSH_MTHD(push, subc, mthd, bi
112 BEGIN_NV04(struct nouveau_pushbuf *push, int subc, int mthd, int size) argument
119 BEGIN_NI04(struct nouveau_pushbuf *push, int subc, int mthd, int size) argument
[all...]
H A Dnv30_state.h14 #define SB_MTHD30(so, mthd, size) \
15 SB_DATA((so), ((size) << 18) | (7 << 13) | NV30_3D_##mthd)
16 #define SB_MTHD40(so, mthd, size) \
17 SB_DATA((so), ((size) << 18) | (7 << 13) | NV40_3D_##mthd)
/external/mesa3d/src/gallium/drivers/nv30/
H A Dnv30_winsys.h50 PUSH_MTHDl(struct nouveau_pushbuf *push, int subc, int mthd, int bin, argument
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, argument
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, argument
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, argument
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, argument
107 PUSH_MTHD(push, subc, mthd, bi
112 BEGIN_NV04(struct nouveau_pushbuf *push, int subc, int mthd, int size) argument
119 BEGIN_NI04(struct nouveau_pushbuf *push, int subc, int mthd, int size) argument
[all...]
H A Dnv30_state.h14 #define SB_MTHD30(so, mthd, size) \
15 SB_DATA((so), ((size) << 18) | (7 << 13) | NV30_3D_##mthd)
16 #define SB_MTHD40(so, mthd, size) \
17 SB_DATA((so), ((size) << 18) | (7 << 13) | NV40_3D_##mthd)
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/
H A Dnv50_winsys.h65 NV50_FIFO_PKHDR(int subc, int mthd, unsigned size) argument
67 return 0x00000000 | (size << 18) | (subc << 13) | mthd;
71 NV50_FIFO_PKHDR_NI(int subc, int mthd, unsigned size) argument
73 return 0x40000000 | (size << 18) | (subc << 13) | mthd;
77 NV50_FIFO_PKHDR_L(int subc, int mthd) argument
79 return 0x00030000 | (subc << 13) | mthd;
97 BEGIN_NV04(struct nouveau_pushbuf *push, int subc, int mthd, unsigned size) argument
102 PUSH_DATA (push, NV50_FIFO_PKHDR(subc, mthd, size));
106 BEGIN_NI04(struct nouveau_pushbuf *push, int subc, int mthd, unsigned size) argument
111 PUSH_DATA (push, NV50_FIFO_PKHDR_NI(subc, mthd, siz
116 BEGIN_NL50(struct nouveau_pushbuf *push, int subc, int mthd, uint32_t size) argument
[all...]
H A Dnv50_surface.c80 uint32_t mthd = dst ? NV50_2D_DST_FORMAT : NV50_2D_SRC_FORMAT; local
103 BEGIN_NV04(push, SUBC_2D(mthd), 2);
106 BEGIN_NV04(push, SUBC_2D(mthd + 0x14), 5);
113 BEGIN_NV04(push, SUBC_2D(mthd), 5);
119 BEGIN_NV04(push, SUBC_2D(mthd + 0x18), 4);
/external/mesa3d/src/gallium/drivers/nv50/
H A Dnv50_winsys.h65 NV50_FIFO_PKHDR(int subc, int mthd, unsigned size) argument
67 return 0x00000000 | (size << 18) | (subc << 13) | mthd;
71 NV50_FIFO_PKHDR_NI(int subc, int mthd, unsigned size) argument
73 return 0x40000000 | (size << 18) | (subc << 13) | mthd;
77 NV50_FIFO_PKHDR_L(int subc, int mthd) argument
79 return 0x00030000 | (subc << 13) | mthd;
97 BEGIN_NV04(struct nouveau_pushbuf *push, int subc, int mthd, unsigned size) argument
102 PUSH_DATA (push, NV50_FIFO_PKHDR(subc, mthd, size));
106 BEGIN_NI04(struct nouveau_pushbuf *push, int subc, int mthd, unsigned size) argument
111 PUSH_DATA (push, NV50_FIFO_PKHDR_NI(subc, mthd, siz
116 BEGIN_NL50(struct nouveau_pushbuf *push, int subc, int mthd, uint32_t size) argument
[all...]
H A Dnv50_surface.c80 uint32_t mthd = dst ? NV50_2D_DST_FORMAT : NV50_2D_SRC_FORMAT; local
103 BEGIN_NV04(push, SUBC_2D(mthd), 2);
106 BEGIN_NV04(push, SUBC_2D(mthd + 0x14), 5);
113 BEGIN_NV04(push, SUBC_2D(mthd), 5);
119 BEGIN_NV04(push, SUBC_2D(mthd + 0x18), 4);
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nvc0/
H A Dnvc0_winsys.h69 NVC0_FIFO_PKHDR_SQ(int subc, int mthd, unsigned size) argument
71 return 0x20000000 | (size << 16) | (subc << 13) | (mthd >> 2);
75 NVC0_FIFO_PKHDR_NI(int subc, int mthd, unsigned size) argument
77 return 0x60000000 | (size << 16) | (subc << 13) | (mthd >> 2);
81 NVC0_FIFO_PKHDR_IL(int subc, int mthd, uint8_t data) argument
83 return 0x80000000 | (data << 16) | (subc << 13) | (mthd >> 2);
87 NVC0_FIFO_PKHDR_1I(int subc, int mthd, unsigned size) argument
89 return 0xa0000000 | (size << 16) | (subc << 13) | (mthd >> 2);
107 BEGIN_NVC0(struct nouveau_pushbuf *push, int subc, int mthd, unsigned size) argument
112 PUSH_DATA (push, NVC0_FIFO_PKHDR_SQ(subc, mthd, siz
116 BEGIN_NIC0(struct nouveau_pushbuf *push, int subc, int mthd, unsigned size) argument
125 BEGIN_1IC0(struct nouveau_pushbuf *push, int subc, int mthd, unsigned size) argument
134 IMMED_NVC0(struct nouveau_pushbuf *push, int subc, int mthd, uint8_t data) argument
[all...]
H A Dnvc0_surface.c83 uint32_t mthd = dst ? NVC0_2D_DST_FORMAT : NVC0_2D_SRC_FORMAT; local
110 BEGIN_NVC0(push, SUBC_2D(mthd), 2);
113 BEGIN_NVC0(push, SUBC_2D(mthd + 0x14), 5);
120 BEGIN_NVC0(push, SUBC_2D(mthd), 5);
126 BEGIN_NVC0(push, SUBC_2D(mthd + 0x18), 4);
/external/mesa3d/src/gallium/drivers/nvc0/
H A Dnvc0_winsys.h69 NVC0_FIFO_PKHDR_SQ(int subc, int mthd, unsigned size) argument
71 return 0x20000000 | (size << 16) | (subc << 13) | (mthd >> 2);
75 NVC0_FIFO_PKHDR_NI(int subc, int mthd, unsigned size) argument
77 return 0x60000000 | (size << 16) | (subc << 13) | (mthd >> 2);
81 NVC0_FIFO_PKHDR_IL(int subc, int mthd, uint8_t data) argument
83 return 0x80000000 | (data << 16) | (subc << 13) | (mthd >> 2);
87 NVC0_FIFO_PKHDR_1I(int subc, int mthd, unsigned size) argument
89 return 0xa0000000 | (size << 16) | (subc << 13) | (mthd >> 2);
107 BEGIN_NVC0(struct nouveau_pushbuf *push, int subc, int mthd, unsigned size) argument
112 PUSH_DATA (push, NVC0_FIFO_PKHDR_SQ(subc, mthd, siz
116 BEGIN_NIC0(struct nouveau_pushbuf *push, int subc, int mthd, unsigned size) argument
125 BEGIN_1IC0(struct nouveau_pushbuf *push, int subc, int mthd, unsigned size) argument
134 IMMED_NVC0(struct nouveau_pushbuf *push, int subc, int mthd, uint8_t data) argument
[all...]
H A Dnvc0_surface.c83 uint32_t mthd = dst ? NVC0_2D_DST_FORMAT : NVC0_2D_SRC_FORMAT; local
110 BEGIN_NVC0(push, SUBC_2D(mthd), 2);
113 BEGIN_NVC0(push, SUBC_2D(mthd + 0x14), 5);
120 BEGIN_NVC0(push, SUBC_2D(mthd), 5);
126 BEGIN_NVC0(push, SUBC_2D(mthd + 0x18), 4);

Completed in 909 milliseconds