Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_surface.c732 int zs_layers = 0, color0_layers = 0; in nvc0_clear() local
734 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()
/external/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_surface.c571 int zs_layers = 0, color0_layers = 0; in nv50_clear() local
573 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()