Searched refs:outStride (Results 1 – 7 of 7) sorted by relevance
/frameworks/native/libs/ui/ |
D | GraphicBufferAllocator.cpp | 110 int outStride = 0; in alloc() local 113 &outStride); in alloc() 114 *stride = static_cast<uint32_t>(outStride); in alloc()
|
D | GraphicBuffer.cpp | 171 uint32_t outStride = 0; in initSize() local 173 &handle, &outStride); in initSize() 179 stride = static_cast<int>(outStride); in initSize()
|
/frameworks/rs/driver/runtime/ |
D | rs_abi_debuginfo.c | 11 …Func_t)(const struct RsExpandKernelDriverInfo *info, uint32_t x1, uint32_t x2, uint32_t outStride);
|
/frameworks/rs/cpu_ref/ |
D | rsCpuCoreRuntime.h | 48 uint32_t outStride[RS_KERNEL_INPUT_LIMIT]; member
|
D | rsCpuCore.cpp | 415 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()
|
D | rsCpuCore.h | 39 …ForEachFunc_t)(const RsExpandKernelDriverInfo *info, uint32_t x1, uint32_t x2, uint32_t outStride);
|
D | rsCpuScript.cpp | 614 mtls->redp.outStride[0] = aout->getType()->getElementSizeBytes(); in reduceMtlsSetup() 729 mtls->fep.outStride[0] = aout->getType()->getElementSizeBytes(); in forEachMtlsSetup()
|