Home
last modified time | relevance | path

Searched refs:brw_bo_alloc_tiled (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_bufmgr.h194 struct brw_bo *brw_bo_alloc_tiled(struct brw_bufmgr *bufmgr,
Dbrw_bufmgr.c435 brw_bo_alloc_tiled(struct brw_bufmgr *bufmgr, const char *name, in brw_bo_alloc_tiled() function
Dintel_mipmap_tree.c626 mt->bo = brw_bo_alloc_tiled(brw->bufmgr, "isl-miptree", in make_surface()
1686 buf->bo = brw_bo_alloc_tiled(brw->bufmgr, name, buf->size, in intel_alloc_aux_buffer()
Dintel_screen.c742 image->bo = brw_bo_alloc_tiled(screen->bufmgr, "image", in intel_create_image_common()