Searched refs:max_cs_workgroup_threads (Results 1 – 9 of 9) sorted by relevance
75 devinfo->max_cs_workgroup_threads = 64; in SIMDSelectionCS()92 prog_data->local_size[0] = devinfo->max_cs_workgroup_threads; in TEST_F()
79 unsigned max_threads = devinfo->max_cs_workgroup_threads; in brw_simd_should_compile()
317 unsigned max_cs_workgroup_threads; member
1446 devinfo->max_cs_workgroup_threads = in update_cs_workgroup_threads()
551 const uint32_t max_invocations = 32 * devinfo->max_cs_workgroup_threads; in crocus_get_compute_param()
542 MIN2(1024, 32 * devinfo->max_cs_workgroup_threads); in iris_get_compute_param()
1871 MIN2(1024, 32 * devinfo->max_cs_workgroup_threads); in anv_GetPhysicalDeviceProperties()2225 p->maxComputeWorkgroupSubgroups = pdevice->info.max_cs_workgroup_threads; in anv_get_physical_device_properties_1_3()
1914 - intel/dev: Add a max_cs_workgroup_threads field
3786 - intel/dev: fixup max_cs_workgroup_threads after hwconfig is read