HomeSort by relevance Sort by last modified time
    Searched refs:yStrideOut (Results 1 - 6 of 6) sorted by null

  /frameworks/rs/cpu_ref/
rsCpuCore.cpp 375 p.out = mtls->fep.ptrOut + (mtls->fep.yStrideOut * p.y) +
424 if (mtls->fep.yStrideOut) {
425 s2 = targetByteChunk / mtls->fep.yStrideOut;
471 p.out = mtls->fep.ptrOut + (mtls->fep.yStrideOut * offset) +
496 if (mtls->fep.yStrideOut) {
497 s2 = targetByteChunk / mtls->fep.yStrideOut;
558 p.out = mtls->fep.ptrOut + (mtls->fep.yStrideOut * offset) +
rsCpuCore.h 69 uint32_t yStrideOut;
rsCpuScript.cpp 905 mtls->fep.yStrideOut = aout->mHal.drvState.lod[0].stride;
    [all...]
  /prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/rs/
rs_hal.h 73 uint32_t yStrideOut;
  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/rs/
rs_hal.h 73 uint32_t yStrideOut;
  /prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/rs/
rs_hal.h 73 uint32_t yStrideOut;

Completed in 697 milliseconds