Searched refs:setMemoryModel (Results 1 – 5 of 5) sorted by relevance
144 virtual void setMemoryModel(SPIRVMemoryModelKind) = 0;
558 Module->setMemoryModel(MemModel); in decode()
139 void setMemoryModel(SPIRVMemoryModelKind MM) { in setMemoryModel() function in SPIRV::SPIRVModuleImpl
106 void setMemoryModel(spv::AddressingModel addr, spv::MemoryModel mem) in setMemoryModel() function
1331 builder.setMemoryModel(addressingModel, memoryModel); in TGlslangToSpvTraverser()