Home
last modified time | relevance | path

Searched defs:si_context (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_pipe.h897 struct si_context { struct
898 struct pipe_context b; /* base class */
922 void (*emit_cache_flush)(struct si_context *ctx); argument
924 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 …]
Dsi_query.c619 bool (*prepare_buffer)(struct si_context *, struct si_query_buffer *), in si_query_buffer_alloc()