Home
last modified time | relevance | path

Searched refs:max_cs_threads (Results 1 – 15 of 15) sorted by relevance

/external/mesa3d/src/intel/dev/
Dintel_device_info.c259 .max_cs_threads = 36,
288 .max_cs_threads = 64,
317 .max_cs_threads = 32,
351 .max_cs_threads = 70,
379 .max_cs_threads = 70,
407 .max_cs_threads = 70,
457 .max_cs_threads = 42,
481 .max_cs_threads = 56,
504 .max_cs_threads = 56,
533 .max_cs_threads = 6 * 7,
[all …]
/external/mesa3d/src/intel/dev/i915/
Dintel_device_info.c518 uint32_t max_cs_threads = in fixup_chv_device_info() local
522 if (max_cs_threads > devinfo->max_cs_threads) in fixup_chv_device_info()
523 devinfo->max_cs_threads = max_cs_threads; in fixup_chv_device_info()
/external/mesa3d/src/intel/tools/
Dintel_dev_info.c105 fprintf(stdout, " max CS threads: %u\n", devinfo->max_cs_threads); in print_base_devinfo()
/external/mesa3d/src/intel/vulkan/
DgenX_simple_shader.c392 state->device->info->max_cs_threads * in genX()
633 devinfo->max_cs_threads * devinfo->subslice_total - 1; in genX()
DgenX_init_state.c656 devinfo->max_cs_threads * devinfo->subslice_total; in init_render_queue_state()
794 devinfo->max_cs_threads * devinfo->subslice_total; in init_compute_queue_state()
DgenX_cmd_compute.c54 cfe.MaximumNumberofThreads = devinfo->max_cs_threads * devinfo->subslice_total; in genX()
DgenX_pipeline.c2067 devinfo->max_cs_threads * devinfo->subslice_total - 1; in genX()
DgenX_cmd_buffer.c4740 devinfo->max_cs_threads * devinfo->subslice_total - 1; in genX()
/external/mesa3d/src/intel/blorp/
Dblorp_genX_exec_elk.h1977 devinfo->max_cs_threads * devinfo->subslice_total - 1; in blorp_exec_compute()
Dblorp_genX_exec_brw.h1759 devinfo->max_cs_threads * devinfo->subslice_total - 1; in blorp_exec_compute()
/external/mesa3d/src/intel/vulkan_hasvk/
DgenX_pipeline.c1901 devinfo->max_cs_threads * devinfo->subslice_total - 1; in genX()
/external/mesa3d/src/gallium/drivers/iris/
Diris_state.c1555 devinfo->max_cs_threads * devinfo->subslice_total; in iris_init_compute_context()
9064 devinfo->max_cs_threads * devinfo->subslice_total; in iris_upload_compute_walker()
9182 devinfo->max_cs_threads * devinfo->subslice_total - 1; in iris_upload_gpgpu_walker()
/external/mesa3d/src/gallium/drivers/crocus/
Dcrocus_state.c8113 devinfo->max_cs_threads * devinfo->subslice_total - 1;
/external/mesa3d/docs/relnotes/
D22.0.0.rst2352 - intel/dev: Recalculate max_cs_threads after applying hwconfig changes
D24.3.0.rst3445 - intel/dev: Fix max_cs_threads value on simulator