Searched refs:_xe (Results 1 – 3 of 3) sorted by relevance
57 #define IS_PLATFORM_STEP(_xe, _platform, min_step, max_step) \ argument58 ((_xe)->info.platform == (_platform) && \59 (_xe)->info.step.graphics >= (min_step) && \60 (_xe)->info.step.graphics < (max_step))61 #define IS_SUBPLATFORM_STEP(_xe, _platform, sub, min_step, max_step) \ argument62 ((_xe)->info.platform == (_platform) && \63 (_xe)->info.subplatform == (sub) && \64 (_xe)->info.step.graphics >= (min_step) && \65 (_xe)->info.step.graphics < (max_step))
19 #define NUM_BYTES_PER_CCS_BYTE(_xe) (GRAPHICS_VER(_xe) >= 20 ? 512 : 256) argument
3 .. _xe-usage-stats: