Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/iris/
Diris_state.c1182 fix_blendfactor(enum pipe_blendfactor f, bool alpha_to_one) in fix_blendfactor() function
1220 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()