Searched refs:max_wm_threads (Results 1 – 9 of 9) sorted by relevance
/external/mesa3d/src/intel/common/ |
D | gen_device_info.c | 35 .max_wm_threads = 8 * 4, 50 .max_wm_threads = 10 * 5, 64 .max_wm_threads = 12 * 6, 81 .max_wm_threads = 40, 105 .max_wm_threads = 80, 133 .max_wm_threads = 48, 157 .max_wm_threads = 172, 182 .max_wm_threads = 48, 212 .max_wm_threads = 102, 236 .max_wm_threads = 204, [all …]
|
D | gen_device_info.h | 118 unsigned max_wm_threads; member
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | gen6_wm_state.c | 133 dw5 |= (devinfo->max_wm_threads - 1) << GEN6_WM_MAX_THREADS_SHIFT; in gen6_upload_wm_state()
|
D | gen7_wm_state.c | 177 dw4 |= (devinfo->max_wm_threads - 1) << max_threads_shift; in gen7_upload_ps_state()
|
D | brw_wm_state.c | 184 wm->wm5.max_threads = devinfo->max_wm_threads - 1; in brw_upload_wm_unit()
|
D | brw_wm.c | 220 devinfo->max_wm_threads); in brw_codegen_wm_prog()
|
/external/mesa3d/src/intel/blorp/ |
D | blorp_genX_exec.h | 665 batch->blorp->isl_dev->info->max_wm_threads - 1; in blorp_emit_ps_config() 713 batch->blorp->isl_dev->info->max_wm_threads - 1; in blorp_emit_ps_config()
|
/external/mesa3d/src/intel/vulkan/ |
D | genX_pipeline.c | 1272 ps.MaximumNumberofThreads = devinfo->max_wm_threads - 1; 1336 ps.MaximumNumberofThreads = devinfo->max_wm_threads - 1;
|
D | anv_allocator.c | 963 [MESA_SHADER_FRAGMENT] = devinfo->max_wm_threads, in anv_scratch_pool_alloc()
|