Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_bufmgr.h170 #define BO_ALLOC_BUSY (1<<0) macro
Dintel_mipmap_tree.c667 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()
Dbrw_bufmgr.c282 if (flags & BO_ALLOC_BUSY) in bo_alloc_internal()
Dintel_screen.c2735 BO_ALLOC_BUSY); in intelAllocateBuffer()