iris, i965: Drop max_variable_local_size
This was used to decide which SIMD width to generate code for ARB_compute_variable_group_size. Now that compiler will generate multiple SIMD widths, this information is unused. Reviewed-by: Jason Ekstrand <jason@jlekstrand.net> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5142>
This commit is contained in:
@@ -302,7 +302,6 @@ typedef struct shader_info {
|
||||
|
||||
struct {
|
||||
uint16_t local_size[3];
|
||||
uint16_t max_variable_local_size;
|
||||
|
||||
bool local_size_variable:1;
|
||||
uint8_t user_data_components_amd:3;
|
||||
|
Reference in New Issue
Block a user