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.cpp496 void rsovAllocationData1D_alloc(const Context *rsc, const Allocation *dstAlloc, in rsovAllocationData1D_alloc() argument
502 const Context *rsc, const Allocation *dstAlloc, uint32_t dstXoff, in rsovAllocationData2D_alloc_script() argument
506 size_t elementSize = dstAlloc->getType()->getElementSizeBytes(); in rsovAllocationData2D_alloc_script()
509 GetOffsetPtr(dstAlloc, dstXoff, dstYoff + i, 0, dstLod, dstFace); in rsovAllocationData2D_alloc_script()
517 const Context *rsc, const Allocation *dstAlloc, uint32_t dstXoff, in rsovAllocationData3D_alloc_script() argument
521 uint32_t elementSize = dstAlloc->getType()->getElementSizeBytes(); in rsovAllocationData3D_alloc_script()
525 GetOffsetPtr(dstAlloc, dstXoff, dstYoff + i, dstZoff + j, dstLod, in rsovAllocationData3D_alloc_script()
536 const Context *rsc, const Allocation *dstAlloc, uint32_t dstXoff, in rsovAllocationData2D_alloc() argument
540 if (!dstAlloc->getIsScript() && !srcAlloc->getIsScript()) { in rsovAllocationData2D_alloc()
546 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.cpp1019 const android::renderscript::Allocation *dstAlloc, in rsdAllocationData1D_alloc() argument
1027 const android::renderscript::Allocation *dstAlloc, in rsdAllocationData2D_alloc_script() argument
1033 size_t elementSize = dstAlloc->getType()->getElementSizeBytes(); in rsdAllocationData2D_alloc_script()
1035 uint8_t *dstPtr = GetOffsetPtr(dstAlloc, dstXoff, dstYoff + i, 0, dstLod, dstFace); in rsdAllocationData2D_alloc_script()
1045 const android::renderscript::Allocation *dstAlloc, in rsdAllocationData3D_alloc_script() argument
1050 uint32_t elementSize = dstAlloc->getType()->getElementSizeBytes(); in rsdAllocationData3D_alloc_script()
1053 uint8_t *dstPtr = GetOffsetPtr(dstAlloc, dstXoff, dstYoff + i, dstZoff + j, in rsdAllocationData3D_alloc_script()
1066 const android::renderscript::Allocation *dstAlloc, in rsdAllocationData2D_alloc() argument
1072 if (!dstAlloc->getIsScript() && !srcAlloc->getIsScript()) { in rsdAllocationData2D_alloc()
1077 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/android/support/v8/renderscript/
DRenderScript.java483 long dstAlloc, int dstXoff, int dstYoff, in rsnAllocationData2D() argument
488 synchronized void nAllocationData2D(long dstAlloc, int dstXoff, int dstYoff, in nAllocationData2D() argument
495 dstAlloc, dstXoff, dstYoff, in nAllocationData2D()
519 long dstAlloc, int dstXoff, int dstYoff, int dstZoff, in rsnAllocationData3D() argument
524 synchronized void nAllocationData3D(long dstAlloc, int dstXoff, int dstYoff, int dstZoff, in nAllocationData3D() argument
531 dstAlloc, dstXoff, dstYoff, dstZoff, in nAllocationData3D()
/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/jni/
Dandroid_renderscript_RenderScript.cpp1234 jlong dstAlloc, jint dstXoff, jint dstYoff, in nAllocationData2D_alloc() argument
1243 (RsContext)con, (RsAllocation)dstAlloc, dstXoff, dstYoff, dstMip, dstFace, in nAllocationData2D_alloc()
1247 (RsAllocation)dstAlloc, in nAllocationData2D_alloc()
1273 jlong dstAlloc, jint dstXoff, jint dstYoff, jint dstZoff, in nAllocationData3D_alloc() argument
1282 (RsContext)con, (RsAllocation)dstAlloc, dstXoff, dstYoff, dstMip, dstFace, in nAllocationData3D_alloc()
1286 (RsAllocation)dstAlloc, in nAllocationData3D_alloc()
/frameworks/base/rs/jni/
Dandroid_renderscript_RenderScript.cpp1457 jlong dstAlloc, jint dstXoff, jint dstYoff, in nAllocationData2D_alloc() argument
1467 (RsContext)con, (RsAllocation)dstAlloc, dstXoff, dstYoff, dstMip, dstFace, in nAllocationData2D_alloc()
1472 (RsAllocation)dstAlloc, in nAllocationData2D_alloc()
1502 jlong dstAlloc, jint dstXoff, jint dstYoff, jint dstZoff, in nAllocationData3D_alloc() argument
1512 (RsContext)con, (RsAllocation)dstAlloc, dstXoff, dstYoff, dstMip, in nAllocationData3D_alloc()
1517 (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,