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

  /src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvkm/subdev/
ltc.h 11 struct nvkm_ltc { struct
31 int nvkm_ltc_zbc_color_get(struct nvkm_ltc *, int index, const u32[4]);
32 int nvkm_ltc_zbc_depth_get(struct nvkm_ltc *, int index, const u32);
33 int nvkm_ltc_zbc_stencil_get(struct nvkm_ltc *, int index, const u32);
35 void nvkm_ltc_invalidate(struct nvkm_ltc *);
36 void nvkm_ltc_flush(struct nvkm_ltc *);
38 int gf100_ltc_new(struct nvkm_device *, int, struct nvkm_ltc **);
39 int gk104_ltc_new(struct nvkm_device *, int, struct nvkm_ltc **);
40 int gk20a_ltc_new(struct nvkm_device *, int, struct nvkm_ltc **);
41 int gm107_ltc_new(struct nvkm_device *, int, struct nvkm_ltc **);
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/ltc/
nouveau_nvkm_subdev_ltc_base.c 36 struct nvkm_ltc *ltc = device->ltc;
48 nvkm_ltc_zbc_color_get(struct nvkm_ltc *ltc, int index, const u32 color[4])
56 nvkm_ltc_zbc_depth_get(struct nvkm_ltc *ltc, int index, const u32 depth)
64 nvkm_ltc_zbc_stencil_get(struct nvkm_ltc *ltc, int index, const u32 stencil)
72 nvkm_ltc_invalidate(struct nvkm_ltc *ltc)
79 nvkm_ltc_flush(struct nvkm_ltc *ltc)
88 struct nvkm_ltc *ltc = nvkm_ltc(subdev);
95 struct nvkm_ltc *ltc = nvkm_ltc(subdev)
125 nvkm_ltc = { variable in typeref:typename:const struct nvkm_subdev_func
    [all...]
priv.h 6 #define nvkm_ltc(p) container_of((p), struct nvkm_ltc, subdev) macro
11 int index, struct nvkm_ltc **);
14 int (*oneinit)(struct nvkm_ltc *);
15 void (*init)(struct nvkm_ltc *);
16 void (*intr)(struct nvkm_ltc *);
18 void (*cbc_clear)(struct nvkm_ltc *, u32 start, u32 limit);
19 void (*cbc_wait)(struct nvkm_ltc *);
22 void (*zbc_clear_color)(struct nvkm_ltc *, int, const u32[4]);
23 void (*zbc_clear_depth)(struct nvkm_ltc *, int, const u32)
    [all...]

Completed in 14 milliseconds