Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
DJitManager.cpp565 const std::string& moduleID, in Init()
573 strncpy(m_ModuleID, moduleID.c_str(), JC_STR_MAX_LEN - 1); in Init()
582 IsValid(uint32_t llCRC, const std::string& moduleID, const std::string& cpu, uint32_t optLevel) in IsValid()
591 if (strncmp(moduleID.c_str(), m_ModuleID, JC_STR_MAX_LEN - 1)) in IsValid()
700 const std::string& moduleID = M->getModuleIdentifier(); in notifyObjectCompiled() local
701 if (!moduleID.length()) in notifyObjectCompiled()
722 llvm::sys::path::append(filePath, moduleID); in notifyObjectCompiled()
741 header.Init(mCurrentModuleCRC, objcrc, moduleID, mCpu, mOptLevel, Obj.getBufferSize()); in notifyObjectCompiled()
753 const std::string& moduleID = M->getModuleIdentifier(); in getObject() local
756 if (!moduleID.length()) in getObject()
[all …]