Home
last modified time | relevance | path

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

/external/deqp-deps/glslang/SPIRV/
DSpvBuilder.cpp84 import->addStringOperand(name); in import()
1083 entryPoint->addStringOperand(name); in addEntryPoint()
1110 name->addStringOperand(string); in addName()
1120 name->addStringOperand(string); in addMemberName()
1147 dec->addStringOperand(s); in addDecoration()
1189 dec->addStringOperand(s); in addMemberDecoration()
2724 extInst.addStringOperand(it->c_str()); in dump()
2743 sourceExtInst.addStringOperand(sourceExtensions[e]); in dump()
2959 sourceInst.addStringOperand(subString.c_str()); in dumpSourceInstructions()
2964 sourceContinuedInst.addStringOperand(subString.c_str()); in dumpSourceInstructions()
[all …]
DspvIR.h110 void addStringOperand(const char* str) in addStringOperand() function
DSpvBuilder.h86 fileString->addStringOperand(file_c_str); in getStringId()