/aosp12/frameworks/rs/ |
H A D | rsScriptC_Lib.cpp | 302 void rsrAllocationCopy1DRange(Context *rsc, Allocation *dstAlloc, in rsrAllocationCopy1DRange() argument 308 if (!validateCopyArgs(rsc, false, 1, dstAlloc, dstOff, 0, dstMip, count, 1) || in rsrAllocationCopy1DRange() 312 rsi_AllocationCopy2DRange(rsc, dstAlloc, dstOff, 0, in rsrAllocationCopy1DRange() 317 void rsrAllocationCopy2DRange(Context *rsc, Allocation *dstAlloc, in rsrAllocationCopy2DRange() argument 324 if (!validateCopyArgs(rsc, false, 2, dstAlloc, dstXoff, dstYoff, dstMip, width, height) || in rsrAllocationCopy2DRange() 329 rsi_AllocationCopy2DRange(rsc, dstAlloc, dstXoff, dstYoff, in rsrAllocationCopy2DRange()
|
H A D | rs_hal.h | 276 const Allocation *dstAlloc, 280 const Allocation *dstAlloc, 287 const Allocation *dstAlloc,
|
H A D | rsRuntime.h | 79 void rsrAllocationCopy1DRange(Context *, Allocation *dstAlloc, 85 void rsrAllocationCopy2DRange(Context *, Allocation *dstAlloc,
|
H A D | rsAllocation.cpp | 824 RsAllocation dstAlloc, in rsi_AllocationCopy2DRange() argument 831 Allocation *dst = static_cast<Allocation *>(dstAlloc); in rsi_AllocationCopy2DRange() 841 RsAllocation dstAlloc, in rsi_AllocationCopy3DRange() argument 848 Allocation *dst = static_cast<Allocation *>(dstAlloc); in rsi_AllocationCopy3DRange()
|
H A D | rsHidlAdaptation.cpp | 674 RsAllocation dstAlloc, in AllocationCopy2DRange() argument 682 uint64_t _dstAlloc = (uint64_t)(uintptr_t)dstAlloc; in AllocationCopy2DRange() 689 RsAllocation dstAlloc, in AllocationCopy3DRange() argument 697 uint64_t _dstAlloc = (uint64_t)(uintptr_t)dstAlloc; in AllocationCopy3DRange()
|
/aosp12/frameworks/rs/driver/ |
H A D | rsdAllocation.cpp | 1031 const android::renderscript::Allocation *dstAlloc, in rsdAllocationData1D_alloc() argument 1039 const android::renderscript::Allocation *dstAlloc, in rsdAllocationData2D_alloc_script() argument 1045 size_t elementSize = dstAlloc->getType()->getElementSizeBytes(); in rsdAllocationData2D_alloc_script() 1062 uint32_t elementSize = dstAlloc->getType()->getElementSizeBytes(); in rsdAllocationData3D_alloc_script() 1065 uint8_t *dstPtr = GetOffsetPtr(dstAlloc, dstXoff, dstYoff + i, dstZoff + j, in rsdAllocationData3D_alloc_script() 1078 const android::renderscript::Allocation *dstAlloc, in rsdAllocationData2D_alloc() argument 1084 if (!dstAlloc->getIsScript() && !srcAlloc->getIsScript()) { in rsdAllocationData2D_alloc() 1089 rsdAllocationData2D_alloc_script(rsc, dstAlloc, dstXoff, dstYoff, in rsdAllocationData2D_alloc() 1095 const android::renderscript::Allocation *dstAlloc, in rsdAllocationData3D_alloc() argument 1102 if (!dstAlloc->getIsScript() && !srcAlloc->getIsScript()) { in rsdAllocationData3D_alloc() [all …]
|
H A D | rsdAllocation.h | 147 const android::renderscript::Allocation *dstAlloc, 152 const android::renderscript::Allocation *dstAlloc, 159 const android::renderscript::Allocation *dstAlloc,
|
H A D | rsdRuntimeStubs.cpp | 209 ::rs_allocation dstAlloc, in rsAllocationCopy1DRange() argument 216 rsrAllocationCopy1DRange(rsc, (Allocation *)dstAlloc.p, dstOff, dstMip, in rsAllocationCopy1DRange() 221 ::rs_allocation dstAlloc, in rsAllocationCopy2DRange() argument 231 rsrAllocationCopy2DRange(rsc, (Allocation *)dstAlloc.p, in rsAllocationCopy2DRange()
|
/aosp12/frameworks/base/rs/java/android/renderscript/ |
H A D | RenderScript.java | 556 long dstAlloc, int dstXoff, int dstYoff, in rsnAllocationData2D() argument 561 synchronized void nAllocationData2D(long dstAlloc, int dstXoff, int dstYoff, in nAllocationData2D() argument 568 dstAlloc, dstXoff, dstYoff, in nAllocationData2D() 592 long dstAlloc, int dstXoff, int dstYoff, int dstZoff, in rsnAllocationData3D() argument 597 synchronized void nAllocationData3D(long dstAlloc, int dstXoff, int dstYoff, int dstZoff, in nAllocationData3D() argument 604 dstAlloc, dstXoff, dstYoff, dstZoff, in nAllocationData3D()
|
/aosp12/frameworks/rs/support/java/src/androidx/renderscript/ |
H A D | RenderScript.java | 500 long dstAlloc, int dstXoff, int dstYoff, in rsnAllocationData2D() argument 505 synchronized void nAllocationData2D(long dstAlloc, int dstXoff, int dstYoff, in nAllocationData2D() argument 512 dstAlloc, dstXoff, dstYoff, in nAllocationData2D() 536 long dstAlloc, int dstXoff, int dstYoff, int dstZoff, in rsnAllocationData3D() argument 541 synchronized void nAllocationData3D(long dstAlloc, int dstXoff, int dstYoff, int dstZoff, in nAllocationData3D() argument 548 dstAlloc, dstXoff, dstYoff, dstZoff, in nAllocationData3D()
|
/aosp12/hardware/interfaces/renderscript/1.0/default/ |
H A D | Context.h | 79 …Return<void> allocationCopy2DRange(Allocation dstAlloc, uint32_t dstXoff, uint32_t dstYoff, uint32… 80 …Return<void> allocationCopy3DRange(Allocation dstAlloc, uint32_t dstXoff, uint32_t dstYoff, uint32…
|
H A D | Context.cpp | 302 Return<void> Context::allocationCopy2DRange(Allocation dstAlloc, uint32_t dstXoff, uint32_t dstYoff… in allocationCopy2DRange() argument 303 RsAllocation _dstAlloc = hidl_to_rs<RsAllocation>(dstAlloc); in allocationCopy2DRange() 319 Return<void> Context::allocationCopy3DRange(Allocation dstAlloc, uint32_t dstXoff, uint32_t dstYoff… in allocationCopy3DRange() argument 320 RsAllocation _dstAlloc = hidl_to_rs<RsAllocation>(dstAlloc); in allocationCopy3DRange()
|
/aosp12/frameworks/rs/support/jni/ |
H A D | android_renderscript_RenderScript.cpp | 1236 jlong dstAlloc, jint dstXoff, jint dstYoff, in nAllocationData2D_alloc() argument 1245 (RsContext)con, (RsAllocation)dstAlloc, dstXoff, dstYoff, dstMip, dstFace, in nAllocationData2D_alloc() 1249 (RsAllocation)dstAlloc, in nAllocationData2D_alloc() 1275 jlong dstAlloc, jint dstXoff, jint dstYoff, jint dstZoff, in nAllocationData3D_alloc() argument 1284 (RsContext)con, (RsAllocation)dstAlloc, dstXoff, dstYoff, dstMip, dstFace, in nAllocationData3D_alloc() 1288 (RsAllocation)dstAlloc, in nAllocationData3D_alloc()
|
/aosp12/frameworks/base/rs/jni/ |
H A D | android_renderscript_RenderScript.cpp | 1444 jlong dstAlloc, jint dstXoff, jint dstYoff, in nAllocationData2D_alloc() argument 1454 (RsContext)con, (RsAllocation)dstAlloc, dstXoff, dstYoff, dstMip, dstFace, in nAllocationData2D_alloc() 1459 (RsAllocation)dstAlloc, in nAllocationData2D_alloc() 1489 jlong dstAlloc, jint dstXoff, jint dstYoff, jint dstZoff, in nAllocationData3D_alloc() argument 1499 (RsContext)con, (RsAllocation)dstAlloc, dstXoff, dstYoff, dstMip, in nAllocationData3D_alloc() 1504 (RsAllocation)dstAlloc, in nAllocationData3D_alloc()
|
/aosp12/hardware/interfaces/renderscript/1.0/ |
H A D | IContext.hal | 465 * @param dstAlloc Allocation to be updated 479 allocationCopy2DRange(Allocation dstAlloc, uint32_t dstXoff, 490 * @param dstAlloc Allocation to be updated 505 allocationCopy3DRange(Allocation dstAlloc, uint32_t dstXoff,
|
/aosp12/frameworks/rs/script_api/include/ |
H A D | rs_allocation_data.rsh | 58 * dstAlloc: Allocation to copy cells into. 68 … rsAllocationCopy1DRange(rs_allocation dstAlloc, uint32_t dstOff, uint32_t dstMip, uint32_t count, 92 * dstAlloc: Allocation to copy cells into. 107 rsAllocationCopy2DRange(rs_allocation dstAlloc, uint32_t dstXoff, uint32_t dstYoff,
|