Searched refs:_xe (Results 1 – 2 of 2) sorted by relevance
84 #define IS_PLATFORM_STEP(_xe, _platform, min_step, max_step) \ argument85 ((_xe)->info.platform == (_platform) && \86 (_xe)->info.step.graphics >= (min_step) && \87 (_xe)->info.step.graphics < (max_step))88 #define IS_SUBPLATFORM_STEP(_xe, _platform, sub, min_step, max_step) \ argument89 ((_xe)->info.platform == (_platform) && \90 (_xe)->info.subplatform == (sub) && \91 (_xe)->info.step.graphics >= (min_step) && \92 (_xe)->info.step.graphics < (max_step))
3 .. _xe-usage-stats: