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:
@@ -232,10 +232,8 @@ struct brw_base_prog_key {
|
|||||||
unsigned program_string_id;
|
unsigned program_string_id;
|
||||||
|
|
||||||
enum brw_subgroup_size_type subgroup_size_type;
|
enum brw_subgroup_size_type subgroup_size_type;
|
||||||
|
|
||||||
struct brw_sampler_prog_key_data tex;
|
|
||||||
|
|
||||||
bool robust_buffer_access;
|
bool robust_buffer_access;
|
||||||
|
struct brw_sampler_prog_key_data tex;
|
||||||
};
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Reference in New Issue
Block a user