Searched refs:fix_blendfactor (Results 1 – 1 of 1) sorted by relevance
1182 fix_blendfactor(enum pipe_blendfactor f, bool alpha_to_one) in fix_blendfactor() function1220 fix_blendfactor(rt->rgb_src_factor, state->alpha_to_one); in iris_create_blend_state()1222 fix_blendfactor(rt->alpha_src_factor, state->alpha_to_one); in iris_create_blend_state()1224 fix_blendfactor(rt->rgb_dst_factor, state->alpha_to_one); in iris_create_blend_state()1226 fix_blendfactor(rt->alpha_dst_factor, state->alpha_to_one); in iris_create_blend_state()1276 fix_blendfactor(state->rt[0].rgb_src_factor, state->alpha_to_one); in iris_create_blend_state()1278 fix_blendfactor(state->rt[0].alpha_src_factor, state->alpha_to_one); in iris_create_blend_state()1280 fix_blendfactor(state->rt[0].rgb_dst_factor, state->alpha_to_one); in iris_create_blend_state()1282 fix_blendfactor(state->rt[0].alpha_dst_factor, state->alpha_to_one); in iris_create_blend_state()