Lines Matching refs:base
47 struct radeon_bo_int base;
55 struct radeon_bo_manager base;
75 bo->base.bom = bom;
76 bo->base.handle = 0;
77 bo->base.size = size;
78 bo->base.alignment = alignment;
79 bo->base.domains = domains;
80 bo->base.flags = flags;
81 bo->base.ptr = NULL;
94 bo->base.handle = open_arg.handle;
95 bo->base.size = open_arg.size;
102 args.initial_domain = bo->base.domains;
107 bo->base.handle = args.handle;
112 fprintf(stderr, " domains : %d\n", bo->base.domains);
287 bomg->base.funcs = &bo_gem_funcs;
288 bomg->base.fd = fd;
361 ret = drmPrimeHandleToFD(bo_gem->base.bom->fd, bo->handle, DRM_CLOEXEC, handle);
377 bo->base.bom = bom;
378 bo->base.handle = 0;
379 bo->base.size = size;
380 bo->base.alignment = 0;
381 bo->base.domains = RADEON_GEM_DOMAIN_GTT;
382 bo->base.flags = 0;
383 bo->base.ptr = NULL;
393 bo->base.handle = handle;