Searched refs:alpha_blend (Results 1 – 17 of 17) sorted by relevance
530 cso_set_blend(cso, &hud->alpha_blend); in hud_draw_results()572 cso_set_blend(cso, &hud->alpha_blend); in hud_draw_results()1804 hud->alpha_blend.rt[0].colormask = PIPE_MASK_RGBA; in hud_create()1805 hud->alpha_blend.rt[0].blend_enable = 1; in hud_create()1806 hud->alpha_blend.rt[0].rgb_func = PIPE_BLEND_ADD; in hud_create()1807 hud->alpha_blend.rt[0].rgb_src_factor = PIPE_BLENDFACTOR_SRC_ALPHA; in hud_create()1808 hud->alpha_blend.rt[0].rgb_dst_factor = PIPE_BLENDFACTOR_INV_SRC_ALPHA; in hud_create()1809 hud->alpha_blend.rt[0].alpha_func = PIPE_BLEND_ADD; in hud_create()1810 hud->alpha_blend.rt[0].alpha_src_factor = PIPE_BLENDFACTOR_ZERO; in hud_create()1811 hud->alpha_blend.rt[0].alpha_dst_factor = PIPE_BLENDFACTOR_ONE; in hud_create()
58 struct pipe_blend_state no_blend, alpha_blend; member
108 info->alpha_blend); in fd_blitter_blit()
1044 if (!info.scissor_enable && !info.alpha_blend) { in fd_blit()
635 boolean alpha_blend; /* dst.rgb = src.rgb * src.a + dst.rgb * (1 - src.a) */ member
776 boolean alpha_blend; /* dst.rgb = src.rgb * src.a + dst.rgb * (1 - src.a) */ member
262 bool alpha_blend);
816 blit->alpha_blend) { in util_can_blit_via_copy_region()
1786 bool alpha_blend) in util_blitter_blit_generic() argument1894 pipe->bind_blend_state(pipe, ctx->blend[colormask][alpha_blend]); in util_blitter_blit_generic()2004 info->alpha_blend); in util_blitter_blit()
172 blit.alpha_blend = FALSE; in st_BlitFramebuffer()
601 blit.alpha_blend = TRUE; in handle_draw_cursor_and_hud()725 blit.alpha_blend = FALSE; in present()
1653 blit.alpha_blend = FALSE; in NineDevice9_StretchRect()
137 if (info->alpha_blend) in can_do_blit()
36 uint8_t alpha_blend; member385 return format_gen(devinfo) >= format_info[format].alpha_blend; in isl_format_supports_alpha_blending()
755 VIRGL_CMD_BLIT_S0_ALPHA_BLEND(blit->alpha_blend); in virgl_encode_blit()
951 info.alpha_blend = (temp >> 12) & 0x1; in vrend_decode_blit()
7341 !info->alpha_blend && (info->mask == PIPE_MASK_RGBA) && in vrend_renderer_blit()