/frameworks/base/rs/java/android/renderscript/ |
D | ScriptIntrinsicBLAS.java | 193 long id = rs.nScriptIntrinsicCreate(13, Element.U32(rs).getID(rs)); in create() 324 …riptIntrinsicBLAS_Single(getID(mRS), RsBlas_sgemv, TransA, 0, 0, 0, 0, M, N, 0, alpha, A.getID(mRS… in SGEMV() 346 …riptIntrinsicBLAS_Double(getID(mRS), RsBlas_dgemv, TransA, 0, 0, 0, 0, M, N, 0, alpha, A.getID(mRS… in DGEMV() 368 …cBLAS_Complex(getID(mRS), RsBlas_cgemv, TransA, 0, 0, 0, 0, M, N, 0, alpha.x, alpha.y, A.getID(mRS… in CGEMV() 390 …trinsicBLAS_Z(getID(mRS), RsBlas_zgemv, TransA, 0, 0, 0, 0, M, N, 0, alpha.x, alpha.y, A.getID(mRS… in ZGEMV() 425 …riptIntrinsicBLAS_Single(getID(mRS), RsBlas_sgbmv, TransA, 0, 0, 0, 0, M, N, 0, alpha, A.getID(mRS… in SGBMV() 460 …riptIntrinsicBLAS_Double(getID(mRS), RsBlas_dgbmv, TransA, 0, 0, 0, 0, M, N, 0, alpha, A.getID(mRS… in DGBMV() 495 …cBLAS_Complex(getID(mRS), RsBlas_cgbmv, TransA, 0, 0, 0, 0, M, N, 0, alpha.x, alpha.y, A.getID(mRS… in CGBMV() 530 …trinsicBLAS_Z(getID(mRS), RsBlas_zgbmv, TransA, 0, 0, 0, 0, M, N, 0, alpha.x, alpha.y, A.getID(mRS… in ZGBMV() 606 …mRS.nScriptIntrinsicBLAS_Single(getID(mRS), RsBlas_strmv, TransA, 0, 0, Uplo, Diag, 0, N, 0, 0, A.… in STRMV() [all …]
|
D | Script.java | 58 long id = mRS.nScriptKernelIDCreate(getID(mRS), slot, sig); in createKernelID() 96 long id = mRS.nScriptInvokeIDCreate(getID(mRS), slot); in createInvokeID() 134 long id = mRS.nScriptFieldIDCreate(getID(mRS), slot); in createFieldID() 150 mRS.nScriptInvoke(getID(mRS), slot); in invoke() 159 mRS.nScriptInvokeV(getID(mRS), slot, v.getData()); in invoke() 161 mRS.nScriptInvoke(getID(mRS), slot); in invoke() 193 in_ids[0] = ain.getID(mRS); in forEach() 198 out_id = aout.getID(mRS); in forEach() 218 mRS.nScriptForEach(getID(mRS), slot, in_ids, out_id, params, limits); in forEach() 255 in_ids[index] = ains[index].getID(mRS); in forEach() [all …]
|
D | Program.java | 150 a.getType().getID(mRS) != mConstants[slot].getID(mRS)) { in bindConstants() 153 long id = a != null ? a.getID(mRS) : 0; in bindConstants() 154 mRS.nProgramBindConstants(getID(mRS), slot, id); in bindConstants() 175 long id = va != null ? va.getID(mRS) : 0; in bindTexture() 176 mRS.nProgramBindTexture(getID(mRS), slot, id); in bindTexture() 195 long id = vs != null ? vs.getID(mRS) : 0; in bindSampler() 196 mRS.nProgramBindSampler(getID(mRS), slot, id); in bindSampler()
|
D | ScriptGroup.java | 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() [all …]
|
D | ProgramFragment.java | 71 tmp[idx++] = mInputs[i].getID(mRS); in create() 75 tmp[idx++] = mOutputs[i].getID(mRS); in create() 79 tmp[idx++] = mConstants[i].getID(mRS); in create()
|
D | ProgramVertex.java | 131 tmp[idx++] = mInputs[i].getID(mRS); in create() 135 tmp[idx++] = mOutputs[i].getID(mRS); in create() 139 tmp[idx++] = mConstants[i].getID(mRS); in create()
|
D | Type.java | 237 mRS.nTypeGetNativeData(getID(mRS), dataBuffer); in updateFromNative() 268 long id = rs.nTypeCreate(e.getID(rs), dimX, 0, 0, false, false, 0); in createX() 292 long id = rs.nTypeCreate(e.getID(rs), dimX, dimY, 0, false, false, 0); in createXY() 318 long id = rs.nTypeCreate(e.getID(rs), dimX, dimY, dimZ, false, false, 0); in createXYZ() 477 long id = mRS.nTypeCreate(mElement.getID(mRS), in create()
|
D | Allocation.java | 249 return mAdaptedAllocation.getID(mRS); in getIDSafe() 251 return getID(mRS); in getIDSafe() 435 long typeID = mRS.nAllocationGetType(getID(mRS)); in updateFromNative() 501 mRS.nAllocationIoSend(getID(mRS)); in ioSend() 520 mRS.nAllocationIoReceive(getID(mRS)); in ioReceive() 544 i[ct * 4] = d[ct].getID(mRS); in copyFrom() 550 i[ct] = (int) d[ct].getID(mRS); in copyFrom() 784 mRS.nAllocationCopyFromBitmap(getID(mRS), b); in copyFrom() 916 mRS.nAllocationGenerateMipmaps(getID(mRS)); in generateMipmaps() 1084 count, 1, data.getID(mRS), dataOff, 0, in copy1DRangeFrom() [all …]
|
D | Mesh.java | 152 int vtxCount = mRS.nMeshGetVertexBufferCount(getID(mRS)); in updateFromNative() 153 int idxCount = mRS.nMeshGetIndexCount(getID(mRS)); in updateFromNative() 159 mRS.nMeshGetVertices(getID(mRS), vtxIDs, vtxCount); in updateFromNative() 160 mRS.nMeshGetIndices(getID(mRS), idxIDs, primitives, idxCount); in updateFromNative() 371 vtx[ct] = alloc.getID(mRS); in create() 385 long allocID = (alloc == null) ? 0 : alloc.getID(mRS); in create() 524 vtx[ct] = entry.a.getID(mRS); in create() 529 long allocID = (entry.a == null) ? 0 : entry.a.getID(mRS); in create()
|
D | FileA3D.java | 176 int numFileEntries = mRS.nFileA3DGetNumIndexEntries(getID(mRS)); in initEntries() 185 mRS.nFileA3DGetIndexEntries(getID(mRS), numFileEntries, ids, names); in initEntries() 188 … mFileEntries[i] = new IndexEntry(mRS, i, getID(mRS), names[i], EntryType.toEntryType(ids[i])); in initEntries()
|
D | BaseObj.java | 51 long getID(RenderScript rs) { in getID() method in BaseObj 158 mName = mRS.nGetName(getID(mRS)); in updateFromNative()
|
D | ProgramFragmentFixedFunction.java | 58 tmp[idx++] = mInputs[i].getID(mRS); in create() 62 tmp[idx++] = mOutputs[i].getID(mRS); in create() 66 tmp[idx++] = mConstants[i].getID(mRS); in create()
|
D | ProgramVertexFixedFunction.java | 84 tmp[idx++] = mInputs[i].getID(mRS); in create() 88 tmp[idx++] = mOutputs[i].getID(mRS); in create() 92 tmp[idx++] = mConstants[i].getID(mRS); in create()
|
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/ |
D | ScriptIntrinsicBLAS.java | 198 id = rs.nScriptIntrinsicCreate(13, Element.U32(rs).getID(rs), mUseIncSupp); in create() 333 long aID = A.getID(mRS); in SGEMV() 334 long xID = X.getID(mRS); in SGEMV() 335 long yID = Y.getID(mRS); in SGEMV() 341 …mRS.nScriptIntrinsicBLAS_Single(getID(mRS), RsBlas_sgemv, TransA, 0, 0, 0, 0, M, N, 0, alpha, aID,… in SGEMV() 365 long aID = A.getID(mRS); in DGEMV() 366 long xID = X.getID(mRS); in DGEMV() 367 long yID = Y.getID(mRS); in DGEMV() 373 …mRS.nScriptIntrinsicBLAS_Double(getID(mRS), RsBlas_dgemv, TransA, 0, 0, 0, 0, M, N, 0, alpha, aID,… in DGEMV() 397 long aID = A.getID(mRS); in CGEMV() [all …]
|
D | Script.java | 49 dummyAlloc = mRS.nIncAllocationCreateTyped(ain.getID(mRS), dInType); in getDummyAlloc() 94 long id = mRS.nScriptKernelIDCreate(getID(mRS), slot, sig, mUseIncSupp); in createKernelID() 133 long id = mRS.nScriptInvokeIDCreate(getID(mRS), slot); in createInvokeID() 177 long id = mRS.nScriptFieldIDCreate(getID(mRS), slot, mUseIncSupp); in createFieldID() 193 mRS.nScriptInvoke(getID(mRS), slot, mUseIncSupp); in invoke() 204 mRS.nScriptInvokeV(getID(mRS), slot, v.getData(), mUseIncSupp); in invoke() 206 mRS.nScriptInvoke(getID(mRS), slot, mUseIncSupp); in invoke() 219 mRS.nScriptBindAllocation(getID(mRS), va.getID(mRS), slot, mUseIncSupp); in bindAllocation() 221 mRS.nScriptBindAllocation(getID(mRS), 0, slot, mUseIncSupp); in bindAllocation() 228 mRS.nScriptSetTimeZone(getID(mRS), timeZone.getBytes("UTF-8"), mUseIncSupp); in setTimeZone() [all …]
|
D | ScriptGroup.java | 154 fieldIDs[i] = fieldID.getID(rs); in Closure() 160 long id = rs.nClosureCreate(kernelID.getID(rs), mReturnValue.getID(rs), in Closure() 192 fieldIDs[i] = fieldID.getID(rs); in Closure() 198 long id = rs.nInvokeClosureCreate(invokeID.getID(rs), mFP.getData(), fieldIDs, in Closure() 213 depClosures[index] = f.getClosure().getID(rs); in retrieveValueAndDependenceInfo() 215 depFieldIDs[index] = fieldID != null ? fieldID.getID(rs) : 0; in retrieveValueAndDependenceInfo() 283 mRS.nClosureSetArg(getID(mRS), index, vs.value, vs.size); in setArg() 292 mRS.nClosureSetGlobal(getID(mRS), fieldID.getID(mRS), vs.value, vs.size); in setGlobal() 298 value = ((Allocation)obj).getID(rs); in ValueAndSize() 417 closureIDs[i] = closures.get(i).getID(rs); in ScriptGroup() [all …]
|
D | Allocation.java | 240 return mAdaptedAllocation.getID(mRS); in getIDSafe() 242 return getID(mRS); in getIDSafe() 460 mRS.nAllocationIoSend(getID(mRS)); in ioSend() 481 mRS.nAllocationIoReceive(getID(mRS)); in ioReceive() 500 i[ct * 4] = d[ct].getID(mRS); in copyFrom() 506 i[ct] = (int)d[ct].getID(mRS); in copyFrom() 720 mRS.nAllocationCopyFromBitmap(getID(mRS), b); in copyFrom() 866 mRS.nAllocationGenerateMipmaps(getID(mRS)); in generateMipmaps() 1028 count, 1, data.getID(mRS), dataOff, 0, in copy1DRangeFrom() 1171 w, h, data.getID(mRS), dataXoff, dataYoff, in copy2DRangeFrom() [all …]
|
D | Type.java | 215 long id = rs.nTypeCreate(e.getID(rs), dimX, 0, 0, false, false, 0); in createX() 239 long id = rs.nTypeCreate(e.getID(rs), dimX, dimY, 0, false, false, 0); in createXY() 265 long id = rs.nTypeCreate(e.getID(rs), dimX, dimY, dimZ, false, false, 0); in createXYZ() 394 long id = mRS.nTypeCreate(mElement.getID(mRS), in create()
|
/frameworks/rs/cpp/ |
D | Script.cpp | 26 tryDispatch(mRS, RS::dispatch->ScriptInvokeV(mRS->getContext(), getID(), slot, v, len)); in invoke() 36 …tryDispatch(mRS, RS::dispatch->ScriptForEach(mRS->getContext(), getID(), slot, in_id, out_id, usr,… in forEach() 45 …tryDispatch(mRS, RS::dispatch->ScriptBindAllocation(mRS->getContext(), getID(), BaseObj::getObjID(… in bindAllocation() 50 …mRS, RS::dispatch->ScriptSetVarObj(mRS->getContext(), getID(), index, (o == nullptr) ? 0 : o->getI… in setVar() 54 tryDispatch(mRS, RS::dispatch->ScriptSetVarV(mRS->getContext(), getID(), index, v, len)); in setVar()
|
D | BaseObj.cpp | 23 void * BaseObj::getID() const { in getID() function in BaseObj 31 return o == nullptr ? nullptr : o->getID(); in getObjID()
|
/frameworks/base/core/tests/coretests/src/android/util/ |
D | TimeUtilsTest.java | 45 assertEquals(name, guess.getID()); in testMainstream() 49 assertEquals(name, guess.getID()); in testMainstream() 66 assertEquals(name, guess.getID()); in testWeird() 82 assertEquals(name, guess.getID()); in testOld() 396 assertEquals(name, guess.getID()); in testWorld() 400 assertEquals(name, guess.getID()); in testWorld() 420 assertEquals(name, guess.getID()); in testWorldWeird()
|
/frameworks/compile/mclinker/lib/LD/ |
D | Diagnostic.cpp | 33 llvm::StringRef desc = m_Engine.infoMap().getDescription(getID(), false); in format() 108 llvm::Twine(getID())); in format() 116 llvm::Twine(getID()) + llvm::Twine(": ") + in format() 129 llvm::Twine("In diagnostic: ") + llvm::Twine(getID()) + in format() 140 llvm::Twine("In diagnostic: ") + llvm::Twine(getID()) + in format()
|
/frameworks/base/core/tests/coretests/src/android/app/activity/ |
D | SetTimeZonePermissionsTest.java | 37 mCurrentZone = TimeZone.getDefault().getID(); in setUp() 64 String newZone = TimeZone.getDefault().getID(); in testSetTimeZonePermissions()
|
/frameworks/base/core/java/android/util/ |
D | TimeUtils.java | 71 String currentName = current.getID(); in getTimeZone() 80 if (tz.getID().equals(currentName)) { in getTimeZone() 135 zone.getRawOffset() + " zone.getID=" + zone.getID()); in getTimeZonesWithUniqueOffsets() 193 if (tz.getID().startsWith("GMT") == false) { in getTimeZones() 198 + ((tz != null) ? tz.getID() : "<no tz>")); in getTimeZones()
|
/frameworks/base/core/java/android/gesture/ |
D | Instance.java | 77 instance = new Instance(gesture.getID(), pts, label); in createInstance() 81 instance = new Instance(gesture.getID(), pts, label); in createInstance()
|