Home
last modified time | relevance | path

Searched defs:TPragma (Results 1 – 4 of 4) sorted by relevance

/external/angle/src/compiler/translator/
DPragma.h10 struct TPragma struct
22 TPragma() : optimize(true), debug(false), debugShaderPrecision(true) {} in TPragma() function
23 TPragma(bool o, bool d) : optimize(o), debug(d), debugShaderPrecision(true) {} in TPragma() function
25 bool optimize;
26 bool debug;
27 bool debugShaderPrecision;
28 STDGL stdgl;
/external/swiftshader/src/OpenGL/compiler/
DPragma.h18 struct TPragma { struct
20 TPragma() : optimize(true), debug(false) { } in TPragma() function
21 TPragma(bool o, bool d) : optimize(o), debug(d) { } in TPragma() argument
23 bool optimize;
24 bool debug;
/external/deqp-deps/glslang/glslang/MachineIndependent/
DParseHelper.h60 struct TPragma { struct
61 TPragma(bool o, bool d) : optimize(o), debug(d) { } in TPragma() argument
64 TPragmaTable pragmaTable; argument
/external/angle/third_party/vulkan-deps/glslang/src/glslang/MachineIndependent/
DParseHelper.h60 struct TPragma { struct
61 TPragma(bool o, bool d) : optimize(o), debug(d) { } in TPragma() function
64 TPragmaTable pragmaTable; argument