Home
last modified time | relevance | path

Searched refs:max_wm_threads (Results 1 – 8 of 8) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_context.c297 brw->max_wm_threads = 102; in brwCreateContext()
303 brw->max_wm_threads = 204; in brwCreateContext()
311 brw->max_wm_threads = 48; in brwCreateContext()
318 brw->max_wm_threads = 172; in brwCreateContext()
329 brw->max_wm_threads = 80; in brwCreateContext()
336 brw->max_wm_threads = 40; in brwCreateContext()
348 brw->max_wm_threads = 12 * 6; in brwCreateContext()
353 brw->max_wm_threads = 10 * 5; in brwCreateContext()
358 brw->max_wm_threads = 8 * 4; in brwCreateContext()
Dgen6_wm_state.c151 dw5 |= (brw->max_wm_threads - 1) << GEN6_WM_MAX_THREADS_SHIFT; in upload_wm_state()
Dgen7_wm_state.c178 dw4 |= (brw->max_wm_threads - 1) << max_threads_shift; in upload_ps_state()
Dbrw_wm_state.c185 wm->wm5.max_threads = brw->max_wm_threads - 1; in brw_upload_wm_unit()
Dbrw_wm.c331 c->prog_data.total_scratch * brw->max_wm_threads); in do_wm_prog()
Dgen7_blorp.cpp488 dw4 |= (brw->max_wm_threads - 1) << max_threads_shift; in gen7_blorp_emit_ps_config()
Dbrw_context.h812 int max_wm_threads; member
Dgen6_blorp.cpp743 dw5 |= (brw->max_wm_threads - 1) << GEN6_WM_MAX_THREADS_SHIFT; in gen6_blorp_emit_wm_config()