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

/external/mesa3d/src/gallium/drivers/svga/
H A Dsvga_pipe_query.c238 struct util_bitmask *alloc_mask; /* allocation mask */ member in struct:svga_qmem_alloc_entry
307 index = util_bitmask_add(alloc->alloc_mask);
333 util_bitmask_clear(alloc->alloc_mask, index);
360 alloc_entry->alloc_mask = util_bitmask_create();
461 util_bitmask_destroy(alloc_entry->alloc_mask);

Completed in 84 milliseconds