Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_pipe.h924 struct si_context { struct
925 struct pipe_context b; /* base class */
927 enum radeon_family family;
928 enum amd_gfx_level gfx_level;
930 struct radeon_winsys *ws;
931 struct radeon_winsys_ctx *ctx;
955 void (*emit_barrier)(struct si_context *ctx, struct radeon_cmdbuf *cs); argument
957 struct blitter_context *blitter;
958 void *noop_blend;
959 void *noop_dsa;
[all …]
H A Dsi_query.c527 bool (*prepare_buffer)(struct si_context *, struct si_query_buffer *), in si_query_buffer_alloc()