Home
last modified time | relevance | path

Searched refs:ptrIn (Results 1 – 6 of 6) sorted by relevance

/frameworks/support/renderscript/v8/rs_support/driver/
DrsdIntrinsicBlur.cpp93 const uchar *ptrIn, int iStride, const float* gPtr, int iradius) { in OneV() argument
95 const uchar *pi = ptrIn + x*4; in OneV()
114 const uchar *ptrIn, int iStride, const float* gPtr, int ct, in OneVF() argument
122 rsdIntrinsicBlurVF_K(out, ptrIn, iStride, gPtr, ct, x1, x1 + t); in OneVF()
129 const uchar *pi = ptrIn + x1 * 4; in OneVF()
146 const float4 *ptrIn, const float* gPtr, int iradius) { in OneH() argument
152 float4 pf = ptrIn[validX]; in OneH()
DrsdBcc.cpp382 p.in = mtls->fep.ptrIn + (mtls->fep.yStrideIn * p.y); in wc_xy()
413 p.in = mtls->fep.ptrIn + (mtls->fep.eStrideIn * xStart); in wc_x()
485 mtls->fep.ptrIn = NULL; in rsdScriptInvokeForEachMtlsSetup()
490 mtls->fep.ptrIn = (const uint8_t *)aindrv->lod[0].mallocPtr; in rsdScriptInvokeForEachMtlsSetup()
552 p.in = mtls->fep.ptrIn + (mtls->fep.yStrideIn * offset); in rsdScriptLaunchThreads()
/frameworks/rs/driver/
DrsdIntrinsicBlur.cpp95 const uchar *ptrIn, int iStride, const float* gPtr, int iradius) { in OneV() argument
97 const uchar *pi = ptrIn + x*4; in OneV()
116 const uchar *ptrIn, int iStride, const float* gPtr, int ct, in OneVF() argument
124 rsdIntrinsicBlurVF_K(out, ptrIn, iStride, gPtr, ct, x1, x1 + t); in OneVF()
131 const uchar *pi = ptrIn + x1 * 4; in OneVF()
149 const float4 *ptrIn, const float* gPtr, int iradius) { in OneH() argument
155 float4 pf = ptrIn[validX]; in OneH()
DrsdBcc.cpp204 p.in = mtls->fep.ptrIn + (mtls->fep.yStrideIn * p.y); in wc_xy()
214 p.in = mtls->fep.ptrIn + (mtls->fep.yStrideIn * p.y) + in wc_xy()
244 p.in = mtls->fep.ptrIn + (mtls->fep.eStrideIn * xStart); in wc_x()
312 mtls->fep.ptrIn = NULL; in rsdScriptInvokeForEachMtlsSetup()
317 mtls->fep.ptrIn = (const uint8_t *)aindrv->lod[0].mallocPtr; in rsdScriptInvokeForEachMtlsSetup()
404 p.in = mtls->fep.ptrIn + (mtls->fep.yStrideIn * offset) + in rsdScriptLaunchThreads()
/frameworks/rs/
Drs_hal.h68 const uint8_t *ptrIn; member
/frameworks/support/renderscript/v8/rs_support/
Drs_hal.h67 const uint8_t *ptrIn; member