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

  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/SPIRV/
disassemble.cpp 73 SpirvStream(std::ostream& out, const std::vector<unsigned int>& stream) : out(out), stream(stream), word(0), nextNestedControl(0) { }
113 Id nextNestedControl; // need a slight delay for when we are nested
315 nextNestedControl = stream[word];
317 if (nextNestedControl) {
318 nestedControl.push(nextNestedControl);
319 nextNestedControl = 0;
  /prebuilts/ndk/r13/sources/third_party/vulkan/glslang/SPIRV/
disassemble.cpp 73 SpirvStream(std::ostream& out, const std::vector<unsigned int>& stream) : out(out), stream(stream), word(0), nextNestedControl(0) { }
113 Id nextNestedControl; // need a slight delay for when we are nested
315 nextNestedControl = stream[word];
317 if (nextNestedControl) {
318 nestedControl.push(nextNestedControl);
319 nextNestedControl = 0;

Completed in 149 milliseconds