Home
last modified time | relevance | path

Searched defs:mthd (Results 1 – 10 of 10) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/nouveau/
Dnouveau_local.h102 PUSH_MTHDl(struct nouveau_pushbuf *push, int subc, int mthd, int bin, in PUSH_MTHDl()
111 PUSH_MTHDs(struct nouveau_pushbuf *push, int subc, int mthd, int bin, in PUSH_MTHDs()
125 PUSH_MTHD(struct nouveau_pushbuf *push, int subc, int mthd, int bin, in PUSH_MTHD()
146 BEGIN_NV04(struct nouveau_pushbuf *push, int subc, int mthd, int size) in BEGIN_NV04()
153 BEGIN_NI04(struct nouveau_pushbuf *push, int subc, int mthd, int size) in BEGIN_NI04()
160 #define SUBC_M2MF(mthd) 0, (mthd) argument
161 #define NV03_M2MF(mthd) SUBC_M2MF(NV04_M2MF_##mthd) argument
162 #define SUBC_NVSW(mthd) 1, (mthd) argument
163 #define SUBC_SF2D(mthd) 2, (mthd) argument
164 #define NV04_SF2D(mthd) SUBC_SF2D(NV04_CONTEXT_SURFACES_2D_##mthd) argument
[all …]
/external/mesa3d/src/gallium/drivers/nv30/
Dnv30_winsys.h50 PUSH_MTHDl(struct nouveau_pushbuf *push, int subc, int mthd, int bin, in PUSH_MTHDl()
59 PUSH_MTHDo(struct nouveau_pushbuf *push, int subc, int mthd, int bin, in PUSH_MTHDo()
71 PUSH_MTHDs(struct nouveau_pushbuf *push, int subc, int mthd, int bin, in PUSH_MTHDs()
84 PUSH_MTHD(struct nouveau_pushbuf *push, int subc, int mthd, int bin, in PUSH_MTHD()
103 PUSH_RESRC(struct nouveau_pushbuf *push, int subc, int mthd, int bin, in PUSH_RESRC()
112 BEGIN_NV04(struct nouveau_pushbuf *push, int subc, int mthd, int size) in BEGIN_NV04()
119 BEGIN_NI04(struct nouveau_pushbuf *push, int subc, int mthd, int size) in BEGIN_NI04()
136 #define SUBC_M2MF(mthd) 2, (mthd) argument
137 #define NV03_M2MF(mthd) SUBC_M2MF(NV03_M2MF_##mthd) argument
139 #define SUBC_SF2D(mthd) 3, (mthd) argument
[all …]
Dnv30_state.h14 #define SB_MTHD30(so, mthd, size) \ argument
16 #define SB_MTHD40(so, mthd, size) \ argument
/external/mesa3d/src/gallium/drivers/nvc0/
Dnvc0_winsys.h69 NVC0_FIFO_PKHDR_SQ(int subc, int mthd, unsigned size) in NVC0_FIFO_PKHDR_SQ()
75 NVC0_FIFO_PKHDR_NI(int subc, int mthd, unsigned size) in NVC0_FIFO_PKHDR_NI()
81 NVC0_FIFO_PKHDR_IL(int subc, int mthd, uint8_t data) in NVC0_FIFO_PKHDR_IL()
87 NVC0_FIFO_PKHDR_1I(int subc, int mthd, unsigned size) in NVC0_FIFO_PKHDR_1I()
107 BEGIN_NVC0(struct nouveau_pushbuf *push, int subc, int mthd, unsigned size) in BEGIN_NVC0()
116 BEGIN_NIC0(struct nouveau_pushbuf *push, int subc, int mthd, unsigned size) in BEGIN_NIC0()
125 BEGIN_1IC0(struct nouveau_pushbuf *push, int subc, int mthd, unsigned size) in BEGIN_1IC0()
134 IMMED_NVC0(struct nouveau_pushbuf *push, int subc, int mthd, uint8_t data) in IMMED_NVC0()
Dnvc0_surface.c83 uint32_t mthd = dst ? NVC0_2D_DST_FORMAT : NVC0_2D_SRC_FORMAT; in nvc0_2d_texture_set() local
/external/mesa3d/src/gallium/drivers/nouveau/
Dnouveau_video.h53 #define SUBC_MPEG(mthd) 1, mthd argument
54 #define NV31_MPEG(mthd) SUBC_MPEG(NV31_MPEG_##mthd) argument
55 #define NV84_MPEG(mthd) SUBC_MPEG(NV84_MPEG_##mthd) argument
58 NV04_FIFO_PKHDR(int subc, int mthd, unsigned size) in NV04_FIFO_PKHDR()
64 NV04_FIFO_PKHDR_NI(int subc, int mthd, unsigned size) in NV04_FIFO_PKHDR_NI()
70 BEGIN_NV04(struct nouveau_pushbuf *push, int subc, int mthd, unsigned size) in BEGIN_NV04()
77 BEGIN_NI04(struct nouveau_pushbuf *push, int subc, int mthd, unsigned size) in BEGIN_NI04()
84 PUSH_MTHDl(struct nouveau_pushbuf *push, int subc, int mthd, in PUSH_MTHDl()
Dnouveau_statebuf.h23 static INLINE uint32_t sb_header(unsigned subc, unsigned mthd, unsigned size) in sb_header()
/external/mesa3d/src/gallium/drivers/nv50/
Dnv50_winsys.h65 NV50_FIFO_PKHDR(int subc, int mthd, unsigned size) in NV50_FIFO_PKHDR()
71 NV50_FIFO_PKHDR_NI(int subc, int mthd, unsigned size) in NV50_FIFO_PKHDR_NI()
77 NV50_FIFO_PKHDR_L(int subc, int mthd) in NV50_FIFO_PKHDR_L()
97 BEGIN_NV04(struct nouveau_pushbuf *push, int subc, int mthd, unsigned size) in BEGIN_NV04()
106 BEGIN_NI04(struct nouveau_pushbuf *push, int subc, int mthd, unsigned size) in BEGIN_NI04()
116 BEGIN_NL50(struct nouveau_pushbuf *push, int subc, int mthd, uint32_t size) in BEGIN_NL50()
Dnv50_surface.c80 uint32_t mthd = dst ? NV50_2D_DST_FORMAT : NV50_2D_SRC_FORMAT; in nv50_2d_texture_set() local
/external/libdrm/nouveau/
Dnouveau.c97 uint32_t mthd, void *data, uint32_t size) in nouveau_object_mthd()
102 struct nvif_ioctl_mthd_v0 mthd; in nouveau_object_mthd() member