Home
last modified time | relevance | path

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

/external/deqp-deps/glslang/SPIRV/
DSpvBuilder.h473 void endSwitch(std::vector<Block*>& segmentBB);
DSpvBuilder.cpp2457 void Builder::endSwitch(std::vector<Block*>& /*segmentBlock*/) in endSwitch() function in spv::Builder
DGlslangToSpv.cpp2710 builder.endSwitch(segmentBlocks); in visitSwitch()