/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 | 59 long id = mRS.nScriptKernelIDCreate(getID(mRS), slot, sig); in createKernelID() 97 long id = mRS.nScriptInvokeIDCreate(getID(mRS), slot); in createInvokeID() 135 long id = mRS.nScriptFieldIDCreate(getID(mRS), slot); in createFieldID() 151 mRS.nScriptInvoke(getID(mRS), slot); in invoke() 160 mRS.nScriptInvokeV(getID(mRS), slot, v.getData()); in invoke() 162 mRS.nScriptInvoke(getID(mRS), slot); in invoke() 194 in_ids[0] = ain.getID(mRS); in forEach() 199 out_id = aout.getID(mRS); in forEach() 219 mRS.nScriptForEach(getID(mRS), slot, in_ids, out_id, params, limits); in forEach() 256 in_ids[index] = ains[index].getID(mRS); in forEach() [all …]
|
D | Program.java | 153 a.getType().getID(mRS) != mConstants[slot].getID(mRS)) { in bindConstants() 156 long id = a != null ? a.getID(mRS) : 0; in bindConstants() 157 mRS.nProgramBindConstants(getID(mRS), slot, id); in bindConstants() 178 long id = va != null ? va.getID(mRS) : 0; in bindTexture() 179 mRS.nProgramBindTexture(getID(mRS), slot, id); in bindTexture() 198 long id = vs != null ? vs.getID(mRS) : 0; in bindSampler() 199 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() 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() [all …]
|
D | ProgramFragment.java | 75 tmp[idx++] = mInputs[i].getID(mRS); in create() 79 tmp[idx++] = mOutputs[i].getID(mRS); in create() 83 tmp[idx++] = mConstants[i].getID(mRS); in create()
|
D | Allocation.java | 261 return mAdaptedAllocation.getID(mRS); in getIDSafe() 263 return getID(mRS); in getIDSafe() 508 long typeID = mRS.nAllocationGetType(getID(mRS)); in updateFromNative() 574 mRS.nAllocationIoSend(getID(mRS)); in ioSend() 593 mTimeStamp = mRS.nAllocationIoReceive(getID(mRS)); in ioReceive() 617 i[ct * 4] = d[ct].getID(mRS); in copyFrom() 623 i[ct] = (int) d[ct].getID(mRS); in copyFrom() 1002 mRS.nAllocationCopyFromBitmap(getID(mRS), b); in copyFrom() 1134 mRS.nAllocationGenerateMipmaps(getID(mRS)); in generateMipmaps() 1447 count, 1, data.getID(mRS), dataOff, 0, in copy1DRangeFrom() [all …]
|
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 | 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 | Mesh.java | 158 int vtxCount = mRS.nMeshGetVertexBufferCount(getID(mRS)); in updateFromNative() 159 int idxCount = mRS.nMeshGetIndexCount(getID(mRS)); in updateFromNative() 165 mRS.nMeshGetVertices(getID(mRS), vtxIDs, vtxCount); in updateFromNative() 166 mRS.nMeshGetIndices(getID(mRS), idxIDs, primitives, idxCount); in updateFromNative() 377 vtx[ct] = alloc.getID(mRS); in create() 391 long allocID = (alloc == null) ? 0 : alloc.getID(mRS); in create() 535 vtx[ct] = entry.a.getID(mRS); in create() 540 long allocID = (entry.a == null) ? 0 : entry.a.getID(mRS); in create()
|
D | FileA3D.java | 181 int numFileEntries = mRS.nFileA3DGetNumIndexEntries(getID(mRS)); in initEntries() 190 mRS.nFileA3DGetIndexEntries(getID(mRS), numFileEntries, ids, names); in initEntries() 193 … mFileEntries[i] = new IndexEntry(mRS, i, getID(mRS), names[i], EntryType.toEntryType(ids[i])); in initEntries()
|
D | ProgramFragmentFixedFunction.java | 60 tmp[idx++] = mInputs[i].getID(mRS); in create() 64 tmp[idx++] = mOutputs[i].getID(mRS); in create() 68 tmp[idx++] = mConstants[i].getID(mRS); in create()
|
/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()
|
/frameworks/rs/support/java/src/androidx/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 | 51 placeholderAlloc = mRS.nIncAllocationCreateTyped(ain.getID(mRS), dInType, xBytesSize); in getDummyAlloc() 96 long id = mRS.nScriptKernelIDCreate(getID(mRS), slot, sig, mUseIncSupp); in createKernelID() 135 long id = mRS.nScriptInvokeIDCreate(getID(mRS), slot); in createInvokeID() 179 long id = mRS.nScriptFieldIDCreate(getID(mRS), slot, mUseIncSupp); in createFieldID() 195 mRS.nScriptInvoke(getID(mRS), slot, mUseIncSupp); in invoke() 206 mRS.nScriptInvokeV(getID(mRS), slot, v.getData(), mUseIncSupp); in invoke() 208 mRS.nScriptInvoke(getID(mRS), slot, mUseIncSupp); in invoke() 221 mRS.nScriptBindAllocation(getID(mRS), va.getID(mRS), slot, mUseIncSupp); in bindAllocation() 223 mRS.nScriptBindAllocation(getID(mRS), 0, slot, mUseIncSupp); in bindAllocation() 230 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() 503 mRS.nAllocationIoSend(getID(mRS)); in ioSend() 550 … mByteBuffer = mRS.nAllocationGetByteBuffer(getID(mRS), xBytesSize, mType.getY(), mType.getZ()); in getByteBuffer() 568 mByteBufferStride = mRS.nAllocationGetStride(getID(mRS)); in getStride() 587 mRS.nAllocationIoReceive(getID(mRS)); in ioReceive() 606 i[ct * 4] = d[ct].getID(mRS); in copyFrom() 612 i[ct] = (int)d[ct].getID(mRS); in copyFrom() 970 mRS.nAllocationCopyFromBitmap(getID(mRS), b); in copyFrom() 1116 mRS.nAllocationGenerateMipmaps(getID(mRS)); in generateMipmaps() [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/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/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/anqp/ |
D | RawByteElement.java | 63 return getID() == that.getID() && Arrays.equals(mPayload, that.mPayload); in equals()
|
/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 | 118 assertTrue(possibleZones.contains(actualLookupResult.getTimeZone().getID())); in test_nonUniqueUs_assumptions() 125 assertEquals(UNITED_KINGDOM_SCENARIO.getTimeZone().getID(), in test_unitedKingdom_assumptions() 150 assertEquals(NEW_ZEALAND_DEFAULT_SCENARIO.getTimeZone().getID(), in test_newZealand_assumptions() 191 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()
|
/frameworks/av/media/libstagefright/id3/test/ |
D | ID3Test.cpp | 53 it.getID(&id); in TEST_P() 87 it.getID(&id); in TEST_P() 101 it.getID(&id); in TEST_P() 156 it.getID(&id); in TEST_P()
|