Searched refs:max_wm_threads (Results 1 – 8 of 8) sorted by relevance
/external/mesa3d/src/intel/common/ |
D | gen_device_info.c | 39 .max_wm_threads = 8 * 4, 57 .max_wm_threads = 10 * 5, 74 .max_wm_threads = 12 * 6, 94 .max_wm_threads = 40, 121 .max_wm_threads = 80, 154 .max_wm_threads = 48, 182 .max_wm_threads = 172, 210 .max_wm_threads = 48, 243 .max_wm_threads = 102, 270 .max_wm_threads = 204, [all …]
|
D | gen_device_info.h | 140 unsigned max_wm_threads; member
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | gen4_blorp_exec.h | 151 batch->blorp->compiler->devinfo->max_wm_threads - 1; in blorp_emit_wm_state()
|
D | brw_program.c | 384 thread_count = devinfo->max_wm_threads; in brw_alloc_stage_scratch()
|
D | genX_state_upload.c | 1866 wm.MaximumNumberofThreads = devinfo->max_wm_threads - 1; 3844 ps.MaximumNumberofThreads = devinfo->max_wm_threads - 1;
|
/external/mesa3d/src/intel/blorp/ |
D | blorp_genX_exec.h | 824 batch->blorp->isl_dev->info->max_wm_threads - 1; in blorp_emit_ps_config() 872 batch->blorp->isl_dev->info->max_wm_threads - 1; in blorp_emit_ps_config()
|
/external/mesa3d/src/intel/vulkan/ |
D | genX_pipeline.c | 1453 ps.MaximumNumberofThreads = devinfo->max_wm_threads - 1; 1518 ps.MaximumNumberofThreads = devinfo->max_wm_threads - 1;
|
D | anv_allocator.c | 1135 [MESA_SHADER_FRAGMENT] = devinfo->max_wm_threads, in anv_scratch_pool_alloc()
|