Home | History | Annotate | Download | only in libkms

Lines Matching defs:size

81 	unsigned size, pitch;
99 size = 4 * 64 * 64;
104 size = pitch * height;
115 arg.size = size;
128 bo->base.size = size;
168 arg.size = (uint64_t)bo->base.size;
175 map = drm_mmap(0, arg.size, PROT_READ | PROT_WRITE, MAP_SHARED,
192 drm_munmap(bo->base.ptr, bo->base.size);
207 drm_munmap(bo->base.ptr, bo->base.size);