Home
last modified time | relevance | path

Searched refs:outStride (Results 1 – 7 of 7) sorted by relevance

/frameworks/native/libs/ui/
DGraphicBufferAllocator.cpp110 int outStride = 0; in alloc() local
113 &outStride); in alloc()
114 *stride = static_cast<uint32_t>(outStride); in alloc()
DGraphicBuffer.cpp171 uint32_t outStride = 0; in initSize() local
173 &handle, &outStride); in initSize()
179 stride = static_cast<int>(outStride); in initSize()
/frameworks/rs/driver/runtime/
Drs_abi_debuginfo.c11 …Func_t)(const struct RsExpandKernelDriverInfo *info, uint32_t x1, uint32_t x2, uint32_t outStride);
/frameworks/rs/cpu_ref/
DrsCpuCoreRuntime.h48 uint32_t outStride[RS_KERNEL_INPUT_LIMIT]; member
DrsCpuCore.cpp415 fn(&fep, mtls->start.x, mtls->end.x, mtls->fep.outStride[0]); in walk_general_foreach()
440 fn(&fep, mtls->start.x, mtls->end.x, fep.outStride[0]); in walk_2d_foreach()
464 fn(&fep, xStart, xEnd, fep.outStride[0]); in walk_1d_foreach()
818 format_bytes(&fmt, mtls->redp.outPtr[0], mtls->redp.outStride[0])); in launchReduceParallel()
915 fn(&mtls->fep, mtls->start.x, mtls->end.x, mtls->fep.outStride[0]); in launchForEach()
DrsCpuCore.h39 …ForEachFunc_t)(const RsExpandKernelDriverInfo *info, uint32_t x1, uint32_t x2, uint32_t outStride);
DrsCpuScript.cpp614 mtls->redp.outStride[0] = aout->getType()->getElementSizeBytes(); in reduceMtlsSetup()
729 mtls->fep.outStride[0] = aout->getType()->getElementSizeBytes(); in forEachMtlsSetup()