Home
last modified time | relevance | path

Searched refs:dstAlloc (Results 1 – 16 of 16) 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/rsov/driver/
DrsovAllocation.h136 const android::renderscript::Allocation *dstAlloc, uint32_t dstXoff,
143 const android::renderscript::Allocation *dstAlloc, uint32_t dstXoff,
151 const android::renderscript::Allocation *dstAlloc, uint32_t dstXoff,
159 const android::renderscript::Allocation *dstAlloc, uint32_t dstXoff,
166 const android::renderscript::Allocation *dstAlloc, uint32_t dstXoff,
DrsovAllocation.cpp495 void rsovAllocationData1D_alloc(const Context *rsc, const Allocation *dstAlloc, in rsovAllocationData1D_alloc() argument
501 const Context *rsc, const Allocation *dstAlloc, uint32_t dstXoff, in rsovAllocationData2D_alloc_script() argument
505 size_t elementSize = dstAlloc->getType()->getElementSizeBytes(); in rsovAllocationData2D_alloc_script()
508 GetOffsetPtr(dstAlloc, dstXoff, dstYoff + i, 0, dstLod, dstFace); in rsovAllocationData2D_alloc_script()
516 const Context *rsc, const Allocation *dstAlloc, uint32_t dstXoff, in rsovAllocationData3D_alloc_script() argument
520 uint32_t elementSize = dstAlloc->getType()->getElementSizeBytes(); in rsovAllocationData3D_alloc_script()
524 GetOffsetPtr(dstAlloc, dstXoff, dstYoff + i, dstZoff + j, dstLod, in rsovAllocationData3D_alloc_script()
535 const Context *rsc, const Allocation *dstAlloc, uint32_t dstXoff, in rsovAllocationData2D_alloc() argument
539 if (!dstAlloc->getIsScript() && !srcAlloc->getIsScript()) { in rsovAllocationData2D_alloc()
545 rsovAllocationData2D_alloc_script(rsc, dstAlloc, dstXoff, dstYoff, dstLod, in rsovAllocationData2D_alloc()
[all …]
DrsovRuntimeStubs.cpp196 rsAllocationCopy1DRange(::rs_allocation dstAlloc, uint32_t dstOff, in rsAllocationCopy1DRange() argument
202 rsrAllocationCopy1DRange(rsc, (Allocation *)dstAlloc.p, dstOff, dstMip, count, in rsAllocationCopy1DRange()
207 rsAllocationCopy2DRange(::rs_allocation dstAlloc, uint32_t dstXoff, in rsAllocationCopy2DRange() argument
216 rsc, (Allocation *)dstAlloc.p, dstXoff, dstYoff, dstMip, dstFace, width, in rsAllocationCopy2DRange()
/frameworks/rs/driver/
DrsdAllocation.h147 const android::renderscript::Allocation *dstAlloc,
152 const android::renderscript::Allocation *dstAlloc,
159 const android::renderscript::Allocation *dstAlloc,
DrsdAllocation.cpp1030 const android::renderscript::Allocation *dstAlloc, in rsdAllocationData1D_alloc() argument
1038 const android::renderscript::Allocation *dstAlloc, in rsdAllocationData2D_alloc_script() argument
1044 size_t elementSize = dstAlloc->getType()->getElementSizeBytes(); in rsdAllocationData2D_alloc_script()
1046 uint8_t *dstPtr = GetOffsetPtr(dstAlloc, dstXoff, dstYoff + i, 0, dstLod, dstFace); in rsdAllocationData2D_alloc_script()
1056 const android::renderscript::Allocation *dstAlloc, in rsdAllocationData3D_alloc_script() argument
1061 uint32_t elementSize = dstAlloc->getType()->getElementSizeBytes(); in rsdAllocationData3D_alloc_script()
1064 uint8_t *dstPtr = GetOffsetPtr(dstAlloc, dstXoff, dstYoff + i, dstZoff + j, in rsdAllocationData3D_alloc_script()
1077 const android::renderscript::Allocation *dstAlloc, in rsdAllocationData2D_alloc() argument
1083 if (!dstAlloc->getIsScript() && !srcAlloc->getIsScript()) { in rsdAllocationData2D_alloc()
1088 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/base/rs/java/android/renderscript/
DRenderScript.java550 long dstAlloc, int dstXoff, int dstYoff, in rsnAllocationData2D() argument
555 synchronized void nAllocationData2D(long dstAlloc, int dstXoff, int dstYoff, in nAllocationData2D() argument
562 dstAlloc, dstXoff, dstYoff, in nAllocationData2D()
586 long dstAlloc, int dstXoff, int dstYoff, int dstZoff, in rsnAllocationData3D() argument
591 synchronized void nAllocationData3D(long dstAlloc, int dstXoff, int dstYoff, int dstZoff, in nAllocationData3D() argument
598 dstAlloc, dstXoff, dstYoff, dstZoff, in nAllocationData3D()
/frameworks/rs/support/java/src/android/support/v8/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/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,