Home
last modified time | relevance | path

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

/frameworks/compile/libbcc/include/bcc/
DScript.h104 inline bool getEmbedGlobalInfoSkipConstant() const { in getEmbedGlobalInfoSkipConstant() function
DRSCompilerDriver.h136 bool getEmbedGlobalInfoSkipConstant() const { in getEmbedGlobalInfoSkipConstant() function
/frameworks/rs/cpu_ref/
Drsd_cpu.h147 virtual bool getEmbedGlobalInfoSkipConstant() const = 0;
DrsCpuCore.h218 bool getEmbedGlobalInfoSkipConstant() const override { in getEmbedGlobalInfoSkipConstant() function
DrsCpuScriptGroup2.cpp446 bool emitGlobalInfoSkipConstant = getCpuRefImpl()->getEmbedGlobalInfoSkipConstant(); in compile()
DrsCpuScript.cpp333 bool emitGlobalInfoSkipConstant = mCtx->getEmbedGlobalInfoSkipConstant(); in init()
/frameworks/compile/libbcc/lib/
DCompiler.cpp479 pPM.add(createRSGlobalInfoPass(script.getEmbedGlobalInfoSkipConstant())); in addGlobalInfoPass()