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()
176 fieldIDs[i] = fieldID.getID(rs); in Closure()
182 long id = rs.nInvokeClosureCreate(invokeID.getID(rs), mFP.getData(), fieldIDs, in Closure()
216 depClosures[index] = f.getClosure().getID(rs); in retrieveValueAndDependenceInfo()
218 depFieldIDs[index] = fieldID != null ? fieldID.getID(rs) : 0; in retrieveValueAndDependenceInfo()
286 mRS.nClosureSetArg(getID(mRS), index, vs.value, vs.size); in setArg()
295 mRS.nClosureSetGlobal(getID(mRS), fieldID.getID(mRS), vs.value, vs.size); in setGlobal()
301 value = ((Allocation)obj).getID(rs); in ValueAndSize()
419 closureIDs[i] = closures.get(i).getID(rs); in ScriptGroup()
458 mRS.nScriptGroup2Execute(getID(mRS)); in execute()
487 mRS.nScriptGroupSetInput(getID(mRS), s.getID(mRS), mRS.safeID(a)); in setInput()
509 mRS.nScriptGroupSetOutput(getID(mRS), s.getID(mRS), mRS.safeID(a)); in setOutput()
525 mRS.nScriptGroupExecute(getID(mRS)); in execute()
789 kernels[idx++] = kid.getID(mRS); in create()
823 src[ct] = cl.mFrom.getID(mRS); in create()
825 dstk[ct] = cl.mToK.getID(mRS); in create()
828 dstf[ct] = cl.mToF.getID(mRS); in create()
830 types[ct] = cl.mAllocationType.getID(mRS); in create()