mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 17:30:12 +01:00
intel/brw: Remove unused enum
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/33251>
This commit is contained in:
parent
0e1bb2f70e
commit
2b6437a3f4
1 changed files with 0 additions and 10 deletions
|
|
@ -245,16 +245,6 @@ struct bs_thread_payload : public thread_payload {
|
|||
void load_shader_type(const brw_builder &bld, brw_reg &dest) const;
|
||||
};
|
||||
|
||||
enum instruction_scheduler_mode {
|
||||
SCHEDULE_PRE,
|
||||
SCHEDULE_PRE_NON_LIFO,
|
||||
SCHEDULE_PRE_LIFO,
|
||||
SCHEDULE_POST,
|
||||
SCHEDULE_NONE,
|
||||
};
|
||||
|
||||
class instruction_scheduler;
|
||||
|
||||
enum brw_shader_phase {
|
||||
BRW_SHADER_PHASE_INITIAL = 0,
|
||||
BRW_SHADER_PHASE_AFTER_NIR,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue