Searched defs:si_context (Results 1 – 2 of 2) sorted by relevance
897 struct si_context { struct921 void (*emit_cache_flush)(struct si_context *ctx, struct radeon_cmdbuf *cs); argument923 struct blitter_context *blitter;924 void *noop_blend;925 void *noop_dsa;926 void *no_velems_state;927 void *discard_rasterizer_state;928 void *custom_dsa_flush;929 void *custom_blend_resolve;930 void *custom_blend_fmask_decompress;[all …]
558 bool (*prepare_buffer)(struct si_context *, struct si_query_buffer *), in si_query_buffer_alloc()