Home
last modified time | relevance | path

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

/frameworks/compile/libbcc/include/bcc/
DScript.h94 bool getEmbedGlobalInfo() const { return mEmbedGlobalInfo; } in getEmbedGlobalInfo() function
DRSCompilerDriver.h124 bool getEmbedGlobalInfo() const { in getEmbedGlobalInfo() function
/frameworks/rs/cpu_ref/
Drsd_cpu.h139 virtual bool getEmbedGlobalInfo() const = 0;
DrsCpuCore.h206 bool getEmbedGlobalInfo() const override { in getEmbedGlobalInfo() function
DrsCpuScriptGroup2.cpp445 bool emitGlobalInfo = getCpuRefImpl()->getEmbedGlobalInfo(); in compile()
DrsCpuScript.cpp332 bool emitGlobalInfo = mCtx->getEmbedGlobalInfo(); in init()
/frameworks/compile/libbcc/lib/
DCompiler.cpp478 if (script.getEmbedGlobalInfo()) { in addGlobalInfoPass()