Searched refs:custom_blend_eliminate_fastclear (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
H A Dsi_pipe.c189 if (sctx->custom_blend_eliminate_fastclear)
190 sctx->b.delete_blend_state(&sctx->b, sctx->custom_blend_eliminate_fastclear);
H A Dsi_pipe.h825 void *custom_blend_eliminate_fastclear; member in struct:si_context
H A Dsi_blit.c490 custom_blend = sctx->custom_blend_eliminate_fastclear;
H A Dsi_state.c4827 sctx->custom_blend_eliminate_fastclear = si_create_blend_custom(sctx, V_028808_CB_ELIMINATE_FAST_CLEAR);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
H A Dsi_blit.c466 custom_blend = sctx->custom_blend_eliminate_fastclear;
513 util_blitter_custom_color(sctx->blitter, cbsurf, sctx->custom_blend_eliminate_fastclear);
H A Dsi_pipe.c236 if (sctx->custom_blend_eliminate_fastclear)
237 sctx->b.delete_blend_state(&sctx->b, sctx->custom_blend_eliminate_fastclear);
H A Dsi_pipe.h931 void *custom_blend_eliminate_fastclear; member in struct:si_context
H A Dsi_state.c5243 sctx->custom_blend_eliminate_fastclear =

Completed in 31 milliseconds