| /xsrc/external/mit/xf86-video-intel/dist/src/uxa/ |
| H A D | intel_batchbuffer.c | 71 static dri_bo *bo_alloc(ScrnInfoPtr scrn) function in typeref:typename:dri_bo * 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/ |
| H A D | intel_batchbuffer.c | 71 static dri_bo *bo_alloc(ScrnInfoPtr scrn) function in typeref:typename:dri_bo * 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/freedreno/kgsl/ |
| H A D | kgsl_bo.c | 42 static int bo_alloc(struct kgsl_bo *kgsl_bo) function in typeref:typename:int 71 int ret = bo_alloc(kgsl_bo); 230 ret = bo_alloc(kgsl_bo);
|
| /xsrc/external/mit/libdrm/dist/intel/ |
| H A D | 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.
|
| H A D | intel_bufmgr.c | 52 return bufmgr->bo_alloc(bufmgr, name, size, alignment);
|
| H A D | intel_bufmgr_fake.c | 1605 bufmgr_fake->bufmgr.bo_alloc = drm_intel_fake_bo_alloc;
|
| H A D | intel_bufmgr_gem.c | 3701 bufmgr_gem->bufmgr.bo_alloc = drm_intel_gem_bo_alloc;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/ |
| H A D | iris_perf.c | 88 perf_cfg->vtbl.bo_alloc = iris_oa_bo_alloc;
|
| /xsrc/external/mit/xf86-video-qxl/dist/src/ |
| H A D | qxl_image.c | 112 struct qxl_bo *bo = qxl->bo_funcs->bo_alloc (qxl, sizeof (QXLDataChunk) + n_lines * dest_stride, "image data"); 146 image_bo = qxl->bo_funcs->bo_alloc (qxl, sizeof *image, "image struct");
|
| H A D | qxl_cursor.c | 91 struct qxl_bo *cursor_bo = qxl->bo_funcs->bo_alloc(qxl, sizeof(struct QXLCursor) + size, "cursor data");
|
| H A D | qxl.h | 179 struct qxl_bo *(*bo_alloc)(qxl_screen_t *qxl, unsigned long size, const char *name); member in struct:qxl_bo_funcs
|
| H A D | qxl_surface.c | 474 struct qxl_bo *image_bo = qxl->bo_funcs->bo_alloc (qxl, sizeof(struct QXLImage), "image struct for surface"); 614 struct qxl_bo *qxform_bo = qxl->bo_funcs->bo_alloc (qxl, sizeof (QXLTransform), "transform");
|
| H A D | qxl_drmmode.c | 359 drmmode_crtc->cursor_bo = qxl->bo_funcs->bo_alloc(qxl, cursor_size, "cursor");
|
| /xsrc/external/mit/MesaLib/dist/src/intel/perf/ |
| H A D | intel_perf.h | 366 void *(*bo_alloc)(void *bufmgr, const char *name, uint64_t size); member in struct:intel_perf_config::__anon712279210408
|
| H A D | intel_perf_query.c | 856 query->oa.bo = perf_cfg->vtbl.bo_alloc(perf_ctx->bufmgr, 904 perf_cfg->vtbl.bo_alloc(perf_ctx->bufmgr,
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/crocus/ |
| H A D | crocus_monitor.c | 189 perf_cfg->vtbl.bo_alloc = crocus_oa_bo_alloc;
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/ |
| H A D | brw_performance_query.c | 494 perf_cfg->vtbl.bo_alloc = brw_oa_bo_alloc;
|