HomeSort by: relevance | last modified time | path
    Searched refs:mthd (Results 1 - 25 of 29) sorted by relevancy

1 2

  /xsrc/external/mit/xf86-video-nouveau/dist/src/
nv04_accel.h 23 #define SUBC_M2MF(mthd) 0, (mthd)
24 #define NV03_M2MF(mthd) SUBC_M2MF(NV03_M2MF_##mthd)
25 #define SUBC_NVSW(mthd) 1, (mthd)
26 #define SUBC_SF2D(mthd) 2, (mthd)
27 #define NV04_SF2D(mthd) SUBC_SF2D(NV04_SURFACE_2D_##mthd)
    [all...]
nv50_accel.h 14 #define SUBC_M2MF(mthd) 0, (mthd)
15 #define NV03_M2MF(mthd) SUBC_M2MF(NV03_M2MF_##mthd)
16 #define NV50_M2MF(mthd) SUBC_M2MF(NV50_M2MF_##mthd)
17 #define SUBC_NVSW(mthd) 1, (mthd)
18 #define SUBC_2D(mthd) 2, (mthd)
    [all...]
nouveau_local.h 157 PUSH_MTHDl(struct nouveau_pushbuf *push, int subc, int mthd,
160 nouveau_bufctx_mthd(BUFCTX(push), 0, (1 << 18) | (subc << 13) | mthd,
166 PUSH_MTHDo(struct nouveau_pushbuf *push, int subc, int mthd,
169 nouveau_bufctx_mthd(BUFCTX(push), 0, (1 << 18) | (subc << 13) | mthd,
178 PUSH_MTHDs(struct nouveau_pushbuf *push, int subc, int mthd,
182 nouveau_bufctx_mthd(BUFCTX(push), 0, (1 << 18) | (subc << 13) | mthd,
191 PUSH_MTHD(struct nouveau_pushbuf *push, int subc, int mthd,
195 nouveau_bufctx_mthd(BUFCTX(push), 0, (1 << 18) | (subc << 13) | mthd,
216 BEGIN_NV04(struct nouveau_pushbuf *push, int subc, int mthd, int size)
218 PUSH_DATA (push, 0x00000000 | (size << 18) | (subc << 13) | mthd);
    [all...]
nvc0_accel.h 14 #define SUBC_3D(mthd) 0, (mthd)
15 #define NVC0_3D(mthd) SUBC_3D(NVC0_3D_##mthd)
16 #define NVE4_3D(mthd) SUBC_3D(NVE4_3D_##mthd)
17 #define SUBC_M2MF(mthd) 2, (mthd)
18 #define SUBC_P2MF(mthd) 2, (mthd)
    [all...]
nv50_exa.c 98 int mthd = is_src ? NV50_2D_SRC_FORMAT : NV50_2D_DST_FORMAT; local
105 BEGIN_NV04(push, SUBC_2D(mthd), 2);
108 BEGIN_NV04(push, SUBC_2D(mthd + 0x14), 1);
111 BEGIN_NV04(push, SUBC_2D(mthd), 5);
119 BEGIN_NV04(push, SUBC_2D(mthd + 0x18), 4);
nv04_exa.c 46 NV04EXASetROP(PixmapPtr ppix, int subc, int mthd, int alu, Pixel planemask)
77 BEGIN_NV04(push, subc, mthd, 1);
80 BEGIN_NV04(push, subc, mthd, 1);
nvc0_exa.c 100 int mthd = is_src ? NV50_2D_SRC_FORMAT : NV50_2D_DST_FORMAT; local
107 BEGIN_NVC0(push, SUBC_2D(mthd), 2);
110 BEGIN_NVC0(push, SUBC_2D(mthd + 0x14), 1);
113 BEGIN_NVC0(push, SUBC_2D(mthd), 5);
121 BEGIN_NVC0(push, SUBC_2D(mthd + 0x18), 4);
  /xsrc/external/mit/MesaLib/dist/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...]
  /xsrc/external/mit/MesaLib.old/dist/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...]
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/
nouveau_video.h 53 #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)
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;
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/
nouveau_video.h 53 #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)
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;
    [all...]
nouveau_statebuf.h 23 static inline uint32_t sb_header(unsigned subc, unsigned mthd, unsigned size)
25 return (size << 18) | (subc << 13) | mthd;
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/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...]
nv30_state.h 14 #define SB_MTHD30(so, mthd, size) \
15 SB_DATA((so), ((size) << 18) | (7 << 13) | NV30_3D_##mthd)
16 #define SB_MTHD35(so, mthd, size) \
17 SB_DATA((so), ((size) << 18) | (7 << 13) | NV35_3D_##mthd)
18 #define SB_MTHD40(so, mthd, size) \
19 SB_DATA((so), ((size) << 18) | (7 << 13) | NV40_3D_##mthd)
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/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...]
nv30_state.h 14 #define SB_MTHD30(so, mthd, size) \
15 SB_DATA((so), ((size) << 18) | (7 << 13) | NV30_3D_##mthd)
16 #define SB_MTHD35(so, mthd, size) \
17 SB_DATA((so), ((size) << 18) | (7 << 13) | NV35_3D_##mthd)
18 #define SB_MTHD40(so, mthd, size) \
19 SB_DATA((so), ((size) << 18) | (7 << 13) | NV40_3D_##mthd)
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nv50/
nv50_winsys.h 66 NV50_FIFO_PKHDR(int subc, int mthd, unsigned size)
68 return 0x00000000 | (size << 18) | (subc << 13) | mthd;
72 NV50_FIFO_PKHDR_NI(int subc, int mthd, unsigned size)
74 return 0x40000000 | (size << 18) | (subc << 13) | mthd;
78 NV50_FIFO_PKHDR_L(int subc, int mthd)
80 return 0x00030000 | (subc << 13) | mthd;
98 BEGIN_NV04(struct nouveau_pushbuf *push, int subc, int mthd, unsigned size)
103 PUSH_DATA (push, NV50_FIFO_PKHDR(subc, mthd, size));
107 BEGIN_NI04(struct nouveau_pushbuf *push, int subc, int mthd, unsigned size)
112 PUSH_DATA (push, NV50_FIFO_PKHDR_NI(subc, mthd, size))
    [all...]
nv50_surface.c 89 uint32_t mthd = dst ? NV50_2D_DST_FORMAT : NV50_2D_SRC_FORMAT; local
115 BEGIN_NV04(push, SUBC_2D(mthd), 2);
118 BEGIN_NV04(push, SUBC_2D(mthd + 0x14), 5);
125 BEGIN_NV04(push, SUBC_2D(mthd), 5);
131 BEGIN_NV04(push, SUBC_2D(mthd + 0x18), 4);
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nv50/
nv50_winsys.h 66 NV50_FIFO_PKHDR(int subc, int mthd, unsigned size)
68 return 0x00000000 | (size << 18) | (subc << 13) | mthd;
72 NV50_FIFO_PKHDR_NI(int subc, int mthd, unsigned size)
74 return 0x40000000 | (size << 18) | (subc << 13) | mthd;
78 NV50_FIFO_PKHDR_L(int subc, int mthd)
80 return 0x00030000 | (subc << 13) | mthd;
98 BEGIN_NV04(struct nouveau_pushbuf *push, int subc, int mthd, unsigned size)
103 PUSH_DATA (push, NV50_FIFO_PKHDR(subc, mthd, size));
107 BEGIN_NI04(struct nouveau_pushbuf *push, int subc, int mthd, unsigned size)
112 PUSH_DATA (push, NV50_FIFO_PKHDR_NI(subc, mthd, size))
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nvc0/
nvc0_winsys.h 74 NVC0_FIFO_PKHDR_SQ(int subc, int mthd, unsigned size)
76 return 0x20000000 | (size << 16) | (subc << 13) | (mthd >> 2);
80 NVC0_FIFO_PKHDR_NI(int subc, int mthd, unsigned size)
82 return 0x60000000 | (size << 16) | (subc << 13) | (mthd >> 2);
86 NVC0_FIFO_PKHDR_IL(int subc, int mthd, uint16_t data)
89 return 0x80000000 | (data << 16) | (subc << 13) | (mthd >> 2);
93 NVC0_FIFO_PKHDR_1I(int subc, int mthd, unsigned size)
95 return 0xa0000000 | (size << 16) | (subc << 13) | (mthd >> 2);
113 BEGIN_NVC0(struct nouveau_pushbuf *push, int subc, int mthd, unsigned size)
118 PUSH_DATA (push, NVC0_FIFO_PKHDR_SQ(subc, mthd, size))
    [all...]
nvc0_surface.c 93 uint32_t mthd = dst ? NV50_2D_DST_FORMAT : NV50_2D_SRC_FORMAT; local
120 BEGIN_NVC0(push, SUBC_2D(mthd), 2);
123 BEGIN_NVC0(push, SUBC_2D(mthd + 0x14), 5);
130 BEGIN_NVC0(push, SUBC_2D(mthd), 5);
136 BEGIN_NVC0(push, SUBC_2D(mthd + 0x18), 4);
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nvc0/
nvc0_winsys.h 74 NVC0_FIFO_PKHDR_SQ(int subc, int mthd, unsigned size)
76 return 0x20000000 | (size << 16) | (subc << 13) | (mthd >> 2);
80 NVC0_FIFO_PKHDR_NI(int subc, int mthd, unsigned size)
82 return 0x60000000 | (size << 16) | (subc << 13) | (mthd >> 2);
86 NVC0_FIFO_PKHDR_IL(int subc, int mthd, uint16_t data)
89 return 0x80000000 | (data << 16) | (subc << 13) | (mthd >> 2);
93 NVC0_FIFO_PKHDR_1I(int subc, int mthd, unsigned size)
95 return 0xa0000000 | (size << 16) | (subc << 13) | (mthd >> 2);
113 BEGIN_NVC0(struct nouveau_pushbuf *push, int subc, int mthd, unsigned size)
118 PUSH_DATA (push, NVC0_FIFO_PKHDR_SQ(subc, mthd, size))
    [all...]
  /xsrc/external/mit/xf86-video-nv/dist/src/
g80_display.h 13 #define C(mthd, data) G80DispCommand(pScrn, (mthd), (data))
  /xsrc/external/mit/libdrm/dist/nouveau/
nouveau.c 109 uint32_t mthd, void *data, uint32_t size)
114 struct nvif_ioctl_mthd_v0 mthd; member in struct:__anon6197
131 args->mthd.version = 0;
132 args->mthd.method = mthd;
134 memcpy(args->mthd.data, data, size);
136 memcpy(data, args->mthd.data, size);
nouveau.h 36 int nouveau_object_mthd(struct nouveau_object *, uint32_t mthd,

Completed in 20 milliseconds

1 2