Home
last modified time | relevance | path

Searched refs:dstAlloc (Results 1 – 13 of 13) sorted by relevance

/frameworks/rs/
DrsScriptC_Lib.cpp302 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()
DrsRuntime.h79 void rsrAllocationCopy1DRange(Context *, Allocation *dstAlloc,
85 void rsrAllocationCopy2DRange(Context *, Allocation *dstAlloc,
Drs_hal.h276 const Allocation *dstAlloc,
280 const Allocation *dstAlloc,
287 const Allocation *dstAlloc,
DrsAllocation.cpp824 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()
DrsHidlAdaptation.cpp674 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()
/frameworks/rs/driver/
DrsdAllocation.h147 const android::renderscript::Allocation *dstAlloc,
152 const android::renderscript::Allocation *dstAlloc,
159 const android::renderscript::Allocation *dstAlloc,
DrsdAllocation.cpp1031 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()
1047 uint8_t *dstPtr = GetOffsetPtr(dstAlloc, dstXoff, dstYoff + i, 0, dstLod, dstFace); in rsdAllocationData2D_alloc_script()
1057 const android::renderscript::Allocation *dstAlloc, in rsdAllocationData3D_alloc_script() argument
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()
[all …]
DrsdRuntimeStubs.cpp209 ::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()
/frameworks/rs/support/java/src/androidx/renderscript/
DRenderScript.java500 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()
/frameworks/base/rs/java/android/renderscript/
DRenderScript.java556 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()
/frameworks/rs/support/jni/
Dandroid_renderscript_RenderScript.cpp1236 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()
/frameworks/base/rs/jni/
Dandroid_renderscript_RenderScript.cpp1444 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()
/frameworks/rs/script_api/include/
Drs_allocation_data.rsh58 * 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,