Home
last modified time | relevance | path

Searched refs:conv_dst_blend (Results 1 – 1 of 1) sorted by relevance

/external/virglrenderer/src/
Dvrend_renderer.c4175 static inline int conv_dst_blend(int blend_factor) in conv_dst_blend() function
4328 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()