Searched refs:color0_layers (Results 1 – 2 of 2) sorted by relevance
732 int zs_layers = 0, color0_layers = 0; in nvc0_clear() local734 color0_layers = fb->cbufs[0]->u.tex.last_layer - in nvc0_clear()740 for (j = 0; j < MIN2(zs_layers, color0_layers); j++) { in nvc0_clear()748 for (k = j; k < color0_layers; k++) { in nvc0_clear()
571 int zs_layers = 0, color0_layers = 0; in nv50_clear() local573 color0_layers = nv50_surface(fb->cbufs[0])->depth; in nv50_clear()577 for (j = 0; j < MIN2(zs_layers, color0_layers); j++) { in nv50_clear()585 for (k = j; k < color0_layers; k++) { in nv50_clear()