Home
last modified time | relevance | path

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

/external/virglrenderer/src/
Dvrend_renderer.c5034 static inline int conv_dst_blend(int blend_factor) in conv_dst_blend() function
5192 new_state.rt[i].rgb_src_factor = conv_dst_blend(state->rt[i].rgb_src_factor); in vrend_patch_blend_state()
5193 new_state.rt[i].rgb_dst_factor = conv_dst_blend(state->rt[i].rgb_dst_factor); in vrend_patch_blend_state()
5194 new_state.rt[i].alpha_src_factor = conv_dst_blend(state->rt[i].alpha_src_factor); in vrend_patch_blend_state()
5195 new_state.rt[i].alpha_dst_factor = conv_dst_blend(state->rt[i].alpha_dst_factor); in vrend_patch_blend_state()