Home
last modified time | relevance | path

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

/external/virglrenderer/src/
Dvrend_renderer.c5019 static inline bool is_dst_blend(int blend_factor) in is_dst_blend() function
5187 if (!(is_dst_blend(state->rt[i].rgb_src_factor) || in vrend_patch_blend_state()
5188 is_dst_blend(state->rt[i].rgb_dst_factor) || in vrend_patch_blend_state()
5189 is_dst_blend(state->rt[i].alpha_src_factor) || in vrend_patch_blend_state()
5190 is_dst_blend(state->rt[i].alpha_dst_factor))) in vrend_patch_blend_state()