Searched refs:IS_GFX_VER_BETWEEN (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/
H A DgenX_pipe_control.c66 #define IS_GFX_VER_BETWEEN(x, y) (GFX_VER >= x && GFX_VER <= y) macro
139 if (IS_GFX_VER_BETWEEN(8, 10) &&
223 if (IS_GFX_VER_BETWEEN(7, 8) &&
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D21.1.0.rst807 - intel: Make line wrapping changes due to IS_GFX_VER_BETWEEN

Completed in 9 milliseconds