Home
last modified time | relevance | path

Searched refs:addLocalVariable (Results 1 – 2 of 2) sorted by relevance

/third_party/glslang/SPIRV/
DspvIR.h207 …void addLocalVariable(std::unique_ptr<Instruction> inst) { localVariables.push_back(std::move(inst… in addLocalVariable() function
353 void addLocalVariable(std::unique_ptr<Instruction> inst);
482 __inline void Function::addLocalVariable(std::unique_ptr<Instruction> inst) in addLocalVariable() function
485 blocks[0]->addLocalVariable(std::move(inst)); in addLocalVariable()
DSpvBuilder.cpp1468 buildPoint->getParent().addLocalVariable(std::unique_ptr<Instruction>(inst)); in createVariable()