Home
last modified time | relevance | path

Searched refs:nextSwitchSegment (Results 1 – 3 of 3) sorted by relevance

/external/deqp-deps/glslang/SPIRV/
DSpvBuilder.h470 void nextSwitchSegment(std::vector<Block*>& segmentBB, int segment);
DSpvBuilder.cpp2443 void Builder::nextSwitchSegment(std::vector<Block*>& segmentBlock, int nextSegment) in nextSwitchSegment() function in spv::Builder
DGlslangToSpv.cpp2702 builder.nextSwitchSegment(segmentBlocks, s); in visitSwitch()