Home
last modified time | relevance | path

Searched refs:SH_INTERMEDIATE_TREE (Results 1 – 13 of 13) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
DCompiler.h26 SH_INTERMEDIATE_TREE = 0x0002, enumerator
DCompiler.cpp150 if (success && (compileOptions & SH_INTERMEDIATE_TREE)) in compile()
/third_party/flutter/skia/third_party/externals/angle2/src/tests/compiler_tests/
DWorkGroupSize_test.cpp39 bool status = mTranslator->compile(shaderStrings, 1, SH_INTERMEDIATE_TREE | SH_VARIABLES); in compile()
DTypeTracking_test.cpp39 bool compilationSuccess = mTranslator->compile(shaderStrings, 1, SH_INTERMEDIATE_TREE); in compile()
/third_party/skia/third_party/externals/angle2/src/tests/compiler_tests/
DWorkGroupSize_test.cpp39 bool status = mTranslator->compile(shaderStrings, 1, SH_INTERMEDIATE_TREE | SH_VARIABLES); in compile()
DTypeTracking_test.cpp39 bool compilationSuccess = mTranslator->compile(shaderStrings, 1, SH_INTERMEDIATE_TREE); in compile()
/third_party/skia/third_party/externals/angle2/src/compiler/fuzz/
Dtranslator_fuzzer.cpp27 SH_VALIDATE_LOOP_INDEXING | SH_INTERMEDIATE_TREE | SH_OBJECT_CODE | SH_VARIABLES |
/third_party/flutter/skia/third_party/externals/angle2/include/GLSLANG/
DShaderLang.h80 const ShCompileOptions SH_INTERMEDIATE_TREE = UINT64_C(1) << 1; variable
/third_party/skia/third_party/externals/angle2/include/GLSLANG/
DShaderLang.h99 const ShCompileOptions SH_INTERMEDIATE_TREE = UINT64_C(1) << 1; variable
/third_party/flutter/skia/third_party/externals/angle2/samples/shader_translator/
Dshader_translator.cpp97 compileOptions |= SH_INTERMEDIATE_TREE; in main()
/third_party/skia/third_party/externals/angle2/samples/shader_translator/
Dshader_translator.cpp108 compileOptions |= SH_INTERMEDIATE_TREE; in main()
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/
DCompiler.cpp929 if (compileOptions & SH_INTERMEDIATE_TREE) in compile()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DCompiler.cpp1142 if ((compileOptions & SH_INTERMEDIATE_TREE) != 0) in compile()