Searched refs:max_tcs_threads (Results 1 – 7 of 7) sorted by relevance
/third_party/mesa3d/src/intel/dev/ |
D | intel_device_info.c | 233 .max_tcs_threads = 36, 262 .max_tcs_threads = 128, 291 .max_tcs_threads = 36, 325 .max_tcs_threads = 70, 353 .max_tcs_threads = 256, 381 .max_tcs_threads = 256, 419 .max_tcs_threads = 504, \ 506 .max_tcs_threads = 80, 530 .max_tcs_threads = 336, \ 558 .max_tcs_threads = 112, \ [all …]
|
D | intel_dev_info.c | 108 fprintf(stdout, " max TCS threads: %u\n", devinfo.max_tcs_threads); in main()
|
D | intel_device_info.h | 218 unsigned max_tcs_threads; /**< Maximum Hull Shader threads */ member
|
/third_party/mesa3d/src/intel/vulkan/ |
D | genX_pipeline.c | 1879 assert((devinfo->max_tcs_threads / 2) > tcs_prog_data->instances); 1882 hs.MaximumNumberofThreads = devinfo->max_tcs_threads - 1;
|
/third_party/mesa3d/src/gallium/drivers/iris/ |
D | iris_state.c | 4394 assert((devinfo->max_tcs_threads / 2) > tcs_prog_data->instances); in iris_store_tcs_state() 4400 hs.MaximumNumberofThreads = devinfo->max_tcs_threads - 1; in iris_store_tcs_state()
|
/third_party/mesa3d/src/mesa/drivers/dri/i965/ |
D | genX_state_upload.c | 4035 hs.MaximumNumberofThreads = devinfo->max_tcs_threads - 1;
|
/third_party/mesa3d/src/gallium/drivers/crocus/ |
D | crocus_state.c | 7002 hs.MaximumNumberofThreads = batch->screen->devinfo.max_tcs_threads - 1;
|