Lines Matching refs:rgb_func
147 (can_fixed_function_equation(equation.rgb_func, in pan_blend_can_fixed_function()
299 (equation.rgb_func == BLEND_FUNC_ADD || in pan_blend_is_opaque()
300 equation.rgb_func == BLEND_FUNC_SUBTRACT) && in pan_blend_is_opaque()
343 if (eq.rgb_func != BLEND_FUNC_ADD && in pan_blend_alpha_zero_nop()
344 eq.rgb_func != BLEND_FUNC_REVERSE_SUBTRACT) in pan_blend_alpha_zero_nop()
381 if (eq.rgb_func != BLEND_FUNC_ADD && in pan_blend_alpha_one_store()
382 eq.rgb_func != BLEND_FUNC_SUBTRACT) in pan_blend_alpha_one_store()
438 to_panfrost_function(equation.rgb_func, in pan_blend_to_fixed_function_equation()
540 assert(rt_state->equation.rgb_func < ARRAY_SIZE(funcs)); in get_equation_str()
547 funcs[rt_state->equation.rgb_func], in get_equation_str()
645 options.rt[0].rgb.func = rt_state->equation.rgb_func; in GENX()