/frameworks/base/rs/java/android/renderscript/ |
D | ScriptIntrinsicBLAS.java | 197 long id = rs.nScriptIntrinsicCreate(13, Element.U32(rs).getID(rs)); in create() 328 …riptIntrinsicBLAS_Single(getID(mRS), RsBlas_sgemv, TransA, 0, 0, 0, 0, M, N, 0, alpha, A.getID(mRS… in SGEMV() 350 …riptIntrinsicBLAS_Double(getID(mRS), RsBlas_dgemv, TransA, 0, 0, 0, 0, M, N, 0, alpha, A.getID(mRS… in DGEMV() 372 …cBLAS_Complex(getID(mRS), RsBlas_cgemv, TransA, 0, 0, 0, 0, M, N, 0, alpha.x, alpha.y, A.getID(mRS… in CGEMV() 394 …trinsicBLAS_Z(getID(mRS), RsBlas_zgemv, TransA, 0, 0, 0, 0, M, N, 0, alpha.x, alpha.y, A.getID(mRS… in ZGEMV() 429 …riptIntrinsicBLAS_Single(getID(mRS), RsBlas_sgbmv, TransA, 0, 0, 0, 0, M, N, 0, alpha, A.getID(mRS… in SGBMV() 464 …riptIntrinsicBLAS_Double(getID(mRS), RsBlas_dgbmv, TransA, 0, 0, 0, 0, M, N, 0, alpha, A.getID(mRS… in DGBMV() 499 …cBLAS_Complex(getID(mRS), RsBlas_cgbmv, TransA, 0, 0, 0, 0, M, N, 0, alpha.x, alpha.y, A.getID(mRS… in CGBMV() 534 …trinsicBLAS_Z(getID(mRS), RsBlas_zgbmv, TransA, 0, 0, 0, 0, M, N, 0, alpha.x, alpha.y, A.getID(mRS… in ZGBMV() 610 …mRS.nScriptIntrinsicBLAS_Single(getID(mRS), RsBlas_strmv, TransA, 0, 0, Uplo, Diag, 0, N, 0, 0, A.… in STRMV() [all …]
|
D | Script.java | 64 long id = mRS.nScriptKernelIDCreate(getID(mRS), slot, sig); in createKernelID() 102 long id = mRS.nScriptInvokeIDCreate(getID(mRS), slot); in createInvokeID() 140 long id = mRS.nScriptFieldIDCreate(getID(mRS), slot); in createFieldID() 156 mRS.nScriptInvoke(getID(mRS), slot); in invoke() 165 mRS.nScriptInvokeV(getID(mRS), slot, v.getData()); in invoke() 167 mRS.nScriptInvoke(getID(mRS), slot); in invoke() 199 in_ids[0] = ain.getID(mRS); in forEach() 204 out_id = aout.getID(mRS); in forEach() 224 mRS.nScriptForEach(getID(mRS), slot, in_ids, out_id, params, limits); in forEach() 261 in_ids[index] = ains[index].getID(mRS); in forEach() [all …]
|
D | Program.java | 157 a.getType().getID(mRS) != mConstants[slot].getID(mRS)) { in bindConstants() 160 long id = a != null ? a.getID(mRS) : 0; in bindConstants() 161 mRS.nProgramBindConstants(getID(mRS), slot, id); in bindConstants() 182 long id = va != null ? va.getID(mRS) : 0; in bindTexture() 183 mRS.nProgramBindTexture(getID(mRS), slot, id); in bindTexture() 202 long id = vs != null ? vs.getID(mRS) : 0; in bindSampler() 203 mRS.nProgramBindSampler(getID(mRS), slot, id); in bindSampler()
|
D | ScriptGroup.java | 146 fieldIDs[i] = fieldID.getID(rs); in Closure() 152 long id = rs.nClosureCreate(kernelID.getID(rs), mReturnValue.getID(rs), in Closure() 181 fieldIDs[i] = fieldID.getID(rs); in Closure() 187 long id = rs.nInvokeClosureCreate(invokeID.getID(rs), mFP.getData(), fieldIDs, in Closure() 221 depClosures[index] = f.getClosure().getID(rs); in retrieveValueAndDependenceInfo() 223 depFieldIDs[index] = fieldID != null ? fieldID.getID(rs) : 0; in retrieveValueAndDependenceInfo() 291 mRS.nClosureSetArg(getID(mRS), index, vs.value, vs.size); in setArg() 300 mRS.nClosureSetGlobal(getID(mRS), fieldID.getID(mRS), vs.value, vs.size); in setGlobal() 306 value = ((Allocation)obj).getID(rs); in ValueAndSize() 424 closureIDs[i] = closures.get(i).getID(rs); in ScriptGroup() [all …]
|
D | ProgramFragment.java | 76 tmp[idx++] = mInputs[i].getID(mRS); in create() 80 tmp[idx++] = mOutputs[i].getID(mRS); in create() 84 tmp[idx++] = mConstants[i].getID(mRS); in create()
|
D | ProgramVertex.java | 136 tmp[idx++] = mInputs[i].getID(mRS); in create() 140 tmp[idx++] = mOutputs[i].getID(mRS); in create() 144 tmp[idx++] = mConstants[i].getID(mRS); in create()
|
D | Allocation.java | 265 return mAdaptedAllocation.getID(mRS); in getIDSafe() 267 return getID(mRS); in getIDSafe() 512 long typeID = mRS.nAllocationGetType(getID(mRS)); in updateFromNative() 578 mRS.nAllocationIoSend(getID(mRS)); in ioSend() 597 mTimeStamp = mRS.nAllocationIoReceive(getID(mRS)); in ioReceive() 621 i[ct * 4] = d[ct].getID(mRS); in copyFrom() 627 i[ct] = (int) d[ct].getID(mRS); in copyFrom() 1006 mRS.nAllocationCopyFromBitmap(getID(mRS), b); in copyFrom() 1138 mRS.nAllocationGenerateMipmaps(getID(mRS)); in generateMipmaps() 1451 count, 1, data.getID(mRS), dataOff, 0, in copy1DRangeFrom() [all …]
|
D | Type.java | 242 mRS.nTypeGetNativeData(getID(mRS), dataBuffer); in updateFromNative() 273 long id = rs.nTypeCreate(e.getID(rs), dimX, 0, 0, false, false, 0); in createX() 297 long id = rs.nTypeCreate(e.getID(rs), dimX, dimY, 0, false, false, 0); in createXY() 323 long id = rs.nTypeCreate(e.getID(rs), dimX, dimY, dimZ, false, false, 0); in createXYZ() 482 long id = mRS.nTypeCreate(mElement.getID(mRS), in create()
|
D | Mesh.java | 160 int vtxCount = mRS.nMeshGetVertexBufferCount(getID(mRS)); in updateFromNative() 161 int idxCount = mRS.nMeshGetIndexCount(getID(mRS)); in updateFromNative() 167 mRS.nMeshGetVertices(getID(mRS), vtxIDs, vtxCount); in updateFromNative() 168 mRS.nMeshGetIndices(getID(mRS), idxIDs, primitives, idxCount); in updateFromNative() 379 vtx[ct] = alloc.getID(mRS); in create() 393 long allocID = (alloc == null) ? 0 : alloc.getID(mRS); in create() 537 vtx[ct] = entry.a.getID(mRS); in create() 542 long allocID = (entry.a == null) ? 0 : entry.a.getID(mRS); in create()
|
D | FileA3D.java | 182 int numFileEntries = mRS.nFileA3DGetNumIndexEntries(getID(mRS)); in initEntries() 191 mRS.nFileA3DGetIndexEntries(getID(mRS), numFileEntries, ids, names); in initEntries() 194 … mFileEntries[i] = new IndexEntry(mRS, i, getID(mRS), names[i], EntryType.toEntryType(ids[i])); in initEntries()
|
D | ProgramFragmentFixedFunction.java | 61 tmp[idx++] = mInputs[i].getID(mRS); in create() 65 tmp[idx++] = mOutputs[i].getID(mRS); in create() 69 tmp[idx++] = mConstants[i].getID(mRS); in create()
|
D | BaseObj.java | 59 long getID(RenderScript rs) { in getID() method in BaseObj 175 mName = mRS.nGetName(getID(mRS)); in updateFromNative()
|
/frameworks/rs/cpp/ |
D | ScriptIntrinsicBLAS.cpp | 218 nScriptIntrinsicBLAS_Single(mRS, mRS->getContext(), getID(), RsBlas_sgemv, in SGEMV() 220 alpha, A->getID(), X->getID(), in SGEMV() 221 beta, Y->getID(), incX, incY, 0, 0); in SGEMV() 229 nScriptIntrinsicBLAS_Double(mRS, mRS->getContext(), getID(), RsBlas_dgemv, in DGEMV() 231 alpha, A->getID(), X->getID(), in DGEMV() 232 beta, Y->getID(), incX, incY, 0, 0); in DGEMV() 240 nScriptIntrinsicBLAS_Complex(mRS, mRS->getContext(), getID(), RsBlas_cgemv, in CGEMV() 242 alpha.x, alpha.y, A->getID(), X->getID(), in CGEMV() 243 beta.x, beta.y, Y->getID(), incX, incY, 0, 0); in CGEMV() 251 nScriptIntrinsicBLAS_Z(mRS, mRS->getContext(), getID(), RsBlas_zgemv, in ZGEMV() [all …]
|
D | Script.cpp | 25 tryDispatch(mRS, RS::dispatch->ScriptInvokeV(mRS->getContext(), getID(), slot, v, len)); in invoke() 35 …tryDispatch(mRS, RS::dispatch->ScriptForEach(mRS->getContext(), getID(), slot, in_id, out_id, usr,… in forEach() 43 …tryDispatch(mRS, RS::dispatch->ScriptBindAllocation(mRS->getContext(), getID(), BaseObj::getObjID(… in bindAllocation() 48 …mRS, RS::dispatch->ScriptSetVarObj(mRS->getContext(), getID(), index, (o == nullptr) ? 0 : o->getI… in setVar() 52 tryDispatch(mRS, RS::dispatch->ScriptSetVarV(mRS->getContext(), getID(), index, v, len)); in setVar()
|
D | BaseObj.cpp | 22 void * BaseObj::getID() const { in getID() function in BaseObj 30 return o == nullptr ? nullptr : o->getID(); in getObjID()
|
D | Type.cpp | 94 RS::dispatch->TypeGetNativeData(mRS->getContext(), getID(), dataBuffer, 6); in updateFromNative() 113 …void * id = RS::dispatch->TypeCreate(rs->getContext(), e->getID(), dimX, dimY, dimZ, false, false,… in create() 222 void * id = RS::dispatch->TypeCreate(mRS->getContext(), mElement->getID(), mDimX, mDimY, mDimZ, in create()
|
/frameworks/rs/support/java/src/androidx/renderscript/ |
D | ScriptIntrinsicBLAS.java | 202 id = rs.nScriptIntrinsicCreate(13, Element.U32(rs).getID(rs), mUseIncSupp); in create() 337 long aID = A.getID(mRS); in SGEMV() 338 long xID = X.getID(mRS); in SGEMV() 339 long yID = Y.getID(mRS); in SGEMV() 345 …mRS.nScriptIntrinsicBLAS_Single(getID(mRS), RsBlas_sgemv, TransA, 0, 0, 0, 0, M, N, 0, alpha, aID,… in SGEMV() 369 long aID = A.getID(mRS); in DGEMV() 370 long xID = X.getID(mRS); in DGEMV() 371 long yID = Y.getID(mRS); in DGEMV() 377 …mRS.nScriptIntrinsicBLAS_Double(getID(mRS), RsBlas_dgemv, TransA, 0, 0, 0, 0, M, N, 0, alpha, aID,… in DGEMV() 401 long aID = A.getID(mRS); in CGEMV() [all …]
|
D | Script.java | 56 placeholderAlloc = mRS.nIncAllocationCreateTyped(ain.getID(mRS), dInType, xBytesSize); in getDummyAlloc() 101 long id = mRS.nScriptKernelIDCreate(getID(mRS), slot, sig, mUseIncSupp); in createKernelID() 140 long id = mRS.nScriptInvokeIDCreate(getID(mRS), slot); in createInvokeID() 184 long id = mRS.nScriptFieldIDCreate(getID(mRS), slot, mUseIncSupp); in createFieldID() 200 mRS.nScriptInvoke(getID(mRS), slot, mUseIncSupp); in invoke() 211 mRS.nScriptInvokeV(getID(mRS), slot, v.getData(), mUseIncSupp); in invoke() 213 mRS.nScriptInvoke(getID(mRS), slot, mUseIncSupp); in invoke() 226 mRS.nScriptBindAllocation(getID(mRS), va.getID(mRS), slot, mUseIncSupp); in bindAllocation() 228 mRS.nScriptBindAllocation(getID(mRS), 0, slot, mUseIncSupp); in bindAllocation() 235 mRS.nScriptSetTimeZone(getID(mRS), timeZone.getBytes("UTF-8"), mUseIncSupp); in setTimeZone() [all …]
|
D | ScriptGroup.java | 159 fieldIDs[i] = fieldID.getID(rs); in Closure() 165 long id = rs.nClosureCreate(kernelID.getID(rs), mReturnValue.getID(rs), in Closure() 197 fieldIDs[i] = fieldID.getID(rs); in Closure() 203 long id = rs.nInvokeClosureCreate(invokeID.getID(rs), mFP.getData(), fieldIDs, in Closure() 218 depClosures[index] = f.getClosure().getID(rs); in retrieveValueAndDependenceInfo() 220 depFieldIDs[index] = fieldID != null ? fieldID.getID(rs) : 0; in retrieveValueAndDependenceInfo() 288 mRS.nClosureSetArg(getID(mRS), index, vs.value, vs.size); in setArg() 297 mRS.nClosureSetGlobal(getID(mRS), fieldID.getID(mRS), vs.value, vs.size); in setGlobal() 303 value = ((Allocation)obj).getID(rs); in ValueAndSize() 422 closureIDs[i] = closures.get(i).getID(rs); in ScriptGroup() [all …]
|
D | Allocation.java | 245 return mAdaptedAllocation.getID(mRS); in getIDSafe() 247 return getID(mRS); in getIDSafe() 508 mRS.nAllocationIoSend(getID(mRS)); in ioSend() 555 … mByteBuffer = mRS.nAllocationGetByteBuffer(getID(mRS), xBytesSize, mType.getY(), mType.getZ()); in getByteBuffer() 573 mByteBufferStride = mRS.nAllocationGetStride(getID(mRS)); in getStride() 592 mRS.nAllocationIoReceive(getID(mRS)); in ioReceive() 611 i[ct * 4] = d[ct].getID(mRS); in copyFrom() 617 i[ct] = (int)d[ct].getID(mRS); in copyFrom() 975 mRS.nAllocationCopyFromBitmap(getID(mRS), b); in copyFrom() 1121 mRS.nAllocationGenerateMipmaps(getID(mRS)); in generateMipmaps() [all …]
|
D | Type.java | 220 long id = rs.nTypeCreate(e.getID(rs), dimX, 0, 0, false, false, 0); in createX() 244 long id = rs.nTypeCreate(e.getID(rs), dimX, dimY, 0, false, false, 0); in createXY() 270 long id = rs.nTypeCreate(e.getID(rs), dimX, dimY, dimZ, false, false, 0); in createXYZ() 399 long id = mRS.nTypeCreate(mElement.getID(mRS), in create()
|
/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 | 38 mCurrentZone = TimeZone.getDefault().getID(); in setUp() 65 String newZone = TimeZone.getDefault().getID(); in testSetTimeZonePermissions()
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/nitz/ |
D | NitzStateMachineTestSupportTest.java | 124 assertTrue(possibleZones.contains(actualLookupResult.getTimeZone().getID())); in test_nonUniqueUs_assumptions() 131 assertEquals(UNITED_KINGDOM_SCENARIO.getTimeZone().getID(), in test_unitedKingdom_assumptions() 156 assertEquals(NEW_ZEALAND_DEFAULT_SCENARIO.getTimeZone().getID(), in test_newZealand_assumptions() 197 assertEquals(CZECHIA_SCENARIO.getTimeZone().getID(), CZECHIA_COUNTRY_DEFAULT_ZONE_ID); in test_czechia_assumptions()
|
/frameworks/base/core/java/android/timezone/ |
D | CountryTimeZones.java | 132 && mTimeZone.getID().equals(that.mTimeZone.getID()); in equals() 143 + "mTimeZone(ID)=" + mTimeZone.getID() in toString()
|