Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_state.c385 static const uint32_t src_allowed = in si_blend_check_commutativity() local
395 if (dst == PIPE_BLENDFACTOR_ONE && (src_allowed & (1u << src))) { in si_blend_check_commutativity()
/external/mesa3d/src/amd/vulkan/
Dradv_pipeline.c610 static const uint32_t src_allowed = in radv_blend_check_commutativity() local
628 (src_allowed & (1u << src))) { in radv_blend_check_commutativity()