Searched refs:setResultAndType (Results 1 – 2 of 2) sorted by relevance
/third_party/glslang/SPIRV/ |
D | doc.cpp | 1440 InstructionDesc[OpNop].setResultAndType(false, false); in Parameterize() 1441 InstructionDesc[OpSource].setResultAndType(false, false); in Parameterize() 1442 InstructionDesc[OpSourceContinued].setResultAndType(false, false); in Parameterize() 1443 InstructionDesc[OpSourceExtension].setResultAndType(false, false); in Parameterize() 1444 InstructionDesc[OpExtension].setResultAndType(false, false); in Parameterize() 1445 InstructionDesc[OpExtInstImport].setResultAndType(true, false); in Parameterize() 1446 InstructionDesc[OpCapability].setResultAndType(false, false); in Parameterize() 1447 InstructionDesc[OpMemoryModel].setResultAndType(false, false); in Parameterize() 1448 InstructionDesc[OpEntryPoint].setResultAndType(false, false); in Parameterize() 1449 InstructionDesc[OpExecutionMode].setResultAndType(false, false); in Parameterize() [all …]
|
D | doc.h | 228 void setResultAndType(bool r, bool t) in setResultAndType() function
|