mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-03 01:18:06 +02:00
ac/sqtt: add new bits to rgp_sqtt_marker_barrier_end
To match XGL. Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/22677>
This commit is contained in:
parent
930e77e903
commit
637a6813db
1 changed files with 5 additions and 1 deletions
|
|
@ -441,7 +441,11 @@ struct rgp_sqtt_marker_barrier_end {
|
|||
uint32_t inval_db : 1;
|
||||
uint32_t num_layout_transitions : 16;
|
||||
uint32_t inval_gl1 : 1;
|
||||
uint32_t reserved : 5;
|
||||
uint32_t wait_on_ts : 1;
|
||||
uint32_t eop_ts_bottom_of_pipe : 1;
|
||||
uint32_t eos_ts_ps_done : 1;
|
||||
uint32_t eos_ts_cs_done : 1;
|
||||
uint32_t reserved : 1;
|
||||
};
|
||||
uint32_t dword02;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue