/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() 136 long id = mRS.nScriptFieldIDCreate(getID(mRS), slot); in createFieldID() 152 mRS.nScriptInvoke(getID(mRS), slot); in invoke() 161 mRS.nScriptInvokeV(getID(mRS), slot, v.getData()); in invoke() 163 mRS.nScriptInvoke(getID(mRS), slot); in invoke() 195 in_ids[0] = ain.getID(mRS); in forEach() 200 out_id = aout.getID(mRS); in forEach() 220 mRS.nScriptForEach(getID(mRS), slot, in_ids, out_id, params, limits); in forEach() 257 in_ids[index] = ains[index].getID(mRS); in forEach() [all …]
|
D | Program.java | 151 a.getType().getID(mRS) != mConstants[slot].getID(mRS)) { in bindConstants() 154 long id = a != null ? a.getID(mRS) : 0; in bindConstants() 155 mRS.nProgramBindConstants(getID(mRS), slot, id); in bindConstants() 176 long id = va != null ? va.getID(mRS) : 0; in bindTexture() 177 mRS.nProgramBindTexture(getID(mRS), slot, id); in bindTexture() 196 long id = vs != null ? vs.getID(mRS) : 0; in bindSampler() 197 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 | 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 | 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 | 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 | 153 int vtxCount = mRS.nMeshGetVertexBufferCount(getID(mRS)); in updateFromNative() 154 int idxCount = mRS.nMeshGetIndexCount(getID(mRS)); in updateFromNative() 160 mRS.nMeshGetVertices(getID(mRS), vtxIDs, vtxCount); in updateFromNative() 161 mRS.nMeshGetIndices(getID(mRS), idxIDs, primitives, idxCount); in updateFromNative() 372 vtx[ct] = alloc.getID(mRS); in create() 386 long allocID = (alloc == null) ? 0 : alloc.getID(mRS); in create() 525 vtx[ct] = entry.a.getID(mRS); in create() 530 long allocID = (entry.a == null) ? 0 : entry.a.getID(mRS); in create()
|
D | FileA3D.java | 177 int numFileEntries = mRS.nFileA3DGetNumIndexEntries(getID(mRS)); in initEntries() 186 mRS.nFileA3DGetIndexEntries(getID(mRS), numFileEntries, ids, names); in initEntries() 189 … mFileEntries[i] = new IndexEntry(mRS, i, getID(mRS), names[i], EntryType.toEntryType(ids[i])); in initEntries()
|
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 | BaseObj.java | 52 long getID(RenderScript rs) { in getID() method in BaseObj 167 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/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 | 51 dummyAlloc = 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/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/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/java/android/util/ |
D | TimeUtils.java | 70 String currentName = current.getID(); in getTimeZone() 79 if (tz.getID().equals(currentName)) { in getTimeZone() 134 zone.getRawOffset() + " zone.getID=" + zone.getID()); in getTimeZonesWithUniqueOffsets() 192 if (tz.getID().startsWith("GMT") == false) { in getTimeZones() 197 + ((tz != null) ? tz.getID() : "<no tz>")); in getTimeZones()
|