Searched refs:exportedVariableCount (Results 1 – 4 of 4) sorted by relevance
55 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()
43 if (slot >= mHal.info.exportedVariableCount) { in setSlot()58 if (slot >= mHal.info.exportedVariableCount) { in setVar()67 if (slot >= mHal.info.exportedVariableCount) { in setVarObj()
41 size_t exportedVariableCount; member
166 script->mHal.info.exportedVariableCount = drv->ME->getExportVarCount(); in rsdScriptInit()