Lines Matching full:ltc
67 struct nvkm_ltc *ltc = gr->base.engine.subdev.device->ltc; in gf100_gr_zbc_color_get() local
70 for (i = ltc->zbc_color_min; i <= ltc->zbc_color_max; i++) { in gf100_gr_zbc_color_get()
94 nvkm_ltc_zbc_color_get(ltc, zbc, l2); in gf100_gr_zbc_color_get()
114 struct nvkm_ltc *ltc = gr->base.engine.subdev.device->ltc; in gf100_gr_zbc_depth_get() local
117 for (i = ltc->zbc_depth_min; i <= ltc->zbc_depth_max; i++) { in gf100_gr_zbc_depth_get()
139 nvkm_ltc_zbc_depth_get(ltc, zbc, l2); in gf100_gr_zbc_depth_get()
1015 struct nvkm_ltc *ltc = gr->base.engine.subdev.device->ltc; in gf100_gr_zbc_init() local
1016 int index, c = ltc->zbc_color_min, d = ltc->zbc_depth_min, s = ltc->zbc_depth_min; in gf100_gr_zbc_init()
1032 for (index = c; index <= ltc->zbc_color_max; index++) in gf100_gr_zbc_init()
1034 for (index = d; index <= ltc->zbc_depth_max; index++) in gf100_gr_zbc_init()
1038 for (index = s; index <= ltc->zbc_depth_max; index++) in gf100_gr_zbc_init()