Home | History | Annotate | Download | only in pixelflinger2

Lines Matching full:zcmp

373 //         bool zCmp = true;
377 // zCmp = false;
380 // zCmp = z < *depth;
383 // zCmp = z == *depth;
386 // zCmp = z <= *depth;
389 // zCmp = z > *depth;
392 // zCmp = z != *depth;
395 // zCmp = z >= *depth;
398 // zCmp = true;
405 // if (!DepthTest || zCmp) {