Searched defs:TPragma (Results 1 – 4 of 4) sorted by relevance
/external/angle/src/compiler/translator/ |
D | Pragma.h | 10 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/ |
D | Pragma.h | 18 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/ |
D | ParseHelper.h | 60 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/ |
D | ParseHelper.h | 60 struct TPragma { struct 61 TPragma(bool o, bool d) : optimize(o), debug(d) { } in TPragma() function 64 TPragmaTable pragmaTable; argument
|