HomeSort by: relevance | last modified time | path
    Searched defs:bo_alloc (Results 1 - 6 of 6) sorted by relevancy

  /xsrc/external/mit/libdrm/dist/freedreno/kgsl/
kgsl_bo.c 42 static int bo_alloc(struct kgsl_bo *kgsl_bo) function
71 int ret = bo_alloc(kgsl_bo);
230 ret = bo_alloc(kgsl_bo);
  /xsrc/external/mit/xf86-video-intel/dist/src/uxa/
intel_batchbuffer.c 71 static dri_bo *bo_alloc(ScrnInfoPtr scrn) function
108 intel->last_batch_bo[0] = bo_alloc(scrn);
109 intel->last_batch_bo[1] = bo_alloc(scrn);
111 intel->batch_bo = bo_alloc(scrn);
  /xsrc/external/mit/xf86-video-intel-2014/dist/src/uxa/
intel_batchbuffer.c 71 static dri_bo *bo_alloc(ScrnInfoPtr scrn) function
108 intel->last_batch_bo[0] = bo_alloc(scrn);
109 intel->last_batch_bo[1] = bo_alloc(scrn);
111 intel->batch_bo = bo_alloc(scrn);
  /xsrc/external/mit/libdrm/dist/intel/
intel_bufmgr_priv.h 50 drm_intel_bo *(*bo_alloc) (drm_intel_bufmgr *bufmgr, const char *name, member in struct:_drm_intel_bufmgr
57 * This is otherwise the same as bo_alloc.
  /xsrc/external/mit/MesaLib/dist/src/intel/perf/
intel_perf.h 366 void *(*bo_alloc)(void *bufmgr, const char *name, uint64_t size); member in struct:intel_perf_config::__anon2468
  /xsrc/external/mit/xf86-video-qxl/dist/src/
qxl.h 179 struct qxl_bo *(*bo_alloc)(qxl_screen_t *qxl, unsigned long size, const char *name); member in struct:qxl_bo_funcs

Completed in 13 milliseconds