Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/gallium/drivers/nouveau/nv30/
H A Dnv30_winsys.h45 PUSH_MTHDl(struct nouveau_pushbuf *push, int subc, int mthd, int bin, in PUSH_MTHDl()
54 PUSH_MTHDo(struct nouveau_pushbuf *push, int subc, int mthd, int bin, in PUSH_MTHDo()
66 PUSH_MTHDs(struct nouveau_pushbuf *push, int subc, int mthd, int bin, in PUSH_MTHDs()
79 PUSH_MTHD(struct nouveau_pushbuf *push, int subc, int mthd, int bin, in PUSH_MTHD()
98 PUSH_RESRC(struct nouveau_pushbuf *push, int subc, int mthd, int bin, in PUSH_RESRC()
117 #define SUBC_M2MF(mthd) 2, (mthd) argument
118 #define NV03_M2MF(mthd) SUBC_M2MF(NV03_M2MF_##mthd) argument
120 #define SUBC_SF2D(mthd) 3, (mthd) argument
121 #define NV04_SF2D(mthd) SUBC_SF2D(NV04_SURFACE_2D_##mthd) argument
123 #define SUBC_SSWZ(mthd) 4, (mthd) argument
[all …]
H A Dnv30_state.h14 #define SB_MTHD30(so, mthd, size) \ argument
16 #define SB_MTHD35(so, mthd, size) \ argument
18 #define SB_MTHD40(so, mthd, size) \ argument
/aosp_15_r20/external/mesa3d/src/nouveau/headers/
H A Dnv_push.h77 NVC0_FIFO_PKHDR_SQ(int subc, int mthd, unsigned size) in NVC0_FIFO_PKHDR_SQ()
108 __push_mthd_size(struct nv_push *push, int subc, uint32_t mthd, unsigned size) in __push_mthd_size()
114 __push_mthd(struct nv_push *push, int subc, uint32_t mthd) in __push_mthd()
119 #define P_MTHD(push, class, mthd) __push_mthd(push, SUBC_##class, class##_##mthd) argument
122 NVC0_FIFO_PKHDR_IL(int subc, int mthd, uint16_t data) in NVC0_FIFO_PKHDR_IL()
129 __push_immd(struct nv_push *push, int subc, uint32_t mthd, uint32_t val) in __push_immd()
134 #define P_IMMD(push, class, mthd, args...) do { \ argument
146 NVC0_FIFO_PKHDR_1I(int subc, int mthd, unsigned size) in NVC0_FIFO_PKHDR_1I()
152 __push_1inc(struct nv_push *push, int subc, uint32_t mthd) in __push_1inc()
157 #define P_1INC(push, class, mthd) __push_1inc(push, SUBC_##class, class##_##mthd) argument
[all …]
H A Dnv_push.c44 uint32_t mthd = hdr >> 29; in nv_push_validate() local
84 uint32_t mthd = (hdr & 0xfff) << 2; in vk_push_print() local
/aosp_15_r20/external/mesa3d/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_winsys.h66 NVC0_FIFO_PKHDR_SQ(int subc, int mthd, unsigned size) in NVC0_FIFO_PKHDR_SQ()
72 NVC0_FIFO_PKHDR_NI(int subc, int mthd, unsigned size) in NVC0_FIFO_PKHDR_NI()
78 NVC0_FIFO_PKHDR_IL(int subc, int mthd, uint16_t data) in NVC0_FIFO_PKHDR_IL()
85 NVC0_FIFO_PKHDR_1I(int subc, int mthd, unsigned size) in NVC0_FIFO_PKHDR_1I()
105 BEGIN_NVC0(struct nouveau_pushbuf *push, int subc, int mthd, unsigned size) in BEGIN_NVC0()
114 BEGIN_NIC0(struct nouveau_pushbuf *push, int subc, int mthd, unsigned size) in BEGIN_NIC0()
123 BEGIN_1IC0(struct nouveau_pushbuf *push, int subc, int mthd, unsigned size) in BEGIN_1IC0()
132 IMMED_NVC0(struct nouveau_pushbuf *push, int subc, int mthd, uint16_t data) in IMMED_NVC0()
H A Dnvc0_surface.c96 uint32_t mthd = dst ? NV50_2D_DST_FORMAT : NV50_2D_SRC_FORMAT; in nvc0_2d_texture_set() local
/aosp_15_r20/external/mesa3d/src/gallium/drivers/nouveau/nv50/
H A Dnv50_winsys.h58 NV50_FIFO_PKHDR(int subc, int mthd, unsigned size) in NV50_FIFO_PKHDR()
64 NV50_FIFO_PKHDR_NI(int subc, int mthd, unsigned size) in NV50_FIFO_PKHDR_NI()
70 NV50_FIFO_PKHDR_L(int subc, int mthd) in NV50_FIFO_PKHDR_L()
91 BEGIN_NL50(struct nouveau_pushbuf *push, int subc, int mthd, uint32_t size) in BEGIN_NL50()
H A Dnv50_surface.c92 uint32_t mthd = dst ? NV50_2D_DST_FORMAT : NV50_2D_SRC_FORMAT; in nv50_2d_texture_set() local
/aosp_15_r20/external/mesa3d/src/gallium/drivers/nouveau/
H A Dnouveau_video.h54 PUSH_MTHDl(struct nouveau_pushbuf *push, int subc, int mthd, in PUSH_MTHDl()
66 #define SUBC_MPEG(mthd) 1, mthd argument
67 #define NV31_MPEG(mthd) SUBC_MPEG(NV31_MPEG_##mthd) argument
68 #define NV84_MPEG(mthd) SUBC_MPEG(NV84_MPEG_##mthd) argument
H A Dnouveau_winsys.h113 NV04_FIFO_PKHDR(int subc, int mthd, unsigned size) in NV04_FIFO_PKHDR()
119 NV04_FIFO_PKHDR_NI(int subc, int mthd, unsigned size) in NV04_FIFO_PKHDR_NI()
125 BEGIN_NV04(struct nouveau_pushbuf *push, int subc, int mthd, unsigned size) in BEGIN_NV04()
134 BEGIN_NI04(struct nouveau_pushbuf *push, int subc, int mthd, unsigned size) in BEGIN_NI04()
/aosp_15_r20/external/igt-gpu-tools/tests/
H A Dprime_nv_pcopy.c49 #define NV01_SUBC(subc, mthd) SUBC_##subc((NV01_SUBCHAN_##mthd)) argument
137 BEGIN_NV04(struct nouveau_pushbuf *push, int subc, int mthd, int size) in BEGIN_NV04()
143 BEGIN_NI04(struct nouveau_pushbuf *push, int subc, int mthd, int size) in BEGIN_NI04()
149 BEGIN_NVC0(struct nouveau_pushbuf *push, int subc, int mthd, int size) in BEGIN_NVC0()
155 BEGIN_NVXX(struct nouveau_pushbuf *push, int subc, int mthd, int size) in BEGIN_NVXX()
/aosp_15_r20/external/mesa3d/src/nouveau/drm-shim/
H A Dnouveau_noop.c195 struct nvif_ioctl_mthd_v0 mthd; in nouveau_ioctl_nvif() member
196 } *mthd = (void *)args; in nouveau_ioctl_nvif() local
/aosp_15_r20/external/mesa3d/src/nouveau/mme/
H A Dmme_tu104.c401 uint32_t mthd = imm << 2; in mme_tu104_print_alu() local
506 uint32_t mthd = (imm & 0xfff) << 2; in mme_tu104_print_out() local
H A Dmme_fermi_sim.c20 unsigned mthd:16; member
23 } mthd; member
H A Dmme_sim.h17 void (*mthd)(void *handler, uint16_t addr, uint32_t data); member
H A Dmme_tu104_sim.c21 unsigned mthd:16; member
27 } mthd; member
H A Dmme_builder.h568 mme_mthd_arr(struct mme_builder *b, uint16_t mthd, in mme_mthd_arr()
580 mme_mthd(struct mme_builder *b, uint16_t mthd) in mme_mthd()
H A Dmme_tu104.h150 enum mme_tu104_out_op mthd; member
H A Dmme_tu104_builder.c499 mme_tu104_mthd(struct mme_builder *b, uint16_t mthd, struct mme_value index) in mme_tu104_mthd()
H A Dmme_fermi_builder.c135 uint16_t mthd, struct mme_value index) in mme_fermi_mthd_arr()
/aosp_15_r20/external/libdrm/nouveau/
H A Dnouveau.c109 uint32_t mthd, void *data, uint32_t size) in nouveau_object_mthd()
114 struct nvif_ioctl_mthd_v0 mthd; in nouveau_object_mthd() member
/aosp_15_r20/external/mesa3d/src/nouveau/winsys/
H A Dnouveau_device.c208 struct nvif_ioctl_mthd_v0 mthd; in nouveau_ws_device_info() member
/aosp_15_r20/external/mesa3d/src/nouveau/vulkan/
H A Dnvk_mme.h220 uint16_t mthd; member
H A Dnvk_cmd_draw.c3403 uint16_t mthd, in nvk_mme_set_cb0_mthd()
3438 const uint16_t mthd = NV9097_SET_MME_SHADOW_SCRATCH(scratch); in nvk_mme_set_cb0_scratch() local
/aosp_15_r20/external/mesa3d/src/gallium/winsys/nouveau/drm/
H A Dnouveau.c338 struct nvif_ioctl_mthd_v0 mthd; in nouveau_device_info() member