Lines Matching defs:size
72 uint32_t size;
191 union omap_gem_size size, uint32_t flags)
195 .size = size,
199 if (size.bytes == 0) {
212 bo->size = round_up(size.tiled.width, PAGE_SIZE) * size.tiled.height;
214 bo->size = size.bytes;
227 omap_bo_new(struct omap_device *dev, uint32_t size, uint32_t flags)
230 .bytes = size,
275 bo->size = req.size;
357 munmap(bo->map, bo->size);
427 if (!bo->size) {
430 return bo->size;
440 bo->map = mmap(0, bo->size, PROT_READ | PROT_WRITE,