Home
last modified time | relevance | path

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

/frameworks/compile/libbcc/include/bcc/Renderscript/
DRSScript.h62 bool mEmbedGlobalInfoSkipConstant; variable
116 mEmbedGlobalInfoSkipConstant = pEnable; in setEmbedGlobalInfoSkipConstant()
122 return mEmbedGlobalInfoSkipConstant; in getEmbedGlobalInfoSkipConstant()
DRSCompilerDriver.h65 bool mEmbedGlobalInfoSkipConstant; variable
127 mEmbedGlobalInfoSkipConstant = v; in setEmbedGlobalInfoSkipConstant()
133 return mEmbedGlobalInfoSkipConstant; in getEmbedGlobalInfoSkipConstant()
/frameworks/rs/cpu_ref/
DrsCpuCore.h150 mEmbedGlobalInfoSkipConstant = v; in setEmbedGlobalInfoSkipConstant()
156 return mEmbedGlobalInfoSkipConstant; in getEmbedGlobalInfoSkipConstant()
197 bool mEmbedGlobalInfoSkipConstant; variable
DrsCpuCore.cpp116 mEmbedGlobalInfoSkipConstant = true; in RsdCpuReferenceImpl()
/frameworks/compile/libbcc/lib/Renderscript/
DRSCompilerDriver.cpp55 mEmbedGlobalInfo(false), mEmbedGlobalInfoSkipConstant(false) { in RSCompilerDriver()
260 script.setEmbedGlobalInfoSkipConstant(mEmbedGlobalInfoSkipConstant); in build()
351 script.setEmbedGlobalInfoSkipConstant(mEmbedGlobalInfoSkipConstant); in buildScriptGroup()
381 pScript.setEmbedGlobalInfoSkipConstant(mEmbedGlobalInfoSkipConstant); in buildForCompatLib()
DRSScript.cpp55 mEmbedGlobalInfoSkipConstant(false) { } in RSScript()