Searched refs:brw_bo_alloc_tiled (Results 1 – 4 of 4) sorted by relevance
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_bufmgr.h | 230 struct brw_bo *brw_bo_alloc_tiled(struct brw_bufmgr *bufmgr,
|
D | intel_mipmap_tree.c | 424 mt->bo = brw_bo_alloc_tiled(brw->bufmgr, "isl-miptree", in make_surface() 756 brw_bo_alloc_tiled(brw->bufmgr, "clear_color_bo", in create_ccs_buf_for_image() 1485 buf->bo = brw_bo_alloc_tiled(brw->bufmgr, "aux-miptree", size, in intel_alloc_aux_buffer()
|
D | intel_screen.c | 797 image->bo = brw_bo_alloc_tiled(screen->bufmgr, "image", in intel_create_image_common() 1968 brw_bo_alloc_tiled(screen->bufmgr, "swizzle test", 32768, in intel_detect_swizzling()
|
D | brw_bufmgr.c | 707 brw_bo_alloc_tiled(struct brw_bufmgr *bufmgr, const char *name, in brw_bo_alloc_tiled() function
|