Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_state.c3300 unsigned blendmask = colormask & blend->blend_enable_4bit; in si_out_of_order_rasterization() local
3302 if (blendmask) { in si_out_of_order_rasterization()
3304 if (blendmask & ~blend->commutative_4bit) in si_out_of_order_rasterization()
3311 if (colormask & ~blendmask) { in si_out_of_order_rasterization()