Searched refs:addSwitchCase (Results 1 – 5 of 5) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/src/Reactor/ |
D | Nucleus.hpp | 310 static void addSwitchCase(SwitchCases *switchCases, int label, BasicBlock *branch);
|
D | LLVMReactor.cpp | 1691 void Nucleus::addSwitchCase(SwitchCases *switchCases, int label, BasicBlock *branch) in addSwitchCase() function in rr::Nucleus
|
D | SubzeroReactor.cpp | 1952 void Nucleus::addSwitchCase(SwitchCases *switchCases, int label, BasicBlock *branch) in addSwitchCase() function in rr::Nucleus
|
/third_party/skia/third_party/externals/swiftshader/src/Shader/ |
D | VertexProgram.cpp | 1558 Nucleus::addSwitchCase(switchCases, i, callRetBlock[currentLabel][i]); in RET()
|
D | PixelProgram.cpp | 1873 Nucleus::addSwitchCase(switchCases, i, callRetBlock[currentLabel][i]); in RET()
|