Searched defs:si_create_blend_custom (Results 1 - 1 of 1) sorted by relevance

/external/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_state.c3587 static void *si_create_blend_custom(struct si_context *sctx, unsigned mode) function
3638 sctx->custom_blend_resolve = si_create_blend_custom(sctx, V_028808_CB_RESOLVE);
3639 sctx->custom_blend_decompress = si_create_blend_custom(sctx, V_028808_CB_FMASK_DECOMPRESS);
3640 sctx->custom_blend_fastclear = si_create_blend_custom(sctx, V_028808_CB_ELIMINATE_FAST_CLEAR);
3641 sctx->custom_blend_dcc_decompress = si_create_blend_custom(sctx, V_028808_CB_DCC_DECOMPRESS);

Completed in 79 milliseconds