Home
last modified time | relevance | path

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

/frameworks/rs/rsov/compiler/
DRSSPIRVWriter.cpp81 std::unique_ptr<SPIRVModule> BM(SPIRVModule::createSPIRVModule()); in WriteSPIRV() local
83 PassMgr.add(createLLVMToSPIRV(BM.get())); in WriteSPIRV()
87 if (BM->getError(ErrMsg) != SPIRVEC_Success) { in WriteSPIRV()
94 SVOS << *BM; in WriteSPIRV()
110 OS << *BM; in WriteSPIRV()