Lines Matching full:goto
705 case GGL_NEVER: goto discard;
706 case GGL_LESS: if (alpha<ref) break; goto discard;
707 case GGL_EQUAL: if (alpha==ref) break; goto discard;
708 case GGL_LEQUAL: if (alpha<=ref) break; goto discard;
709 case GGL_GREATER: if (alpha>ref) break; goto discard;
710 case GGL_NOTEQUAL: if (alpha!=ref) break; goto discard;
711 case GGL_GEQUAL: if (alpha>=ref) break; goto discard;
723 case GGL_NEVER: goto discard;
724 case GGL_LESS: if (zz<depth) break; goto discard;
725 case GGL_EQUAL: if (zz==depth) break; goto discard;
726 case GGL_LEQUAL: if (zz<=depth) break; goto discard;
727 case GGL_GREATER: if (zz>depth) break; goto discard;
728 case GGL_NOTEQUAL: if (zz!=depth) break; goto discard;
729 case GGL_GEQUAL: if (zz>=depth) break; goto discard;
1202 goto no_perspective;
1217 goto finish;
1307 goto last_one;