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.h230 struct brw_bo *brw_bo_alloc_tiled(struct brw_bufmgr *bufmgr,
Dintel_mipmap_tree.c424 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()
Dintel_screen.c797 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()
Dbrw_bufmgr.c707 brw_bo_alloc_tiled(struct brw_bufmgr *bufmgr, const char *name, in brw_bo_alloc_tiled() function