Searched defs:si_context (Results 1 – 2 of 2) sorted by relevance
937 struct si_context { struct961 void (*emit_cache_flush)(struct si_context *ctx, struct radeon_cmdbuf *cs); argument963 struct blitter_context *blitter;964 void *noop_blend;965 void *noop_dsa;966 void *no_velems_state;967 void *discard_rasterizer_state;968 void *custom_dsa_flush;969 void *custom_blend_resolve;970 void *custom_blend_fmask_decompress;[all …]
558 bool (*prepare_buffer)(struct si_context *, struct si_query_buffer *), in si_query_buffer_alloc()