Searched refs:conv_dst_blend (Results 1 – 1 of 1) sorted by relevance
4175 static inline int conv_dst_blend(int blend_factor) in conv_dst_blend() function4328 new_state.rt[i].rgb_src_factor = conv_dst_blend(state->rt[i].rgb_src_factor); in vrend_patch_blend_state()4329 new_state.rt[i].rgb_dst_factor = conv_dst_blend(state->rt[i].rgb_dst_factor); in vrend_patch_blend_state()4330 new_state.rt[i].alpha_src_factor = conv_dst_blend(state->rt[i].alpha_src_factor); in vrend_patch_blend_state()4331 new_state.rt[i].alpha_dst_factor = conv_dst_blend(state->rt[i].alpha_dst_factor); in vrend_patch_blend_state()