Home
last modified time | relevance | path

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

/frameworks/compile/libbcc/include/bcc/Renderscript/
DRSScript.h63 bool mEmbedGlobalInfoSkipConstant; variable
121 mEmbedGlobalInfoSkipConstant = pEnable; in setEmbedGlobalInfoSkipConstant()
127 return mEmbedGlobalInfoSkipConstant; in getEmbedGlobalInfoSkipConstant()
DRSCompilerDriver.h65 bool mEmbedGlobalInfoSkipConstant; variable
131 mEmbedGlobalInfoSkipConstant = v; in setEmbedGlobalInfoSkipConstant()
137 return mEmbedGlobalInfoSkipConstant; in getEmbedGlobalInfoSkipConstant()
/frameworks/rs/cpu_ref/
DrsCpuCore.h211 mEmbedGlobalInfoSkipConstant = v; in setEmbedGlobalInfoSkipConstant()
217 return mEmbedGlobalInfoSkipConstant; in getEmbedGlobalInfoSkipConstant()
256 bool mEmbedGlobalInfoSkipConstant; variable
DrsCpuCore.cpp109 mEmbedGlobalInfoSkipConstant = true; in RsdCpuReferenceImpl()
/frameworks/compile/libbcc/lib/Renderscript/
DRSCompilerDriver.cpp57 mEmbedGlobalInfo(false), mEmbedGlobalInfoSkipConstant(false) { in RSCompilerDriver()
275 script.setEmbedGlobalInfoSkipConstant(mEmbedGlobalInfoSkipConstant); in build()
393 script.setEmbedGlobalInfoSkipConstant(mEmbedGlobalInfoSkipConstant); in buildScriptGroup()
423 pScript.setEmbedGlobalInfoSkipConstant(mEmbedGlobalInfoSkipConstant); in buildForCompatLib()
DRSScript.cpp56 mEmbedGlobalInfoSkipConstant(false) { } in RSScript()