Searched refs:util_blend_func_to_shader (Results 1 – 3 of 3) sorted by relevance
31 util_blend_func_to_shader(enum pipe_blend_func func) in util_blend_func_to_shader() function
145 so->rt[i].rgb.func = util_blend_func_to_shader(rt.rgb_func); in agx_create_blend_state()151 so->rt[i].alpha.func = util_blend_func_to_shader(rt.alpha_func); in agx_create_blend_state()
4471 equation.rgb_func = util_blend_func_to_shader(pipe.rgb_func); in panfrost_create_blend_state()4476 equation.alpha_func = util_blend_func_to_shader(pipe.alpha_func); in panfrost_create_blend_state()