Lines Matching refs:blend_state
634 struct pipe_blend_state blend_state; member
1604 if (util_blend_state_is_dual(&sub_ctx->blend_state, 0)) { in add_shader_program()
3281 …HADER_FRAGMENT && vrend_state.use_gles && can_emulate_logicop(sub_ctx->blend_state.logicop_func)) { in vrend_fill_shader_key()
3282 key->fs_logicop_enabled = sub_ctx->blend_state.logicop_enable; in vrend_fill_shader_key()
3283 key->fs_logicop_func = sub_ctx->blend_state.logicop_func; in vrend_fill_shader_key()
4482 bool dual_src = util_blend_state_is_dual(&sub_ctx->blend_state, 0); in vrend_select_program()
4744 uint32_t blend_mode = sub_ctx->blend_state.rt[0].alpha_src_factor; in vrend_draw_vbo()
4745 uint32_t alpha_dst_factor = sub_ctx->blend_state.rt[0].alpha_dst_factor; in vrend_draw_vbo()
5077 bool dual_src = util_blend_state_is_dual(&sub_ctx->blend_state, i); in vrend_hw_emit_blend()
5103 bool dual_src = util_blend_state_is_dual(&sub_ctx->blend_state, 0); in vrend_hw_emit_blend()
5159 struct pipe_blend_state new_state = sub_ctx->blend_state; in vrend_patch_blend_state()
5160 struct pipe_blend_state *state = &sub_ctx->blend_state; in vrend_patch_blend_state()
5223 memset(&ctx->sub->blend_state, 0, sizeof(ctx->sub->blend_state)); in vrend_object_bind_blend()
5234 ctx->sub->blend_state = *state; in vrend_object_bind_blend()