Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/auxiliary/util/
Du_blend.h31 util_blend_func_to_shader(enum pipe_blend_func func) in util_blend_func_to_shader() function
/third_party/mesa3d/src/gallium/drivers/asahi/
Dagx_state.c145 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()
/third_party/mesa3d/src/gallium/drivers/panfrost/
Dpan_cmdstream.c4471 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()