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:
Samuel Pitoiset 2023-04-25 11:09:54 +02:00 committed by Marge Bot
parent 930e77e903
commit 637a6813db

View file

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