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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/jitter/
H A DJitManager.cpp541 const std::string& moduleID,
549 strncpy(m_ModuleID, moduleID.c_str(), JC_STR_MAX_LEN - 1);
558 IsValid(uint32_t llCRC, const std::string& moduleID, const std::string& cpu, uint32_t optLevel) argument
567 if (strncmp(moduleID.c_str(), m_ModuleID, JC_STR_MAX_LEN - 1))
676 const std::string& moduleID = M->getModuleIdentifier(); local in function:JitCache::notifyObjectCompiled
677 if (!moduleID.length())
698 llvm::sys::path::append(filePath, moduleID);
717 header.Init(mCurrentModuleCRC, objcrc, moduleID, mCpu, mOptLevel, Obj.getBufferSize());
729 const std::string& moduleID = M->getModuleIdentifier(); local in function:JitCache::getObject
732 if (!moduleID
539 Init(uint32_t llCRC,uint32_t objCRC,const std::string & moduleID,const std::string & cpu,uint32_t optLevel,uint64_t objSize) argument
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/rasterizer/jitter/
H A DJitManager.cpp565 const std::string& moduleID,
573 strncpy(m_ModuleID, moduleID.c_str(), JC_STR_MAX_LEN - 1);
582 IsValid(uint32_t llCRC, const std::string& moduleID, const std::string& cpu, uint32_t optLevel) argument
591 if (strncmp(moduleID.c_str(), m_ModuleID, JC_STR_MAX_LEN - 1))
700 const std::string& moduleID = M->getModuleIdentifier(); local in function:JitCache::notifyObjectCompiled
701 if (!moduleID.length())
722 llvm::sys::path::append(filePath, moduleID);
741 header.Init(mCurrentModuleCRC, objcrc, moduleID, mCpu, mOptLevel, Obj.getBufferSize());
753 const std::string& moduleID = M->getModuleIdentifier(); local in function:JitCache::getObject
756 if (!moduleID
563 Init(uint32_t llCRC,uint32_t objCRC,const std::string & moduleID,const std::string & cpu,uint32_t optLevel,uint64_t objSize) argument
[all...]

Completed in 16 milliseconds