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.java495 long dstAlloc, int dstXoff, int dstYoff, in rsnAllocationData2D() argument
500 synchronized void nAllocationData2D(long dstAlloc, int dstXoff, int dstYoff, in nAllocationData2D() argument
507 dstAlloc, dstXoff, dstYoff, in nAllocationData2D()
531 long dstAlloc, int dstXoff, int dstYoff, int dstZoff, in rsnAllocationData3D() argument
536 synchronized void nAllocationData3D(long dstAlloc, int dstXoff, int dstYoff, int dstZoff, in nAllocationData3D() argument
543 dstAlloc, dstXoff, dstYoff, dstZoff, in nAllocationData3D()
/frameworks/base/rs/java/android/renderscript/
DRenderScript.java562 long dstAlloc, int dstXoff, int dstYoff, in rsnAllocationData2D() argument
567 synchronized void nAllocationData2D(long dstAlloc, int dstXoff, int dstYoff, in nAllocationData2D() argument
574 dstAlloc, dstXoff, dstYoff, in nAllocationData2D()
598 long dstAlloc, int dstXoff, int dstYoff, int dstZoff, in rsnAllocationData3D() argument
603 synchronized void nAllocationData3D(long dstAlloc, int dstXoff, int dstYoff, int dstZoff, in nAllocationData3D() argument
610 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.cpp1449 jlong dstAlloc, jint dstXoff, jint dstYoff, in nAllocationData2D_alloc() argument
1459 (RsContext)con, (RsAllocation)dstAlloc, dstXoff, dstYoff, dstMip, dstFace, in nAllocationData2D_alloc()
1464 (RsAllocation)dstAlloc, in nAllocationData2D_alloc()
1494 jlong dstAlloc, jint dstXoff, jint dstYoff, jint dstZoff, in nAllocationData3D_alloc() argument
1504 (RsContext)con, (RsAllocation)dstAlloc, dstXoff, dstYoff, dstMip, in nAllocationData3D_alloc()
1509 (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,