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

  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/gr/
nouveau_nvkm_engine_gr_gp102.c 35 gp102_gr_zbc_clear_stencil(struct gf100_gr *gr, int zbc)
38 const int znum = zbc - 1;
41 if (gr->zbc_stencil[zbc].format)
42 nvkm_wr32(device, 0x41815c + zoff, gr->zbc_stencil[zbc].ds);
45 gr->zbc_stencil[zbc].format << ((znum % 4) * 7));
53 int zbc = -ENOSPC, i; local in function:gp102_gr_zbc_stencil_get
67 zbc = (zbc < 0) ? i : zbc;
71 if (zbc < 0
    [all...]
gf100.h 146 void (*clear_color)(struct gf100_gr *, int zbc);
147 void (*clear_depth)(struct gf100_gr *, int zbc);
150 void (*clear_stencil)(struct gf100_gr *, int zbc);
196 const struct gf100_gr_func_zbc *zbc; member in struct:gf100_gr_func
nouveau_nvkm_engine_gr_gf100.c 56 gf100_gr_zbc_clear_color(struct gf100_gr *gr, int zbc)
59 if (gr->zbc_color[zbc].format) {
60 nvkm_wr32(device, 0x405804, gr->zbc_color[zbc].ds[0]);
61 nvkm_wr32(device, 0x405808, gr->zbc_color[zbc].ds[1]);
62 nvkm_wr32(device, 0x40580c, gr->zbc_color[zbc].ds[2]);
63 nvkm_wr32(device, 0x405810, gr->zbc_color[zbc].ds[3]);
65 nvkm_wr32(device, 0x405814, gr->zbc_color[zbc].format);
66 nvkm_wr32(device, 0x405820, zbc);
75 int zbc = -ENOSPC, i; local in function:gf100_gr_zbc_color_get
91 zbc = (zbc < 0) ? i : zbc
122 int zbc = -ENOSPC, i; local in function:gf100_gr_zbc_depth_get
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/ltc/
priv.h 21 int zbc; member in struct:nvkm_ltc_func

Completed in 15 milliseconds