Home
last modified time | relevance | path

Searched defs:ShCompileOptions (Results 1 – 3 of 3) sorted by relevance

/external/angle/include/GLSLANG/
DShaderLang.h147 struct ShCompileOptions struct
151 ShCompileOptions &operator=(const ShCompileOptions &other); argument
155 uint64_t objectCode : 1;
158 uint64_t outputDebugInfo : 1;
161 uint64_t sourcePath : 1;
164 uint64_t intermediateTree : 1;
167 uint64_t validateAST : 1;
172 uint64_t validateLoopIndexing : 1;
175 uint64_t lineDirectives : 1;
189 uint64_t removeInvariantAndCentroidForESSL3 : 1;
[all …]
/external/angle/src/compiler/translator/
DShaderLang.cpp954 ShCompileOptions::ShCompileOptions() in ShCompileOptions() function in ShCompileOptions
959 ShCompileOptions::ShCompileOptions(const ShCompileOptions &other) in ShCompileOptions() function in ShCompileOptions
/external/angle/src/compiler/translator/tree_ops/
DRewritePixelLocalStorage.cpp177 const ShCompileOptions &, in injectPrePLSCode()
185 const ShCompileOptions &, in injectPostPLSCode()