Searched refs:max_tcs_threads (Results 1 – 7 of 7) sorted by relevance
/third_party/mesa3d/src/intel/dev/ |
D | intel_device_info.c | 250 .max_tcs_threads = 36, 279 .max_tcs_threads = 128, 308 .max_tcs_threads = 36, 342 .max_tcs_threads = 70, 370 .max_tcs_threads = 256, 398 .max_tcs_threads = 256, 436 .max_tcs_threads = 504, \ 524 .max_tcs_threads = 80, 548 .max_tcs_threads = 336, \ 577 .max_tcs_threads = 112, \ [all …]
|
D | intel_device_info.h | 279 unsigned max_tcs_threads; /**< Maximum Hull Shader threads */ member
|
D | intel_dev_info.c | 169 fprintf(stdout, " max TCS threads: %u\n", devinfo.max_tcs_threads); in main()
|
D | intel_hwconfig.c | 204 DEVINFO_HWCONFIG(max_tcs_threads, item->val[0]); in apply_hwconfig_item()
|
/third_party/mesa3d/src/intel/vulkan/ |
D | genX_pipeline.c | 1630 assert((devinfo->max_tcs_threads / 2) > tcs_prog_data->instances); in emit_3dstate_hs_te_ds() 1633 hs.MaximumNumberofThreads = devinfo->max_tcs_threads - 1; in emit_3dstate_hs_te_ds()
|
/third_party/mesa3d/src/gallium/drivers/iris/ |
D | iris_state.c | 4546 assert((devinfo->max_tcs_threads / 2) > tcs_prog_data->instances); in iris_store_tcs_state() 4552 hs.MaximumNumberofThreads = devinfo->max_tcs_threads - 1; in iris_store_tcs_state()
|
/third_party/mesa3d/src/gallium/drivers/crocus/ |
D | crocus_state.c | 7004 hs.MaximumNumberofThreads = batch->screen->devinfo.max_tcs_threads - 1;
|