Searched refs:zoff (Results 1 – 2 of 2) sorted by relevance
/drivers/gpu/drm/nouveau/nvkm/engine/gr/ |
D | gp100.c | 37 const u32 zoff = znum * 4; in gp100_gr_zbc_clear_color() local 40 nvkm_wr32(device, 0x418010 + zoff, gr->zbc_color[zbc].ds[0]); in gp100_gr_zbc_clear_color() 41 nvkm_wr32(device, 0x41804c + zoff, gr->zbc_color[zbc].ds[1]); in gp100_gr_zbc_clear_color() 42 nvkm_wr32(device, 0x418088 + zoff, gr->zbc_color[zbc].ds[2]); in gp100_gr_zbc_clear_color() 43 nvkm_wr32(device, 0x4180c4 + zoff, gr->zbc_color[zbc].ds[3]); in gp100_gr_zbc_clear_color() 56 const u32 zoff = znum * 4; in gp100_gr_zbc_clear_depth() local 59 nvkm_wr32(device, 0x418110 + zoff, gr->zbc_depth[zbc].ds); in gp100_gr_zbc_clear_depth()
|
D | gp102.c | 34 const u32 zoff = znum * 4; in gp102_gr_zbc_clear_stencil() local 37 nvkm_wr32(device, 0x41815c + zoff, gr->zbc_stencil[zbc].ds); in gp102_gr_zbc_clear_stencil()
|