Searched refs:max_wm_threads (Results 1 – 8 of 8) sorted by relevance
/third_party/mesa3d/src/intel/dev/ |
D | intel_device_info.c | 116 .max_wm_threads = 8 * 4, 138 .max_wm_threads = 10 * 5, 159 .max_wm_threads = 12 * 6, 183 .max_wm_threads = 40, 214 .max_wm_threads = 80, 253 .max_wm_threads = 48, 282 .max_wm_threads = 172, 311 .max_wm_threads = 48, 345 .max_wm_threads = 102, 373 .max_wm_threads = 204, [all …]
|
D | intel_device_info.h | 297 unsigned max_wm_threads; member
|
D | intel_dev_info.c | 172 fprintf(stdout, " max WM threads: %u\n", devinfo.max_wm_threads); in main()
|
/third_party/mesa3d/docs/relnotes/ |
D | 10.4.4.rst | 72 - i965: Fix max_wm_threads for CHV
|
/third_party/mesa3d/src/gallium/drivers/crocus/ |
D | gen4_blorp_exec.h | 150 blorp_batch->blorp->compiler->devinfo->max_wm_threads - 1; in blorp_emit_wm_state()
|
D | crocus_state.c | 6474 ps.MaximumNumberofThreads = batch->screen->devinfo.max_wm_threads - 1; 7276 wm.MaximumNumberofThreads = batch->screen->devinfo.max_wm_threads - 1;
|
/third_party/mesa3d/src/intel/blorp/ |
D | blorp_genX_exec.h | 985 batch->blorp->isl_dev->info->max_wm_threads - 1; in blorp_emit_ps_config() 1039 batch->blorp->isl_dev->info->max_wm_threads - 1; in blorp_emit_ps_config()
|
/third_party/mesa3d/src/intel/vulkan/ |
D | genX_pipeline.c | 1929 ps.MaximumNumberofThreads = devinfo->max_wm_threads - 1; in emit_3dstate_ps() 2012 ps.MaximumNumberofThreads = devinfo->max_wm_threads - 1; in emit_3dstate_ps()
|