Searched refs:_sws (Results 1 – 1 of 1) sorted by relevance
32 #define SVGA_STATS_COUNT_INC(_sws, _stat) \ argument33 _sws->stats_inc(_sws, _stat);35 #define SVGA_STATS_TIME_PUSH(_sws, _stat) \ argument37 _sws->stats_time_push(_sws, _stat, &timeFrame);39 #define SVGA_STATS_TIME_POP(_sws) \ argument40 _sws->stats_time_pop(_sws);44 #define SVGA_STATS_COUNT_INC(_sws, _stat) argument45 #define SVGA_STATS_TIME_PUSH(_sws, _stat) argument46 #define SVGA_STATS_TIME_POP(_sws) argument