Home
last modified time | relevance | path

Searched refs:mthd (Results 1 – 13 of 13) 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() argument
105 nouveau_bufctx_mthd(BUFCTX(push), bin, (1 << 18) | (subc << 13) | mthd, in PUSH_MTHDl()
111 PUSH_MTHDs(struct nouveau_pushbuf *push, int subc, int mthd, int bin, in PUSH_MTHDs() argument
115 nouveau_bufctx_mthd(BUFCTX(push), bin, (1 << 18) | (subc << 13) | mthd, in PUSH_MTHDs()
125 PUSH_MTHD(struct nouveau_pushbuf *push, int subc, int mthd, int bin, in PUSH_MTHD() argument
129 nouveau_bufctx_mthd(BUFCTX(push), bin, (1 << 18) | (subc << 13) | mthd, in PUSH_MTHD()
146 BEGIN_NV04(struct nouveau_pushbuf *push, int subc, int mthd, int size) in BEGIN_NV04() argument
149 PUSH_DATA (push, 0x00000000 | (size << 18) | (subc << 13) | mthd); in BEGIN_NV04()
153 BEGIN_NI04(struct nouveau_pushbuf *push, int subc, int mthd, int size) in BEGIN_NI04() argument
156 PUSH_DATA (push, 0x40000000 | (size << 18) | (subc << 13) | mthd); in BEGIN_NI04()
[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() argument
53 nouveau_bufctx_mthd(bufctx(push), bin, (1 << 18) | (subc << 13) | mthd, in PUSH_MTHDl()
59 PUSH_MTHDo(struct nouveau_pushbuf *push, int subc, int mthd, int bin, in PUSH_MTHDo() argument
62 nouveau_bufctx_mthd(bufctx(push), bin, (1 << 18) | (subc << 13) | mthd, in PUSH_MTHDo()
71 PUSH_MTHDs(struct nouveau_pushbuf *push, int subc, int mthd, int bin, in PUSH_MTHDs() argument
75 nouveau_bufctx_mthd(bufctx(push), bin, (1 << 18) | (subc << 13) | mthd, in PUSH_MTHDs()
84 PUSH_MTHD(struct nouveau_pushbuf *push, int subc, int mthd, int bin, in PUSH_MTHD() argument
89 nouveau_bufctx_mthd(bufctx(push), bin, (1 << 18) | (subc << 13) | mthd, in PUSH_MTHD()
103 PUSH_RESRC(struct nouveau_pushbuf *push, int subc, int mthd, int bin, in PUSH_RESRC() argument
107 PUSH_MTHD(push, subc, mthd, bin, r->bo, r->offset + data, in PUSH_RESRC()
[all …]
Dnv30_state.h14 #define SB_MTHD30(so, mthd, size) \ argument
15 SB_DATA((so), ((size) << 18) | (7 << 13) | NV30_3D_##mthd)
16 #define SB_MTHD40(so, mthd, size) \ argument
17 SB_DATA((so), ((size) << 18) | (7 << 13) | NV40_3D_##mthd)
/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() argument
60 return 0x00000000 | (size << 18) | (subc << 13) | mthd; in NV04_FIFO_PKHDR()
64 NV04_FIFO_PKHDR_NI(int subc, int mthd, unsigned size) in NV04_FIFO_PKHDR_NI() argument
66 return 0x40000000 | (size << 18) | (subc << 13) | mthd; in NV04_FIFO_PKHDR_NI()
70 BEGIN_NV04(struct nouveau_pushbuf *push, int subc, int mthd, unsigned size) in BEGIN_NV04() argument
73 PUSH_DATA (push, NV04_FIFO_PKHDR(subc, mthd, size)); in BEGIN_NV04()
77 BEGIN_NI04(struct nouveau_pushbuf *push, int subc, int mthd, unsigned size) in BEGIN_NI04() argument
[all …]
Dnouveau_statebuf.h23 static INLINE uint32_t sb_header(unsigned subc, unsigned mthd, unsigned size) in sb_header() argument
25 return (size << 18) | (subc << 13) | mthd; in sb_header()
/external/mesa3d/src/gallium/drivers/nvc0/
Dnvc0_winsys.h69 NVC0_FIFO_PKHDR_SQ(int subc, int mthd, unsigned size) in NVC0_FIFO_PKHDR_SQ() argument
71 return 0x20000000 | (size << 16) | (subc << 13) | (mthd >> 2); in NVC0_FIFO_PKHDR_SQ()
75 NVC0_FIFO_PKHDR_NI(int subc, int mthd, unsigned size) in NVC0_FIFO_PKHDR_NI() argument
77 return 0x60000000 | (size << 16) | (subc << 13) | (mthd >> 2); in NVC0_FIFO_PKHDR_NI()
81 NVC0_FIFO_PKHDR_IL(int subc, int mthd, uint8_t data) in NVC0_FIFO_PKHDR_IL() argument
83 return 0x80000000 | (data << 16) | (subc << 13) | (mthd >> 2); in NVC0_FIFO_PKHDR_IL()
87 NVC0_FIFO_PKHDR_1I(int subc, int mthd, unsigned size) in NVC0_FIFO_PKHDR_1I() argument
89 return 0xa0000000 | (size << 16) | (subc << 13) | (mthd >> 2); in NVC0_FIFO_PKHDR_1I()
107 BEGIN_NVC0(struct nouveau_pushbuf *push, int subc, int mthd, unsigned size) in BEGIN_NVC0() argument
112 PUSH_DATA (push, NVC0_FIFO_PKHDR_SQ(subc, mthd, size)); in BEGIN_NVC0()
[all …]
Dnvc0_surface.c83 uint32_t mthd = dst ? NVC0_2D_DST_FORMAT : NVC0_2D_SRC_FORMAT; in nvc0_2d_texture_set() local
110 BEGIN_NVC0(push, SUBC_2D(mthd), 2); in nvc0_2d_texture_set()
113 BEGIN_NVC0(push, SUBC_2D(mthd + 0x14), 5); in nvc0_2d_texture_set()
120 BEGIN_NVC0(push, SUBC_2D(mthd), 5); in nvc0_2d_texture_set()
126 BEGIN_NVC0(push, SUBC_2D(mthd + 0x18), 4); in nvc0_2d_texture_set()
/external/mesa3d/src/gallium/drivers/nv50/
Dnv50_winsys.h65 NV50_FIFO_PKHDR(int subc, int mthd, unsigned size) in NV50_FIFO_PKHDR() argument
67 return 0x00000000 | (size << 18) | (subc << 13) | mthd; in NV50_FIFO_PKHDR()
71 NV50_FIFO_PKHDR_NI(int subc, int mthd, unsigned size) in NV50_FIFO_PKHDR_NI() argument
73 return 0x40000000 | (size << 18) | (subc << 13) | mthd; in NV50_FIFO_PKHDR_NI()
77 NV50_FIFO_PKHDR_L(int subc, int mthd) in NV50_FIFO_PKHDR_L() argument
79 return 0x00030000 | (subc << 13) | mthd; in NV50_FIFO_PKHDR_L()
97 BEGIN_NV04(struct nouveau_pushbuf *push, int subc, int mthd, unsigned size) in BEGIN_NV04() argument
102 PUSH_DATA (push, NV50_FIFO_PKHDR(subc, mthd, size)); in BEGIN_NV04()
106 BEGIN_NI04(struct nouveau_pushbuf *push, int subc, int mthd, unsigned size) in BEGIN_NI04() argument
111 PUSH_DATA (push, NV50_FIFO_PKHDR_NI(subc, mthd, size)); in BEGIN_NI04()
[all …]
Dnv50_surface.c80 uint32_t mthd = dst ? NV50_2D_DST_FORMAT : NV50_2D_SRC_FORMAT; in nv50_2d_texture_set() local
103 BEGIN_NV04(push, SUBC_2D(mthd), 2); in nv50_2d_texture_set()
106 BEGIN_NV04(push, SUBC_2D(mthd + 0x14), 5); in nv50_2d_texture_set()
113 BEGIN_NV04(push, SUBC_2D(mthd), 5); in nv50_2d_texture_set()
119 BEGIN_NV04(push, SUBC_2D(mthd + 0x18), 4); in nv50_2d_texture_set()
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/roboto/
Dparam.py63 mthd = getattr(cls, 'convert_'+param.ptype)
65 mthd = cls.convert_string
66 return mthd(param, value)
Dawsqueryrequest.py101 mthd = getattr(cls, 'encode_'+p.ptype)
102 mthd(p, rp, v, label)
/external/libdrm/nouveau/
Dnouveau.c97 uint32_t mthd, void *data, uint32_t size) in nouveau_object_mthd() argument
102 struct nvif_ioctl_mthd_v0 mthd; in nouveau_object_mthd() member
119 args->mthd.version = 0; in nouveau_object_mthd()
120 args->mthd.method = mthd; in nouveau_object_mthd()
122 memcpy(args->mthd.data, data, size); in nouveau_object_mthd()
124 memcpy(data, args->mthd.data, size); in nouveau_object_mthd()
Dnouveau.h36 int nouveau_object_mthd(struct nouveau_object *, uint32_t mthd,