Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_surface.c571 int zs_layers = 0, color0_layers = 0; in nv50_clear() local
575 zs_layers = nv50_surface(fb->zsbuf)->depth; in nv50_clear()
577 for (j = 0; j < MIN2(zs_layers, color0_layers); j++) { in nv50_clear()
581 for (k = j; k < zs_layers; k++) { in nv50_clear()
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_surface.c730 int zs_layers = 0, color0_layers = 0; in nvc0_clear() local
735 zs_layers = fb->zsbuf->u.tex.last_layer - in nvc0_clear()
738 for (j = 0; j < MIN2(zs_layers, color0_layers); j++) { in nvc0_clear()
742 for (k = j; k < zs_layers; k++) { in nvc0_clear()