Searched refs:zbc_clear_depth (Results 1 – 9 of 9) sorted by relevance
/linux-5.19.10/drivers/gpu/drm/nouveau/nvkm/subdev/ltc/ |
D | base.c | 54 ltc->func->zbc_clear_depth(ltc, index, depth); in nvkm_ltc_zbc_depth_get() 102 ltc->func->zbc_clear_depth(ltc, i, ltc->zbc_depth[i]); in nvkm_ltc_init()
|
D | gp102.c | 41 .zbc_clear_depth = gm107_ltc_zbc_clear_depth,
|
D | gk104.c | 47 .zbc_clear_depth = gf100_ltc_zbc_clear_depth,
|
D | gm200.c | 54 .zbc_clear_depth = gm107_ltc_zbc_clear_depth,
|
D | gp10b.c | 55 .zbc_clear_depth = gm107_ltc_zbc_clear_depth,
|
D | gp100.c | 66 .zbc_clear_depth = gm107_ltc_zbc_clear_depth,
|
D | priv.h | 21 void (*zbc_clear_depth)(struct nvkm_ltc *, int, const u32); member
|
D | gm107.c | 142 .zbc_clear_depth = gm107_ltc_zbc_clear_depth,
|
D | gf100.c | 246 .zbc_clear_depth = gf100_ltc_zbc_clear_depth,
|