Home
last modified time | relevance | path

Searched refs:FRAG_ONLY (Results 1 – 14 of 14) sorted by relevance

/dports/net-mgmt/argus3-clients/argus-clients-3.0.8.3/include/argus/
H A Dcons_def.h140 #define FRAG_ONLY 0x0010 macro
/dports/net-mgmt/argus3/argus-3.0.8.2/include/argus/
H A Dcons_def.h140 #define FRAG_ONLY 0x0010 macro
/dports/net-mgmt/argus3-clients/argus-clients-3.0.8.3/common/
H A Dgrammar.y126 %token TK_BROADCAST TK_MULTICAST FRAG FRAG_ONLY
390 | FRAG_ONLY { $$ = Q_FRAG_ONLY; }
H A Dscanner.l291 fragonly return FRAG_ONLY;
/dports/net-mgmt/argus3/argus-3.0.8.2/common/
H A Dgrammar.y125 %token TK_BROADCAST TK_MULTICAST FRAG FRAG_ONLY
389 | FRAG_ONLY { $$ = Q_FRAG_ONLY; }
H A Dscanner.l298 fragonly return FRAG_ONLY;
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/angle/src/compiler/translator/
H A Dglslang.y128 #define FRAG_ONLY(S, L) { \ macro
1492 FRAG_ONLY("discard", @1);
H A Dglslang_tab.cpp389 #define FRAG_ONLY(S, L) { \ macro
4855 FRAG_ONLY("discard", (yylsp[-1])); in yyparse()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/swiftshader/src/OpenGL/compiler/
H A Dglslang.y138 #define FRAG_ONLY(S, L) { \ macro
1590 FRAG_ONLY("discard", @1);
H A Dglslang_tab.cpp374 #define FRAG_ONLY(S, L) { \ macro
4815 FRAG_ONLY("discard", (yylsp[-1])); in yyparse()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/src/OpenGL/compiler/
H A Dglslang.y138 #define FRAG_ONLY(S, L) { \ macro
1590 FRAG_ONLY("discard", @1);
H A Dglslang_tab.cpp374 #define FRAG_ONLY(S, L) { \ macro
4815 FRAG_ONLY("discard", (yylsp[-1])); in yyparse()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/ThirdParty/ANGLE/src/compiler/
H A Dglslang.y87 #define FRAG_ONLY(S, L) { \ macro
1937 FRAG_ONLY("discard", $1.line);
H A Dglslang_tab.cpp359 #define FRAG_ONLY(S, L) { \ macro
4344 FRAG_ONLY("discard", (yyvsp[(1) - (2)].lex).line);