Searched refs:supports_2src (Results 1 - 4 of 4) sorted by relevance
/third_party/mesa3d/src/panfrost/lib/ |
H A D | pan_blend.c | 79 bool supports_2src) in can_fixed_function_equation() 84 return supports_2src; in can_fixed_function_equation() 144 bool supports_2src) in pan_blend_can_fixed_function() 152 false, supports_2src) && in pan_blend_can_fixed_function() 158 true, supports_2src)); in pan_blend_can_fixed_function() 73 can_fixed_function_equation(enum blend_func blend_func, enum blend_factor src_factor, bool invert_src, enum blend_factor dest_factor, bool invert_dest, bool is_alpha, bool supports_2src) can_fixed_function_equation() argument 143 pan_blend_can_fixed_function(const struct pan_blend_equation equation, bool supports_2src) pan_blend_can_fixed_function() argument
|
H A D | pan_blend.h | 106 bool supports_2src);
|
/third_party/mesa3d/src/panfrost/vulkan/ |
H A D | panvk_vX_pipeline.c | 531 bool supports_2src = pan_blend_supports_2src(dev->arch); in blend_needs_lowering() 532 return !pan_blend_can_fixed_function(state->rts[rt].equation, supports_2src); in blend_needs_lowering()
|
/third_party/mesa3d/src/gallium/drivers/panfrost/ |
H A D | pan_cmdstream.c | 4485 const bool supports_2src = pan_blend_supports_2src(PAN_ARCH); in panfrost_create_blend_state() local 4498 supports_2src) && in panfrost_create_blend_state()
|
Completed in 15 milliseconds