Home
last modified time | relevance | path

Searched refs:MI_RS_CONTROL (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_misc_state.c854 OUT_BATCH(MI_RS_CONTROL | 0); in brw_emit_select_pipeline()
967 OUT_BATCH(MI_RS_CONTROL | 1); in brw_emit_select_pipeline()
Dbrw_defines.h3013 #define MI_RS_CONTROL (CMD_MI | (0x6 << 23)) macro