Searched refs:drm_intel_bo_alloc (Results 1 – 8 of 8) sorted by relevance
/third_party/mesa3d/src/mesa/drivers/dri/i915/ |
D | intel_buffer_objects.c | 51 intel_obj->buffer = drm_intel_bo_alloc(intel->bufmgr, "bufferobj", in intel_bufferobj_alloc_buffer() 216 drm_intel_bo_alloc(intel->bufmgr, "subdata temp", size, 64); in intel_bufferobj_subdata() 357 intel_obj->range_map_bo[index] = drm_intel_bo_alloc(intel->bufmgr, in intel_bufferobj_map_range() 409 temp_bo = drm_intel_bo_alloc(intel->bufmgr, "range map flush", length, 64); in intel_bufferobj_flush_mapped_range() 528 intel->upload.bo = drm_intel_bo_alloc(intel->bufmgr, "upload", size, 0); in wrap_buffers()
|
D | intel_batchbuffer.c | 56 intel->batch.bo = drm_intel_bo_alloc(intel->bufmgr, "batchbuffer", in intel_batchbuffer_reset()
|
D | intel_tris.c | 179 intel->prim.vb_bo = drm_intel_bo_alloc(intel->bufmgr, "vb", in intel_get_prim_space()
|
/third_party/libdrm/intel/ |
D | intel-symbols.txt | 1 drm_intel_bo_alloc
|
D | intel_bufmgr.h | 114 drm_intel_bo *drm_intel_bo_alloc(drm_intel_bufmgr *bufmgr, const char *name, 301 #define dri_bo_alloc drm_intel_bo_alloc
|
D | intel_bufmgr.c | 49 drm_intel_bo_alloc(drm_intel_bufmgr *bufmgr, const char *name, in drm_intel_bo_alloc() function
|
/third_party/mesa3d/src/gallium/winsys/i915/drm/ |
D | i915_drm_batchbuffer.c | 42 batch->bo = drm_intel_bo_alloc(idws->gem_manager, in i915_drm_batchbuffer_reset()
|
D | i915_drm_buffer.c | 40 buf->bo = drm_intel_bo_alloc(idws->gem_manager, in i915_drm_buffer_create()
|