Searched refs:BO_ALLOC_BUSY (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/
H A Dbrw_bufmgr.h198 #define BO_ALLOC_BUSY (1<<0) macro
H A Dintel_mipmap_tree.c683 (flags & MIPTREE_CREATE_BUSY || num_samples > 1) ? BO_ALLOC_BUSY : 0;
1679 alloc_zeroed ? BO_ALLOC_ZEROED : (needs_memset ? 0 : BO_ALLOC_BUSY);
1695 assert(!(alloc_flags & BO_ALLOC_BUSY));
2960 BO_ALLOC_BUSY, 0, NULL);
H A Dbrw_bufmgr.c508 if (flags & BO_ALLOC_BUSY)
H A Dintel_screen.c2838 BO_ALLOC_BUSY);
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/
H A Dbrw_bufmgr.h206 #define BO_ALLOC_BUSY (1<<0) macro
H A Dbrw_mipmap_tree.c483 (flags & MIPTREE_CREATE_BUSY || num_samples > 1) ? BO_ALLOC_BUSY : 0;
1431 alloc_zeroed ? BO_ALLOC_ZEROED : (needs_memset ? 0 : BO_ALLOC_BUSY);
1447 assert(!(alloc_flags & BO_ALLOC_BUSY));
2318 BO_ALLOC_BUSY, 0, NULL);
H A Dbrw_bufmgr.c543 if (flags & BO_ALLOC_BUSY)
H A Dbrw_screen.c2862 BO_ALLOC_BUSY);

Completed in 23 milliseconds