Searched refs:zs_layers (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_surface.c723 int zs_layers = 0, color0_layers = 0; local in function:nvc0_clear
728 zs_layers = fb->zsbuf->u.tex.last_layer -
731 for (j = 0; j < MIN2(zs_layers, color0_layers); j++) {
735 for (k = j; k < zs_layers; k++) {
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nv50/
H A Dnv50_surface.c571 int zs_layers = 0, color0_layers = 0; local in function:nv50_clear
575 zs_layers = nv50_surface(fb->zsbuf)->depth;
577 for (j = 0; j < MIN2(zs_layers, color0_layers); j++) {
581 for (k = j; k < zs_layers; k++) {
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nv50/
H A Dnv50_surface.c584 int zs_layers = 0, color0_layers = 0; local in function:nv50_clear
588 zs_layers = nv50_surface(fb->zsbuf)->depth;
590 for (j = 0; j < MIN2(zs_layers, color0_layers); j++) {
594 for (k = j; k < zs_layers; k++) {
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_surface.c745 int zs_layers = 0, color0_layers = 0; local in function:nvc0_clear
750 zs_layers = fb->zsbuf->u.tex.last_layer -
753 for (j = 0; j < MIN2(zs_layers, color0_layers); j++) {
757 for (k = j; k < zs_layers; k++) {

Completed in 11 milliseconds