Lines Matching refs:getID
141 fieldIDs[i] = fieldID.getID(rs); in Closure()
147 long id = rs.nClosureCreate(kernelID.getID(rs), mReturnValue.getID(rs), in Closure()
174 fieldIDs[i] = fieldID.getID(rs); in Closure()
180 long id = rs.nInvokeClosureCreate(invokeID.getID(rs), mFP.getData(), fieldIDs, in Closure()
195 depClosures[index] = f.getClosure().getID(rs); in retrieveValueAndDependenceInfo()
197 depFieldIDs[index] = fieldID != null ? fieldID.getID(rs) : 0; in retrieveValueAndDependenceInfo()
265 mRS.nClosureSetArg(getID(mRS), index, vs.value, vs.size); in setArg()
274 mRS.nClosureSetGlobal(getID(mRS), fieldID.getID(mRS), vs.value, vs.size); in setGlobal()
280 value = ((Allocation)obj).getID(rs); in ValueAndSize()
395 closureIDs[i] = closures.get(i).getID(rs); in ScriptGroup()
433 mRS.nScriptGroup2Execute(getID(mRS)); in execute()
462 mRS.nScriptGroupSetInput(getID(mRS), s.getID(mRS), mRS.safeID(a)); in setInput()
484 mRS.nScriptGroupSetOutput(getID(mRS), s.getID(mRS), mRS.safeID(a)); in setOutput()
500 mRS.nScriptGroupExecute(getID(mRS)); in execute()
764 kernels[idx++] = kid.getID(mRS); in create()
798 src[ct] = cl.mFrom.getID(mRS); in create()
800 dstk[ct] = cl.mToK.getID(mRS); in create()
803 dstf[ct] = cl.mToF.getID(mRS); in create()
805 types[ct] = cl.mAllocationType.getID(mRS); in create()