HomeSort by relevance Sort by last modified time
    Searched refs:max_wm_threads (Results 1 - 8 of 8) sorted by null

  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_context.c 297 brw->max_wm_threads = 102;
303 brw->max_wm_threads = 204;
311 brw->max_wm_threads = 48;
318 brw->max_wm_threads = 172;
329 brw->max_wm_threads = 80;
336 brw->max_wm_threads = 40;
348 brw->max_wm_threads = 12 * 6;
353 brw->max_wm_threads = 10 * 5;
358 brw->max_wm_threads = 8 * 4;
gen7_wm_state.c 178 dw4 |= (brw->max_wm_threads - 1) << max_threads_shift;
brw_wm_state.c 185 wm->wm5.max_threads = brw->max_wm_threads - 1;
gen6_wm_state.c 151 dw5 |= (brw->max_wm_threads - 1) << GEN6_WM_MAX_THREADS_SHIFT;
brw_context.h 812 int max_wm_threads; member in struct:brw_context
    [all...]
brw_wm.c 331 c->prog_data.total_scratch * brw->max_wm_threads);
gen6_blorp.cpp 743 dw5 |= (brw->max_wm_threads - 1) << GEN6_WM_MAX_THREADS_SHIFT;
    [all...]
gen7_blorp.cpp 488 dw4 |= (brw->max_wm_threads - 1) << max_threads_shift;

Completed in 77 milliseconds