intel/fs: Add an option to lower variable group size in backend
Adding this since Iris will handle variable group size parameters by itself. Reviewed-by: Kenneth Graunke <kenneth@whitecape.org> Reviewed-by: Jordan Justen <jordan.l.justen@intel.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4794>
This commit is contained in:
@@ -125,6 +125,12 @@ struct brw_compiler {
|
||||
* back-end compiler.
|
||||
*/
|
||||
bool compact_params;
|
||||
|
||||
/**
|
||||
* Whether or not the driver wants variable group size to be lowered by the
|
||||
* back-end compiler.
|
||||
*/
|
||||
bool lower_variable_group_size;
|
||||
};
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user