Searched refs:SH_INTERMEDIATE_TREE (Results 1 – 13 of 13) sorted by relevance
26 SH_INTERMEDIATE_TREE = 0x0002, enumerator
150 if (success && (compileOptions & SH_INTERMEDIATE_TREE)) in compile()
39 bool status = mTranslator->compile(shaderStrings, 1, SH_INTERMEDIATE_TREE | SH_VARIABLES); in compile()
39 bool compilationSuccess = mTranslator->compile(shaderStrings, 1, SH_INTERMEDIATE_TREE); in compile()
27 SH_VALIDATE_LOOP_INDEXING | SH_INTERMEDIATE_TREE | SH_OBJECT_CODE | SH_VARIABLES |
80 const ShCompileOptions SH_INTERMEDIATE_TREE = UINT64_C(1) << 1; variable
99 const ShCompileOptions SH_INTERMEDIATE_TREE = UINT64_C(1) << 1; variable
97 compileOptions |= SH_INTERMEDIATE_TREE; in main()
108 compileOptions |= SH_INTERMEDIATE_TREE; in main()
929 if (compileOptions & SH_INTERMEDIATE_TREE) in compile()
1142 if ((compileOptions & SH_INTERMEDIATE_TREE) != 0) in compile()