Home
last modified time | relevance | path

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

/frameworks/compile/libbcc/include/bcc/
DScript.h57 bool mEmbedGlobalInfoSkipConstant; variable
99 mEmbedGlobalInfoSkipConstant = pEnable; in setEmbedGlobalInfoSkipConstant()
105 return mEmbedGlobalInfoSkipConstant; in getEmbedGlobalInfoSkipConstant()
DRSCompilerDriver.h65 bool mEmbedGlobalInfoSkipConstant; variable
131 mEmbedGlobalInfoSkipConstant = v; in setEmbedGlobalInfoSkipConstant()
137 return mEmbedGlobalInfoSkipConstant; in getEmbedGlobalInfoSkipConstant()
/frameworks/rs/cpu_ref/
DrsCpuCore.h213 mEmbedGlobalInfoSkipConstant = v; in setEmbedGlobalInfoSkipConstant()
219 return mEmbedGlobalInfoSkipConstant; in getEmbedGlobalInfoSkipConstant()
258 bool mEmbedGlobalInfoSkipConstant; variable
DrsCpuCore.cpp97 mEmbedGlobalInfoSkipConstant = true; in RsdCpuReferenceImpl()
/frameworks/compile/libbcc/lib/
DRSCompilerDriver.cpp53 mEmbedGlobalInfo(false), mEmbedGlobalInfoSkipConstant(false) { in RSCompilerDriver()
270 script.setEmbedGlobalInfoSkipConstant(mEmbedGlobalInfoSkipConstant); in build()
412 script.setEmbedGlobalInfoSkipConstant(mEmbedGlobalInfoSkipConstant); in buildScriptGroup()
442 pScript.setEmbedGlobalInfoSkipConstant(mEmbedGlobalInfoSkipConstant); in buildForCompatLib()
DScript.cpp35 mEmbedGlobalInfoSkipConstant(false) {} in Script()