Searched refs:BO_ALLOC_BUSY (Results 1 – 4 of 4) sorted by relevance
206 #define BO_ALLOC_BUSY (1<<0) macro
483 (flags & MIPTREE_CREATE_BUSY || num_samples > 1) ? BO_ALLOC_BUSY : 0; in miptree_create()1479 alloc_zeroed ? BO_ALLOC_ZEROED : (needs_memset ? 0 : BO_ALLOC_BUSY); in intel_alloc_aux_buffer()1495 assert(!(alloc_flags & BO_ALLOC_BUSY)); in intel_alloc_aux_buffer()2375 BO_ALLOC_BUSY, 0, NULL); in intel_update_r8stencil()
537 if (flags & BO_ALLOC_BUSY) in bo_alloc_internal()
2884 BO_ALLOC_BUSY); in intelAllocateBuffer()