Searched refs:_xe (Results 1 – 2 of 2) sorted by relevance
79 #define IS_PLATFORM_STEP(_xe, _platform, min_step, max_step) \ argument80 ((_xe)->info.platform == (_platform) && \81 (_xe)->info.step.graphics >= (min_step) && \82 (_xe)->info.step.graphics < (max_step))83 #define IS_SUBPLATFORM_STEP(_xe, _platform, sub, min_step, max_step) \ argument84 ((_xe)->info.platform == (_platform) && \85 (_xe)->info.subplatform == (sub) && \86 (_xe)->info.step.graphics >= (min_step) && \87 (_xe)->info.step.graphics < (max_step))
3 .. _xe-usage-stats: