Searched refs:reserveable (Results 1 – 1 of 1) sorted by relevance
277 uint32_t reserveable = fifo_state->capabilities & SVGA_FIFO_CAP_RESERVE; in vmw_local_fifo_reserve() local324 if (reserveable || bytes <= sizeof(uint32_t)) { in vmw_local_fifo_reserve()327 if (reserveable) in vmw_local_fifo_reserve()425 bool reserveable = fifo_state->capabilities & SVGA_FIFO_CAP_RESERVE; in vmw_local_fifo_commit() local433 if (reserveable) in vmw_local_fifo_commit()448 if (fifo_state->using_bounce_buffer || reserveable) { in vmw_local_fifo_commit()456 if (reserveable) in vmw_local_fifo_commit()
Completed in 4 milliseconds