Searched defs:si_context (Results 1 – 2 of 2) sorted by relevance
897 struct si_context { struct898 struct pipe_context b; /* base class */922 void (*emit_cache_flush)(struct si_context *ctx); argument924 struct blitter_context *blitter;925 void *noop_blend;926 void *noop_dsa;927 void *discard_rasterizer_state;928 void *custom_dsa_flush;929 void *custom_blend_resolve;930 void *custom_blend_fmask_decompress;[all …]
619 bool (*prepare_buffer)(struct si_context *, struct si_query_buffer *), in si_query_buffer_alloc()