Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_state.h49 struct si_state_blend { struct
181 struct si_state_blend *blend;
Dsi_state_binning.c453 struct si_state_blend *blend = sctx->queued.named.blend; in si_emit_dpbb_state()
Dsi_state.c72 struct si_state_blend *blend = sctx->queued.named.blend; in si_emit_cb_render_state()
380 static void si_blend_check_commutativity(struct si_screen *sscreen, struct si_state_blend *blend, in si_blend_check_commutativity()
434 struct si_state_blend *blend = CALLOC_STRUCT(si_state_blend); in si_create_blend_state_mode()
632 struct si_state_blend *old_blend = sctx->queued.named.blend; in si_bind_blend_state()
633 struct si_state_blend *blend = (struct si_state_blend *)state; in si_bind_blend_state()
636 blend = (struct si_state_blend *)sctx->noop_blend; in si_bind_blend_state()
675 si_pm4_delete_state(sctx, blend, (struct si_state_blend *)state); in si_delete_blend_state()
3307 struct si_state_blend *blend = sctx->queued.named.blend; in si_out_of_order_rasterization()
Dsi_descriptors.c2736 struct si_state_blend *blend = sctx->queued.named.blend; in si_gfx_resources_check_encrypted()
Dsi_state_shaders.c1941 struct si_state_blend *blend = sctx->queued.named.blend; in si_shader_selector_key()