Home
last modified time | relevance | path

Searched refs:yStrideIn (Results 1 – 3 of 3) sorted by relevance

/frameworks/rs/cpu_ref/
DrsCpuCore.cpp377 p.in = mtls->fep.ptrIn + (mtls->fep.yStrideIn * p.y) + in wc_xy()
427 s2 = targetByteChunk / mtls->fep.yStrideIn; in launchThreads()
473 p.in = mtls->fep.ptrIn + (mtls->fep.yStrideIn * offset) + in launchThreads()
499 s2 = targetByteChunk / mtls->fep.yStrideIn; in launchThreads()
DrsCpuCore.h68 uint32_t yStrideIn; member
DrsCpuScript.cpp897 mtls->fep.yStrideIn = ain->mHal.drvState.lod[0].stride; in forEachMtlsSetup()