Searched refs:_xe (Results 1 – 2 of 2) sorted by relevance
59 #define IS_PLATFORM_STEP(_xe, _platform, min_step, max_step) \ argument60 ((_xe)->info.platform == (_platform) && \61 (_xe)->info.step.graphics >= (min_step) && \62 (_xe)->info.step.graphics < (max_step))63 #define IS_SUBPLATFORM_STEP(_xe, _platform, sub, min_step, max_step) \ argument64 ((_xe)->info.platform == (_platform) && \65 (_xe)->info.subplatform == (sub) && \66 (_xe)->info.step.graphics >= (min_step) && \67 (_xe)->info.step.graphics < (max_step))
19 #define NUM_BYTES_PER_CCS_BYTE(_xe) (GRAPHICS_VER(_xe) >= 20 ? 512 : 256) argument
Completed in 15 milliseconds