Home
last modified time | relevance | path

Searched refs:GEN7_WM_KILL_ENABLE (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/i965/
Dgen7_wm_state.c74 dw1 |= GEN7_WM_KILL_ENABLE; in upload_wm_state()
78 dw1 & GEN7_WM_KILL_ENABLE) { in upload_wm_state()
Dgen7_blorp.cpp442 dw1 |= GEN7_WM_KILL_ENABLE; /* TODO: temporarily smash on */ in gen7_blorp_emit_wm_config()
Dbrw_defines.h1389 # define GEN7_WM_KILL_ENABLE (1 << 25) macro