Home
last modified time | relevance | path

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

/external/deqp-deps/glslang/SPIRV/
DSpvBuilder.h463 …void makeSwitch(Id condition, unsigned int control, int numSegments, const std::vector<int>& caseV…
DSpvBuilder.cpp2402 void Builder::makeSwitch(Id selector, unsigned int control, int numSegments, const std::vector<int>… in makeSwitch() function in spv::Builder
DGlslangToSpv.cpp2697 …builder.makeSwitch(selector, control, (int)codeSegments.size(), caseValues, valueIndexToSegment, d… in visitSwitch()