mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-25 04:20:08 +01:00
intel: reorder base program key.
This gets hashed a lot, this reduces the size of this, and the other keys by a small amount Reviewed-by: Jason Ekstrand <jason@jlekstrand.net> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/11146>
This commit is contained in:
parent
4de8ba15b4
commit
5f03570eaa
1 changed files with 1 additions and 3 deletions
|
|
@ -232,10 +232,8 @@ struct brw_base_prog_key {
|
|||
unsigned program_string_id;
|
||||
|
||||
enum brw_subgroup_size_type subgroup_size_type;
|
||||
|
||||
struct brw_sampler_prog_key_data tex;
|
||||
|
||||
bool robust_buffer_access;
|
||||
struct brw_sampler_prog_key_data tex;
|
||||
};
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue