/frameworks/rs/cpu_ref/ |
D | rsCpuIntrinsic.cpp | 76 void RsdCpuScriptIntrinsic::preLaunch(uint32_t slot, const Allocation ** ains, in preLaunch() function in android::renderscript::RsdCpuScriptIntrinsic 98 preLaunch(slot, ains, inLen, aout, usr, usrLen, sc); in invokeForEach()
|
D | rsCpuIntrinsic.h | 61 void preLaunch(uint32_t slot, const Allocation ** ains,
|
D | rsCpuIntrinsicHistogram.cpp | 36 void preLaunch(uint32_t slot, const Allocation ** ains, uint32_t inLen, 95 RsdCpuScriptIntrinsicHistogram::preLaunch(uint32_t slot, in preLaunch() function in android::renderscript::RsdCpuScriptIntrinsicHistogram
|
D | rsCpuScriptGroup.cpp | 227 si->preLaunch(slot, ains, inLen, outs[ct], mtls.fep.usr, in execute() 266 si->preLaunch(kernels[ct]->mSlot, ains, inLen, outs[ct], in execute()
|
D | rsCpuScript.h | 49 virtual void preLaunch(uint32_t slot, const Allocation ** ains,
|
D | rsCpuIntrinsicColorMatrix.cpp | 167 void preLaunch(uint32_t slot, const Allocation ** ains, 942 void RsdCpuScriptIntrinsicColorMatrix::preLaunch(uint32_t slot, in preLaunch() function in android::renderscript::RsdCpuScriptIntrinsicColorMatrix
|
D | rsCpuIntrinsicResize.cpp | 40 void preLaunch(uint32_t slot, const Allocation ** ains, 720 void RsdCpuScriptIntrinsicResize::preLaunch(uint32_t slot, in preLaunch() function in android::renderscript::RsdCpuScriptIntrinsicResize
|
D | rsCpuScriptGroup2.cpp | 673 cpuClosure->mSi->preLaunch(kernelID->mSlot, in run()
|
D | rsCpuScript.cpp | 997 void RsdCpuScriptImpl::preLaunch(uint32_t slot, const Allocation ** ains, in preLaunch() function in android::renderscript::RsdCpuScriptImpl
|
/frameworks/rs/toolkit/ |
D | ColorMatrix.cpp | 193 void preLaunch(size_t inVectorSize, int inType, size_t outVectorSize, int outType); 196 void preLaunch(size_t inVectorSize, size_t outVectorSize); 223 preLaunch(inputVectorSize, RS_TYPE_UNSIGNED_8, outputVectorSize, RS_TYPE_UNSIGNED_8); 225 preLaunch(inputVectorSize, outputVectorSize); 961 void ColorMatrixTask::preLaunch(size_t inVectorSize, int inType, size_t outVectorSize, function in android::renderscript::ColorMatrixTask 979 void ColorMatrixTask::preLaunch(size_t inVectorSize, size_t outVectorSize) {
|
D | Resize.cpp | 716 void ResizeTask::preLaunch(uint32_t slot, const RsScriptCall *sc) in preLaunch() function in android::renderscript::ResizeTask
|