Home
last modified time | relevance | path

Searched refs:compileOptions (Results 1 – 25 of 2821) sorted by relevance

12345678910>>...113

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/src/tests/compiler_tests/
H A DExpressionLimit_test.cpp267 compileOptions, nullptr)); in TEST_F()
271 compileOptions, kExpressionTooComplex)); in TEST_F()
290 compileOptions, nullptr)); in TEST_F()
295 compileOptions, kExpressionTooComplex)); in TEST_F()
314 compileOptions, nullptr)); in TEST_F()
318 compileOptions, kCallStackTooDeep)); in TEST_F()
336 compileOptions, nullptr)); in TEST_F()
340 compileOptions, kCallStackTooDeep)); in TEST_F()
353 ShCompileOptions compileOptions = 0; in TEST_F() local
561 compileOptions, nullptr)); in TEST_F()
[all …]
/dports/devel/doxygen/doxygen-1.9.3/src/
H A Dlayout.cpp35 inline QCString compileOptions(const QCString &def) in compileOptions() function
40 inline QCString compileOptions(const QCString &def,SrcLangExt langId1,const QCString &value1) in compileOptions() function
42 return compileOptions(def)+"|"+QCString().setNum(langId1)+"="+value1; in compileOptions()
45 inline QCString compileOptions(const QCString &def,SrcLangExt langId1,const QCString &value1, in compileOptions() function
48 return compileOptions(def,langId1,value1)+ in compileOptions()
52 inline QCString compileOptions(const QCString &def,SrcLangExt langId1,const QCString &value1, in compileOptions() function
56 return compileOptions(def,langId1,value1,langId2,value2)+ in compileOptions()
60 inline QCString compileOptions(const QCString &def,SrcLangExt langId1,const QCString &value1, in compileOptions() function
65 return compileOptions(def,langId1,value1,langId2,value2,langId3,value3)+ in compileOptions()
69 inline QCString compileOptions(const QCString &def,SrcLangExt langId1,const QCString &value1, in compileOptions() function
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/angle/src/tests/compiler_tests/
H A DExpressionLimit_test.cpp222 compileOptions, NULL));
250 compileOptions, NULL));
278 compileOptions, NULL));
306 compileOptions, NULL));
327 ShCompileOptions compileOptions = 0;
488 compileOptions, kHasRecursion));
492 compileOptions, kHasRecursion));
496 compileOptions, kHasRecursion));
500 compileOptions, kHasRecursion));
529 compileOptions, NULL));
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/src/compiler/translator/
H A DCompiler.cpp124 ShCompileOptions compileOptions) in RemoveInvariant() argument
315 (compileOptions & SH_VALIDATE_LOOP_INDEXING); in shouldRunLoopAndIndexingValidation()
346 mCompileOptions = compileOptions; in compileTreeImpl()
381 if (compileOptions & SH_SOURCE_PATH) in compileTreeImpl()
645 if (compileOptions & SH_REWRITE_DO_WHILE_LOOPS) in checkAndSimplifyAST()
661 if (compileOptions & SH_UNFOLD_SHORT_CIRCUIT) in checkAndSimplifyAST()
677 if (compileOptions & SH_REGENERATE_STRUCT_NAMES) in checkAndSimplifyAST()
793 if (shouldCollectVariables(compileOptions)) in checkAndSimplifyAST()
973 if (compileOptions & SH_INTERMEDIATE_TREE) in compile()
978 if (compileOptions & SH_OBJECT_CODE) in compile()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/angle/checkout/src/compiler/translator/
H A DCompiler.cpp124 ShCompileOptions compileOptions) in RemoveInvariant() argument
315 (compileOptions & SH_VALIDATE_LOOP_INDEXING); in shouldRunLoopAndIndexingValidation()
346 mCompileOptions = compileOptions; in compileTreeImpl()
381 if (compileOptions & SH_SOURCE_PATH) in compileTreeImpl()
645 if (compileOptions & SH_REWRITE_DO_WHILE_LOOPS) in checkAndSimplifyAST()
661 if (compileOptions & SH_UNFOLD_SHORT_CIRCUIT) in checkAndSimplifyAST()
677 if (compileOptions & SH_REGENERATE_STRUCT_NAMES) in checkAndSimplifyAST()
793 if (shouldCollectVariables(compileOptions)) in checkAndSimplifyAST()
973 if (compileOptions & SH_INTERMEDIATE_TREE) in compile()
978 if (compileOptions & SH_OBJECT_CODE) in compile()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/angle/src/compiler/translator/
H A DCompiler.cpp123 ShCompileOptions compileOptions) in RemoveInvariant() argument
314 (compileOptions & SH_VALIDATE_LOOP_INDEXING); in shouldRunLoopAndIndexingValidation()
345 mCompileOptions = compileOptions; in compileTreeImpl()
380 if (compileOptions & SH_SOURCE_PATH) in compileTreeImpl()
644 if (compileOptions & SH_REWRITE_DO_WHILE_LOOPS) in checkAndSimplifyAST()
660 if (compileOptions & SH_UNFOLD_SHORT_CIRCUIT) in checkAndSimplifyAST()
676 if (compileOptions & SH_REGENERATE_STRUCT_NAMES) in checkAndSimplifyAST()
792 if (shouldCollectVariables(compileOptions)) in checkAndSimplifyAST()
962 if (compileOptions & SH_INTERMEDIATE_TREE) in compile()
967 if (compileOptions & SH_OBJECT_CODE) in compile()
[all …]
H A DTranslatorGLSL.cpp28 if (compileOptions & SH_EMULATE_ABS_INT_FUNCTION) in initBuiltInFunctionEmulator()
33 if (compileOptions & SH_EMULATE_ISNAN_FLOAT_FUNCTION) in initBuiltInFunctionEmulator()
38 if (compileOptions & SH_EMULATE_ATAN2_FLOAT_FUNCTION) in initBuiltInFunctionEmulator()
48 ShCompileOptions compileOptions, in translate() argument
57 writeExtensionBehavior(root, compileOptions); in translate()
61 writePragma(compileOptions); in translate()
67 if ((compileOptions & SH_FLATTEN_PRAGMA_STDGL_INVARIANT_ALL) != 0 && in translate()
104 if ((compileOptions & SH_REWRITE_FLOAT_UNARY_MINUS_OPERATOR) != 0) in translate()
221 compileOptions); in translate()
237 return (compileOptions & SH_FLATTEN_PRAGMA_STDGL_INVARIANT_ALL) || in shouldCollectVariables()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/src/libANGLE/renderer/vulkan/
H A DShaderVk.cpp28 ShCompileOptions compileOptions = 0; in compile() local
38 compileOptions |= SH_INITIALIZE_UNINITIALIZED_LOCALS; in compile()
42 compileOptions |= SH_INIT_OUTPUT_VARIABLES; in compile()
48 compileOptions |= SH_CLAMP_POINT_SIZE; in compile()
53 compileOptions |= SH_ADD_BRESENHAM_LINE_RASTER_EMULATION; in compile()
58 compileOptions |= SH_EMULATE_SEAMFUL_CUBE_MAP_SAMPLING; in compile()
63 compileOptions |= SH_USE_OLD_REWRITE_STRUCT_SAMPLERS; in compile()
68 compileOptions |= SH_IGNORE_PRECISION_QUALIFIERS; in compile()
73 compileOptions |= SH_EARLY_FRAGMENT_TESTS_OPTIMIZATION; in compile()
81 compileOptions |= SH_ADD_PRE_ROTATION; in compile()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/gfx/angle/checkout/src/compiler/translator/
H A DCompiler.cpp126 ShCompileOptions compileOptions) in RemoveInvariant() argument
355 mCompileOptions = compileOptions; in compileTreeImpl()
390 if ((compileOptions & SH_SOURCE_PATH) != 0) in compileTreeImpl()
709 if ((compileOptions & SH_REWRITE_DO_WHILE_LOOPS) != 0) in checkAndSimplifyAST()
725 if ((compileOptions & SH_UNFOLD_SHORT_CIRCUIT) != 0) in checkAndSimplifyAST()
855 if (shouldCollectVariables(compileOptions)) in checkAndSimplifyAST()
910 ((compileOptions & SH_INIT_GL_POSITION) != 0 || in checkAndSimplifyAST()
1027 ShCompileOptions compileOptions = compileOptionsIn; in compile() local
1041 if ((compileOptions & SH_INTERMEDIATE_TREE) != 0) in compile()
1046 if ((compileOptions & SH_OBJECT_CODE) != 0) in compile()
[all …]
/dports/www/firefox/firefox-99.0/gfx/angle/checkout/src/compiler/translator/
H A DCompiler.cpp126 ShCompileOptions compileOptions) in RemoveInvariant() argument
355 mCompileOptions = compileOptions; in compileTreeImpl()
390 if ((compileOptions & SH_SOURCE_PATH) != 0) in compileTreeImpl()
709 if ((compileOptions & SH_REWRITE_DO_WHILE_LOOPS) != 0) in checkAndSimplifyAST()
725 if ((compileOptions & SH_UNFOLD_SHORT_CIRCUIT) != 0) in checkAndSimplifyAST()
855 if (shouldCollectVariables(compileOptions)) in checkAndSimplifyAST()
910 ((compileOptions & SH_INIT_GL_POSITION) != 0 || in checkAndSimplifyAST()
1027 ShCompileOptions compileOptions = compileOptionsIn; in compile() local
1041 if ((compileOptions & SH_INTERMEDIATE_TREE) != 0) in compile()
1046 if ((compileOptions & SH_OBJECT_CODE) != 0) in compile()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/angle/checkout/src/compiler/translator/
H A DCompiler.cpp126 ShCompileOptions compileOptions) in RemoveInvariant() argument
355 mCompileOptions = compileOptions; in compileTreeImpl()
390 if ((compileOptions & SH_SOURCE_PATH) != 0) in compileTreeImpl()
709 if ((compileOptions & SH_REWRITE_DO_WHILE_LOOPS) != 0) in checkAndSimplifyAST()
725 if ((compileOptions & SH_UNFOLD_SHORT_CIRCUIT) != 0) in checkAndSimplifyAST()
855 if (shouldCollectVariables(compileOptions)) in checkAndSimplifyAST()
910 ((compileOptions & SH_INIT_GL_POSITION) != 0 || in checkAndSimplifyAST()
1027 ShCompileOptions compileOptions = compileOptionsIn; in compile() local
1041 if ((compileOptions & SH_INTERMEDIATE_TREE) != 0) in compile()
1046 if ((compileOptions & SH_OBJECT_CODE) != 0) in compile()
[all …]
/dports/databases/qt5-sqldrivers-sqlite3/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/compiler/translator/
H A DTranslatorGLSL.cpp29 if (compileOptions & SH_EMULATE_ABS_INT_FUNCTION) in initBuiltInFunctionEmulator()
34 if (compileOptions & SH_EMULATE_ISNAN_FLOAT_FUNCTION) in initBuiltInFunctionEmulator()
39 if (compileOptions & SH_EMULATE_ATAN2_FLOAT_FUNCTION) in initBuiltInFunctionEmulator()
49 ShCompileOptions compileOptions, in translate() argument
58 writeExtensionBehavior(root, compileOptions); in translate()
62 writePragma(compileOptions); in translate()
68 if ((compileOptions & SH_FLATTEN_PRAGMA_STDGL_INVARIANT_ALL) != 0 && in translate()
102 if ((compileOptions & SH_REWRITE_FLOAT_UNARY_MINUS_OPERATOR) != 0) in translate()
215 compileOptions); in translate()
217 if (compileOptions & SH_TRANSLATE_VIEWID_OVR_TO_UNIFORM) in translate()
[all …]
/dports/databases/qt5-sqldrivers-tds/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/compiler/translator/
H A DTranslatorGLSL.cpp29 if (compileOptions & SH_EMULATE_ABS_INT_FUNCTION) in initBuiltInFunctionEmulator()
34 if (compileOptions & SH_EMULATE_ISNAN_FLOAT_FUNCTION) in initBuiltInFunctionEmulator()
39 if (compileOptions & SH_EMULATE_ATAN2_FLOAT_FUNCTION) in initBuiltInFunctionEmulator()
49 ShCompileOptions compileOptions, in translate() argument
58 writeExtensionBehavior(root, compileOptions); in translate()
62 writePragma(compileOptions); in translate()
68 if ((compileOptions & SH_FLATTEN_PRAGMA_STDGL_INVARIANT_ALL) != 0 && in translate()
102 if ((compileOptions & SH_REWRITE_FLOAT_UNARY_MINUS_OPERATOR) != 0) in translate()
215 compileOptions); in translate()
217 if (compileOptions & SH_TRANSLATE_VIEWID_OVR_TO_UNIFORM) in translate()
[all …]
/dports/devel/qt5-qmake/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/compiler/translator/
H A DTranslatorGLSL.cpp29 if (compileOptions & SH_EMULATE_ABS_INT_FUNCTION) in initBuiltInFunctionEmulator()
34 if (compileOptions & SH_EMULATE_ISNAN_FLOAT_FUNCTION) in initBuiltInFunctionEmulator()
39 if (compileOptions & SH_EMULATE_ATAN2_FLOAT_FUNCTION) in initBuiltInFunctionEmulator()
49 ShCompileOptions compileOptions, in translate() argument
58 writeExtensionBehavior(root, compileOptions); in translate()
62 writePragma(compileOptions); in translate()
68 if ((compileOptions & SH_FLATTEN_PRAGMA_STDGL_INVARIANT_ALL) != 0 && in translate()
102 if ((compileOptions & SH_REWRITE_FLOAT_UNARY_MINUS_OPERATOR) != 0) in translate()
215 compileOptions); in translate()
217 if (compileOptions & SH_TRANSLATE_VIEWID_OVR_TO_UNIFORM) in translate()
[all …]
/dports/databases/qt5-sqldrivers-mysql/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/compiler/translator/
H A DTranslatorGLSL.cpp29 if (compileOptions & SH_EMULATE_ABS_INT_FUNCTION) in initBuiltInFunctionEmulator()
34 if (compileOptions & SH_EMULATE_ISNAN_FLOAT_FUNCTION) in initBuiltInFunctionEmulator()
39 if (compileOptions & SH_EMULATE_ATAN2_FLOAT_FUNCTION) in initBuiltInFunctionEmulator()
49 ShCompileOptions compileOptions, in translate() argument
58 writeExtensionBehavior(root, compileOptions); in translate()
62 writePragma(compileOptions); in translate()
68 if ((compileOptions & SH_FLATTEN_PRAGMA_STDGL_INVARIANT_ALL) != 0 && in translate()
102 if ((compileOptions & SH_REWRITE_FLOAT_UNARY_MINUS_OPERATOR) != 0) in translate()
215 compileOptions); in translate()
217 if (compileOptions & SH_TRANSLATE_VIEWID_OVR_TO_UNIFORM) in translate()
[all …]
/dports/databases/qt5-sql/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/compiler/translator/
H A DTranslatorGLSL.cpp29 if (compileOptions & SH_EMULATE_ABS_INT_FUNCTION) in initBuiltInFunctionEmulator()
34 if (compileOptions & SH_EMULATE_ISNAN_FLOAT_FUNCTION) in initBuiltInFunctionEmulator()
39 if (compileOptions & SH_EMULATE_ATAN2_FLOAT_FUNCTION) in initBuiltInFunctionEmulator()
49 ShCompileOptions compileOptions, in translate() argument
58 writeExtensionBehavior(root, compileOptions); in translate()
62 writePragma(compileOptions); in translate()
68 if ((compileOptions & SH_FLATTEN_PRAGMA_STDGL_INVARIANT_ALL) != 0 && in translate()
102 if ((compileOptions & SH_REWRITE_FLOAT_UNARY_MINUS_OPERATOR) != 0) in translate()
215 compileOptions); in translate()
217 if (compileOptions & SH_TRANSLATE_VIEWID_OVR_TO_UNIFORM) in translate()
[all …]
/dports/databases/qt5-sqldrivers-ibase/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/compiler/translator/
H A DTranslatorGLSL.cpp29 if (compileOptions & SH_EMULATE_ABS_INT_FUNCTION) in initBuiltInFunctionEmulator()
34 if (compileOptions & SH_EMULATE_ISNAN_FLOAT_FUNCTION) in initBuiltInFunctionEmulator()
39 if (compileOptions & SH_EMULATE_ATAN2_FLOAT_FUNCTION) in initBuiltInFunctionEmulator()
49 ShCompileOptions compileOptions, in translate() argument
58 writeExtensionBehavior(root, compileOptions); in translate()
62 writePragma(compileOptions); in translate()
68 if ((compileOptions & SH_FLATTEN_PRAGMA_STDGL_INVARIANT_ALL) != 0 && in translate()
102 if ((compileOptions & SH_REWRITE_FLOAT_UNARY_MINUS_OPERATOR) != 0) in translate()
215 compileOptions); in translate()
217 if (compileOptions & SH_TRANSLATE_VIEWID_OVR_TO_UNIFORM) in translate()
[all …]
/dports/databases/qt5-sqldrivers-pgsql/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/compiler/translator/
H A DTranslatorGLSL.cpp29 if (compileOptions & SH_EMULATE_ABS_INT_FUNCTION) in initBuiltInFunctionEmulator()
34 if (compileOptions & SH_EMULATE_ISNAN_FLOAT_FUNCTION) in initBuiltInFunctionEmulator()
39 if (compileOptions & SH_EMULATE_ATAN2_FLOAT_FUNCTION) in initBuiltInFunctionEmulator()
49 ShCompileOptions compileOptions, in translate() argument
58 writeExtensionBehavior(root, compileOptions); in translate()
62 writePragma(compileOptions); in translate()
68 if ((compileOptions & SH_FLATTEN_PRAGMA_STDGL_INVARIANT_ALL) != 0 && in translate()
102 if ((compileOptions & SH_REWRITE_FLOAT_UNARY_MINUS_OPERATOR) != 0) in translate()
215 compileOptions); in translate()
217 if (compileOptions & SH_TRANSLATE_VIEWID_OVR_TO_UNIFORM) in translate()
[all …]
/dports/databases/qt5-sqldrivers-sqlite2/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/compiler/translator/
H A DTranslatorGLSL.cpp29 if (compileOptions & SH_EMULATE_ABS_INT_FUNCTION) in initBuiltInFunctionEmulator()
34 if (compileOptions & SH_EMULATE_ISNAN_FLOAT_FUNCTION) in initBuiltInFunctionEmulator()
39 if (compileOptions & SH_EMULATE_ATAN2_FLOAT_FUNCTION) in initBuiltInFunctionEmulator()
49 ShCompileOptions compileOptions, in translate() argument
58 writeExtensionBehavior(root, compileOptions); in translate()
62 writePragma(compileOptions); in translate()
68 if ((compileOptions & SH_FLATTEN_PRAGMA_STDGL_INVARIANT_ALL) != 0 && in translate()
102 if ((compileOptions & SH_REWRITE_FLOAT_UNARY_MINUS_OPERATOR) != 0) in translate()
215 compileOptions); in translate()
217 if (compileOptions & SH_TRANSLATE_VIEWID_OVR_TO_UNIFORM) in translate()
[all …]
/dports/databases/qt5-sqldrivers-odbc/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/compiler/translator/
H A DTranslatorGLSL.cpp29 if (compileOptions & SH_EMULATE_ABS_INT_FUNCTION) in initBuiltInFunctionEmulator()
34 if (compileOptions & SH_EMULATE_ISNAN_FLOAT_FUNCTION) in initBuiltInFunctionEmulator()
39 if (compileOptions & SH_EMULATE_ATAN2_FLOAT_FUNCTION) in initBuiltInFunctionEmulator()
49 ShCompileOptions compileOptions, in translate() argument
58 writeExtensionBehavior(root, compileOptions); in translate()
62 writePragma(compileOptions); in translate()
68 if ((compileOptions & SH_FLATTEN_PRAGMA_STDGL_INVARIANT_ALL) != 0 && in translate()
102 if ((compileOptions & SH_REWRITE_FLOAT_UNARY_MINUS_OPERATOR) != 0) in translate()
215 compileOptions); in translate()
217 if (compileOptions & SH_TRANSLATE_VIEWID_OVR_TO_UNIFORM) in translate()
[all …]
/dports/net/qt5-network/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/compiler/translator/
H A DTranslatorGLSL.cpp29 if (compileOptions & SH_EMULATE_ABS_INT_FUNCTION) in initBuiltInFunctionEmulator()
34 if (compileOptions & SH_EMULATE_ISNAN_FLOAT_FUNCTION) in initBuiltInFunctionEmulator()
39 if (compileOptions & SH_EMULATE_ATAN2_FLOAT_FUNCTION) in initBuiltInFunctionEmulator()
49 ShCompileOptions compileOptions, in translate() argument
58 writeExtensionBehavior(root, compileOptions); in translate()
62 writePragma(compileOptions); in translate()
68 if ((compileOptions & SH_FLATTEN_PRAGMA_STDGL_INVARIANT_ALL) != 0 && in translate()
102 if ((compileOptions & SH_REWRITE_FLOAT_UNARY_MINUS_OPERATOR) != 0) in translate()
215 compileOptions); in translate()
217 if (compileOptions & SH_TRANSLATE_VIEWID_OVR_TO_UNIFORM) in translate()
[all …]
/dports/textproc/qt5-xml/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/compiler/translator/
H A DTranslatorGLSL.cpp29 if (compileOptions & SH_EMULATE_ABS_INT_FUNCTION) in initBuiltInFunctionEmulator()
34 if (compileOptions & SH_EMULATE_ISNAN_FLOAT_FUNCTION) in initBuiltInFunctionEmulator()
39 if (compileOptions & SH_EMULATE_ATAN2_FLOAT_FUNCTION) in initBuiltInFunctionEmulator()
49 ShCompileOptions compileOptions, in translate() argument
58 writeExtensionBehavior(root, compileOptions); in translate()
62 writePragma(compileOptions); in translate()
68 if ((compileOptions & SH_FLATTEN_PRAGMA_STDGL_INVARIANT_ALL) != 0 && in translate()
102 if ((compileOptions & SH_REWRITE_FLOAT_UNARY_MINUS_OPERATOR) != 0) in translate()
215 compileOptions); in translate()
217 if (compileOptions & SH_TRANSLATE_VIEWID_OVR_TO_UNIFORM) in translate()
[all …]
/dports/x11-toolkits/qt5-widgets/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/compiler/translator/
H A DTranslatorGLSL.cpp29 if (compileOptions & SH_EMULATE_ABS_INT_FUNCTION) in initBuiltInFunctionEmulator()
34 if (compileOptions & SH_EMULATE_ISNAN_FLOAT_FUNCTION) in initBuiltInFunctionEmulator()
39 if (compileOptions & SH_EMULATE_ATAN2_FLOAT_FUNCTION) in initBuiltInFunctionEmulator()
49 ShCompileOptions compileOptions, in translate() argument
58 writeExtensionBehavior(root, compileOptions); in translate()
62 writePragma(compileOptions); in translate()
68 if ((compileOptions & SH_FLATTEN_PRAGMA_STDGL_INVARIANT_ALL) != 0 && in translate()
102 if ((compileOptions & SH_REWRITE_FLOAT_UNARY_MINUS_OPERATOR) != 0) in translate()
215 compileOptions); in translate()
217 if (compileOptions & SH_TRANSLATE_VIEWID_OVR_TO_UNIFORM) in translate()
[all …]
/dports/x11-toolkits/qt5-gui/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/compiler/translator/
H A DTranslatorGLSL.cpp29 if (compileOptions & SH_EMULATE_ABS_INT_FUNCTION) in initBuiltInFunctionEmulator()
34 if (compileOptions & SH_EMULATE_ISNAN_FLOAT_FUNCTION) in initBuiltInFunctionEmulator()
39 if (compileOptions & SH_EMULATE_ATAN2_FLOAT_FUNCTION) in initBuiltInFunctionEmulator()
49 ShCompileOptions compileOptions, in translate() argument
58 writeExtensionBehavior(root, compileOptions); in translate()
62 writePragma(compileOptions); in translate()
68 if ((compileOptions & SH_FLATTEN_PRAGMA_STDGL_INVARIANT_ALL) != 0 && in translate()
102 if ((compileOptions & SH_REWRITE_FLOAT_UNARY_MINUS_OPERATOR) != 0) in translate()
215 compileOptions); in translate()
217 if (compileOptions & SH_TRANSLATE_VIEWID_OVR_TO_UNIFORM) in translate()
[all …]
/dports/devel/qt5-testlib/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/compiler/translator/
H A DTranslatorGLSL.cpp29 if (compileOptions & SH_EMULATE_ABS_INT_FUNCTION) in initBuiltInFunctionEmulator()
34 if (compileOptions & SH_EMULATE_ISNAN_FLOAT_FUNCTION) in initBuiltInFunctionEmulator()
39 if (compileOptions & SH_EMULATE_ATAN2_FLOAT_FUNCTION) in initBuiltInFunctionEmulator()
49 ShCompileOptions compileOptions, in translate() argument
58 writeExtensionBehavior(root, compileOptions); in translate()
62 writePragma(compileOptions); in translate()
68 if ((compileOptions & SH_FLATTEN_PRAGMA_STDGL_INVARIANT_ALL) != 0 && in translate()
102 if ((compileOptions & SH_REWRITE_FLOAT_UNARY_MINUS_OPERATOR) != 0) in translate()
215 compileOptions); in translate()
217 if (compileOptions & SH_TRANSLATE_VIEWID_OVR_TO_UNIFORM) in translate()
[all …]

12345678910>>...113