Home
last modified time | relevance | path

Searched refs:util_blend_factor_is_inverted (Results 1 - 3 of 3) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_blend.h98 util_blend_factor_is_inverted(enum pipe_blendfactor factor) in util_blend_factor_is_inverted() function
/third_party/mesa3d/src/gallium/drivers/asahi/
H A Dagx_state.c147 so->rt[i].rgb.invert_src_factor = util_blend_factor_is_inverted(rt.rgb_src_factor); in agx_create_blend_state()
149 so->rt[i].rgb.invert_dst_factor = util_blend_factor_is_inverted(rt.rgb_dst_factor); in agx_create_blend_state()
153 so->rt[i].alpha.invert_src_factor = util_blend_factor_is_inverted(rt.alpha_src_factor); in agx_create_blend_state()
155 so->rt[i].alpha.invert_dst_factor = util_blend_factor_is_inverted(rt.alpha_dst_factor); in agx_create_blend_state()
/third_party/mesa3d/src/gallium/drivers/panfrost/
H A Dpan_cmdstream.c4473 equation.rgb_invert_src_factor = util_blend_factor_is_inverted(pipe.rgb_src_factor); in panfrost_create_blend_state()
4475 equation.rgb_invert_dst_factor = util_blend_factor_is_inverted(pipe.rgb_dst_factor); in panfrost_create_blend_state()
4478 equation.alpha_invert_src_factor = util_blend_factor_is_inverted(pipe.alpha_src_factor); in panfrost_create_blend_state()
4480 equation.alpha_invert_dst_factor = util_blend_factor_is_inverted(pipe.alpha_dst_factor); in panfrost_create_blend_state()

Completed in 10 milliseconds