Searched refs:setResultAndType (Results 1 – 2 of 2) sorted by relevance
/third_party/glslang/SPIRV/ |
D | doc.cpp | 1594 InstructionDesc[OpNop].setResultAndType(false, false); in Parameterize() 1595 InstructionDesc[OpSource].setResultAndType(false, false); in Parameterize() 1596 InstructionDesc[OpSourceContinued].setResultAndType(false, false); in Parameterize() 1597 InstructionDesc[OpSourceExtension].setResultAndType(false, false); in Parameterize() 1598 InstructionDesc[OpExtension].setResultAndType(false, false); in Parameterize() 1599 InstructionDesc[OpExtInstImport].setResultAndType(true, false); in Parameterize() 1600 InstructionDesc[OpCapability].setResultAndType(false, false); in Parameterize() 1601 InstructionDesc[OpMemoryModel].setResultAndType(false, false); in Parameterize() 1602 InstructionDesc[OpEntryPoint].setResultAndType(false, false); in Parameterize() 1603 InstructionDesc[OpExecutionMode].setResultAndType(false, false); in Parameterize() [all …]
|
D | doc.h | 229 void setResultAndType(bool r, bool t) in setResultAndType() function
|