Home
last modified time | relevance | path

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

/external/virglrenderer/src/
Dvrend_renderer.c4160 static inline bool is_dst_blend(int blend_factor) in is_dst_blend() function
4323 if (!(is_dst_blend(state->rt[i].rgb_src_factor) || in vrend_patch_blend_state()
4324 is_dst_blend(state->rt[i].rgb_dst_factor) || in vrend_patch_blend_state()
4325 is_dst_blend(state->rt[i].alpha_src_factor) || in vrend_patch_blend_state()
4326 is_dst_blend(state->rt[i].alpha_dst_factor))) in vrend_patch_blend_state()