HomeSort by relevance Sort by last modified time
    Searched refs:contextPragma (Results 1 - 5 of 5) sorted by null

  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/hlsl/
hlslParseHelper.h 170 struct TPragma contextPragma;
hlslParseHelper.cpp 55 contextPragma(true, false), loopNestingLevel(0), structNestingLevel(0), controlFlowNestingLevel(0),
    [all...]
  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/glslang/MachineIndependent/
ParseHelper.h 317 struct TPragma contextPragma;
glslang.y     [all...]
ParseHelper.cpp 55 contextPragma(true, false), loopNestingLevel(0), structNestingLevel(0), controlFlowNestingLevel(0), statementNestingLevel(0),
203 contextPragma.optimize = true;
205 contextPragma.optimize = false;
227 contextPragma.debug = true;
229 contextPragma.debug = false;
    [all...]

Completed in 74 milliseconds