HomeSort by relevance Sort by last modified time
    Searched refs:BO_ALLOC_BUSY (Results 1 - 4 of 4) sorted by null

  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_bufmgr.h 170 #define BO_ALLOC_BUSY (1<<0)
intel_mipmap_tree.c 667 BO_ALLOC_BUSY, 0, NULL);
697 BO_ALLOC_BUSY,
715 BO_ALLOC_BUSY, 0, NULL);
738 alloc_flags |= BO_ALLOC_BUSY;
823 BO_ALLOC_BUSY, pitch, bo);
839 BO_ALLOC_BUSY, pitch, bo);
    [all...]
brw_bufmgr.c 282 if (flags & BO_ALLOC_BUSY)
    [all...]
intel_screen.c     [all...]

Completed in 856 milliseconds