Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/include/GLSLANG/
H A DShaderLang.h157 struct ShCompileOptions struct
161 ShCompileOptions &operator=(const ShCompileOptions &other); argument
165 uint64_t objectCode : 1;
168 uint64_t outputDebugInfo : 1;
171 uint64_t sourcePath : 1;
174 uint64_t intermediateTree : 1;
177 uint64_t validateAST : 1;
182 uint64_t validateLoopIndexing : 1;
185 uint64_t lineDirectives : 1;
199 uint64_t removeInvariantAndCentroidForESSL3 : 1;
[all …]
/aosp_15_r20/external/angle/src/compiler/translator/tree_ops/
H A DRewritePixelLocalStorage.cpp177 const ShCompileOptions &, in injectPrePLSCode()
185 const ShCompileOptions &, in injectPostPLSCode()
/aosp_15_r20/external/angle/src/compiler/translator/
H A DShaderLang.cpp965 ShCompileOptions::ShCompileOptions() in ShCompileOptions() function in ShCompileOptions
970 ShCompileOptions::ShCompileOptions(const ShCompileOptions &other) in ShCompileOptions() function in ShCompileOptions