Searched refs:BO_ALLOC_BUSY (Results 1 – 4 of 4) sorted by relevance
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_bufmgr.h | 170 #define BO_ALLOC_BUSY (1<<0) macro
|
D | intel_mipmap_tree.c | 667 BO_ALLOC_BUSY, 0, NULL); in make_separate_stencil_surface() 697 BO_ALLOC_BUSY, in miptree_create() 715 BO_ALLOC_BUSY, 0, NULL); in miptree_create() 738 alloc_flags |= BO_ALLOC_BUSY; in miptree_create() 823 BO_ALLOC_BUSY, pitch, bo); in intel_miptree_create_for_bo() 839 BO_ALLOC_BUSY, pitch, bo); in intel_miptree_create_for_bo() 1774 BO_ALLOC_ZEROED : BO_ALLOC_BUSY; in intel_miptree_alloc_ccs() 1841 const uint32_t alloc_flags = BO_ALLOC_BUSY; in intel_miptree_alloc_hiz() 2985 BO_ALLOC_BUSY, 0, NULL); in intel_update_r8stencil()
|
D | brw_bufmgr.c | 282 if (flags & BO_ALLOC_BUSY) in bo_alloc_internal()
|
D | intel_screen.c | 2735 BO_ALLOC_BUSY); in intelAllocateBuffer()
|