HomeSort by: relevance | last modified time | path
    Searched defs:mthd (Results 1 - 7 of 7) sorted by relevancy

  /xsrc/external/mit/xf86-video-nouveau/dist/src/
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);
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/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);
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nv50/
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/dist/src/gallium/drivers/nouveau/nvc0/
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/nv50/
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/nvc0/
nvc0_surface.c 91 uint32_t mthd = dst ? NV50_2D_DST_FORMAT : NV50_2D_SRC_FORMAT; local
118 BEGIN_NVC0(push, SUBC_2D(mthd), 2);
121 BEGIN_NVC0(push, SUBC_2D(mthd + 0x14), 5);
128 BEGIN_NVC0(push, SUBC_2D(mthd), 5);
134 BEGIN_NVC0(push, SUBC_2D(mthd + 0x18), 4);

Completed in 10 milliseconds