Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/intel/dev/
H A Dintel_device_info.c257 .max_cs_threads = 36,
286 .max_cs_threads = 64,
315 .max_cs_threads = 32,
349 .max_cs_threads = 70,
377 .max_cs_threads = 70,
405 .max_cs_threads = 70,
455 .max_cs_threads = 42,
479 .max_cs_threads = 56,
502 .max_cs_threads = 56,
531 .max_cs_threads = 6 * 7,
[all …]
/aosp_15_r20/external/mesa3d/src/intel/dev/i915/
H A 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()
/aosp_15_r20/external/mesa3d/src/intel/vulkan/
H A DgenX_simple_shader.c393 state->device->info->max_cs_threads * in genX()
630 devinfo->max_cs_threads * devinfo->subslice_total - 1; in genX()
H A DgenX_init_state.c641 devinfo->max_cs_threads * devinfo->subslice_total; in init_render_queue_state()
766 devinfo->max_cs_threads * devinfo->subslice_total; in init_compute_queue_state()
H A DgenX_cmd_compute.c54 cfe.MaximumNumberofThreads = devinfo->max_cs_threads * devinfo->subslice_total; in genX()
H A DgenX_pipeline.c2174 devinfo->max_cs_threads * devinfo->subslice_total - 1; in genX()
H A DgenX_cmd_buffer.c4682 devinfo->max_cs_threads * devinfo->subslice_total - 1; in genX()
/aosp_15_r20/external/mesa3d/src/intel/tools/
H A Dintel_dev_info.c105 fprintf(stdout, " max CS threads: %u\n", devinfo->max_cs_threads); in print_base_devinfo()
/aosp_15_r20/external/mesa3d/src/intel/vulkan_hasvk/
H A DgenX_pipeline.c1901 devinfo->max_cs_threads * devinfo->subslice_total - 1; in genX()
/aosp_15_r20/external/mesa3d/src/intel/blorp/
H A Dblorp_genX_exec_elk.h1977 devinfo->max_cs_threads * devinfo->subslice_total - 1; in blorp_exec_compute()
H A Dblorp_genX_exec_brw.h1730 devinfo->max_cs_threads * devinfo->subslice_total - 1; in blorp_exec_compute()
/aosp_15_r20/external/mesa3d/src/gallium/drivers/iris/
H A Diris_state.c1483 devinfo->max_cs_threads * devinfo->subslice_total; in iris_init_compute_context()
8946 devinfo->max_cs_threads * devinfo->subslice_total; in iris_upload_compute_walker()
9060 devinfo->max_cs_threads * devinfo->subslice_total - 1; in iris_upload_gpgpu_walker()
/aosp_15_r20/external/mesa3d/src/gallium/drivers/crocus/
H A Dcrocus_state.c8112 devinfo->max_cs_threads * devinfo->subslice_total - 1;
/aosp_15_r20/external/mesa3d/docs/relnotes/
H A D22.0.0.rst2352 - intel/dev: Recalculate max_cs_threads after applying hwconfig changes
/aosp_15_r20/development/tools/repo_diff/service/repodiff/persistence/filesystem/testdata/
H A Dcommit.csv45897 …87c7,platform/external/mesa3d,[email protected],i965/cs: Add max_cs_threads
55823 …3d,[email protected],i965/cs: Set invocation counts based on max_cs_threads