Home
last modified time | relevance | path

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

/hardware/msm7k/libgralloc-qsd8k/
Dgpu.cpp208 size_t size, alignedw, alignedh; in alloc_impl() local
211 alignedh = ALIGN(h, 32); in alloc_impl()
216 size = alignedw * alignedh * 4; in alloc_impl()
219 size = alignedw * alignedh * 3; in alloc_impl()
224 size = alignedw * alignedh * 2; in alloc_impl()
229 size = ALIGN(alignedw*alignedh, 4096); in alloc_impl()
237 size = ALIGN( alignedw * alignedh, 8192); in alloc_impl()
247 alignedh = h; in alloc_impl()
248 size = alignedw*alignedh + in alloc_impl()
249 (ALIGN(alignedw/2, 16) * (alignedh/2))*2; in alloc_impl()