Home
last modified time | relevance | path

Searched refs:color0_layers (Results 1 - 2 of 2) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
H A Dnv50_surface.c584 int zs_layers = 0, color0_layers = 0; in nv50_clear() local
586 color0_layers = nv50_surface(fb->cbufs[0])->depth; in nv50_clear()
590 for (j = 0; j < MIN2(zs_layers, color0_layers); j++) { in nv50_clear()
598 for (k = j; k < color0_layers; k++) { in nv50_clear()
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_surface.c745 int zs_layers = 0, color0_layers = 0; in nvc0_clear() local
747 color0_layers = fb->cbufs[0]->u.tex.last_layer - in nvc0_clear()
753 for (j = 0; j < MIN2(zs_layers, color0_layers); j++) { in nvc0_clear()
761 for (k = j; k < color0_layers; k++) { in nvc0_clear()

Completed in 5 milliseconds