Home
last modified time | relevance | path

Searched refs:exportedVariableCount (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/libs/rs/
DrsScriptC.cpp55 for (uint32_t ct=0; ct < mHal.info.exportedVariableCount; ct++) { in setupScript()
76 for (uint32_t ct=0; ct < mHal.info.exportedVariableCount; ct++) { in ptrToAllocation()
285 mSlots = new ObjectBaseRef<Allocation>[mHal.info.exportedVariableCount]; in runCompiler()
286 mTypes = new ObjectBaseRef<const Type>[mHal.info.exportedVariableCount]; in runCompiler()
DrsScript.cpp43 if (slot >= mHal.info.exportedVariableCount) { in setSlot()
58 if (slot >= mHal.info.exportedVariableCount) { in setVar()
67 if (slot >= mHal.info.exportedVariableCount) { in setVarObj()
DrsScript.h41 size_t exportedVariableCount; member
/frameworks/base/libs/rs/driver/
DrsdBcc.cpp166 script->mHal.info.exportedVariableCount = drv->ME->getExportVarCount(); in rsdScriptInit()