Searched refs:invert_dst_factor (Results 1 - 6 of 6) sorted by relevance
/third_party/mesa3d/src/panfrost/lib/tests/ |
H A D | test-blend.c | 67 RGBA(invert_dst_factor, true), 87 RGBA(invert_dst_factor, true), 106 RGBA(invert_dst_factor, true), 126 RGBA(invert_dst_factor, true), 145 RGBA(invert_dst_factor, true),
|
/third_party/mesa3d/src/compiler/nir/ |
H A D | nir_lower_blend.h | 42 bool invert_dst_factor; member
|
H A D | nir_lower_blend.c | 348 chan.dst_factor, chan.invert_dst_factor); in nir_blend()
|
/third_party/mesa3d/src/panfrost/vulkan/ |
H A D | panvk_vX_shader.c | 125 .invert_dst_factor = false, in panvk_lower_blend() 135 options.rt[rt].rgb.invert_dst_factor = rt_state->equation.rgb_invert_dst_factor; in panvk_lower_blend() 140 options.rt[rt].alpha.invert_dst_factor = rt_state->equation.alpha_invert_dst_factor; in panvk_lower_blend()
|
/third_party/mesa3d/src/panfrost/lib/ |
H A D | pan_blend.c | 639 .invert_dst_factor = false, in pan_blend_create_shader() 649 options.rt[0].rgb.invert_dst_factor = rt_state->equation.rgb_invert_dst_factor; in pan_blend_create_shader() 654 options.rt[0].alpha.invert_dst_factor = rt_state->equation.alpha_invert_dst_factor; in pan_blend_create_shader()
|
/third_party/mesa3d/src/gallium/drivers/asahi/ |
H A D | agx_state.c | 139 .invert_dst_factor = false, 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() 155 so->rt[i].alpha.invert_dst_factor = util_blend_factor_is_inverted(rt.alpha_dst_factor); in agx_create_blend_state()
|
Completed in 6 milliseconds