Home
last modified time | relevance | path

Searched refs:si_state_blend (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_state.h32 struct si_state_blend { struct
75 struct si_state_blend *blend;
Dsi_state.c43 struct si_state_blend *blend = rctx->queued.named.blend; in si_update_fb_blend_state()
137 struct si_state_blend *blend = CALLOC_STRUCT(si_state_blend); in si_create_blend_state()
198 si_pm4_bind_state(rctx, blend, (struct si_state_blend *)state); in si_bind_blend_state()
205 si_pm4_delete_state(rctx, blend, (struct si_state_blend *)state); in si_delete_blend_state()