Searched refs:SVGA_FIFO_CAP_RESERVE (Results 1 – 2 of 2) sorted by relevance
322 uint32_t reserveable = fifo_state->capabilities & SVGA_FIFO_CAP_RESERVE; in vmw_fifo_reserve()448 bool reserveable = fifo_state->capabilities & SVGA_FIFO_CAP_RESERVE; in vmw_fifo_commit()
822 #define SVGA_FIFO_CAP_RESERVE (1<<6) macro