Searched refs:targetByteChunk (Results 1 - 1 of 1) sorted by relevance

/frameworks/rs/cpu_ref/
H A DrsCpuCore.cpp416 const size_t targetByteChunk = 16 * 1024; local
425 s2 = targetByteChunk / mtls->fep.yStrideOut;
427 s2 = targetByteChunk / mtls->fep.yStrideIn;
444 s2 = targetByteChunk / mtls->fep.eStrideOut;
446 s2 = targetByteChunk / mtls->fep.eStrideIn;
488 const size_t targetByteChunk = 16 * 1024; local
497 s2 = targetByteChunk / mtls->fep.yStrideOut;
499 s2 = targetByteChunk / mtls->fep.yStrideIn;
516 s2 = targetByteChunk / mtls->fep.eStrideOut;
518 s2 = targetByteChunk / mtl
[all...]

Completed in 299 milliseconds