Home
last modified time | relevance | path

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

/frameworks/compile/libbcc/include/bcc/Renderscript/
DRSScript.h121 bool getEmbedGlobalInfoSkipConstant() const { in getEmbedGlobalInfoSkipConstant() function
DRSCompilerDriver.h132 bool getEmbedGlobalInfoSkipConstant() const { in getEmbedGlobalInfoSkipConstant() function
/frameworks/rs/cpu_ref/
DrsCpuCore.h155 bool getEmbedGlobalInfoSkipConstant() const override { in getEmbedGlobalInfoSkipConstant() function
Drsd_cpu.h163 virtual bool getEmbedGlobalInfoSkipConstant() const = 0;
DrsCpuScriptGroup2.cpp377 bool emitGlobalInfoSkipConstant = getCpuRefImpl()->getEmbedGlobalInfoSkipConstant(); in compile()
DrsCpuScript.cpp351 bool emitGlobalInfoSkipConstant = mCtx->getEmbedGlobalInfoSkipConstant(); in init()
/frameworks/compile/libbcc/lib/Core/
DCompiler.cpp375 pPM.add(createRSGlobalInfoPass(script.getEmbedGlobalInfoSkipConstant())); in addGlobalInfoPass()