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:
Dave Airlie
2021-06-02 12:24:37 +10:00
parent 4de8ba15b4
commit 5f03570eaa

View File

@@ -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;
};
/**