Home
last modified time | relevance | path

Searched refs:si_blend_factor_uses_dst (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/amd/vulkan/
Dradv_pipeline.c273 static bool si_blend_factor_uses_dst(unsigned factor) in si_blend_factor_uses_dst() function
609 if (si_blend_factor_uses_dst(srcRGB)) in radv_pipeline_init_blend_state()
611 if (si_blend_factor_uses_dst(srcA)) in radv_pipeline_init_blend_state()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_state.c457 static bool si_blend_factor_uses_dst(unsigned factor) in si_blend_factor_uses_dst() function
580 if (si_blend_factor_uses_dst(srcRGB)) in si_create_blend_state_mode()
582 if (si_blend_factor_uses_dst(srcA)) in si_create_blend_state_mode()