Searched defs:si_saved_cs (Results 1 – 1 of 1) sorted by relevance
870 struct si_saved_cs { struct871 struct pipe_reference reference;872 struct si_context *ctx;873 struct radeon_saved_cs gfx;874 struct radeon_saved_cs compute;875 struct si_resource *trace_buf;876 unsigned trace_id;878 unsigned gfx_last_dw;879 unsigned compute_last_dw;880 bool flushed;[all …]