Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/r600/
Dr600_state.c330 color_control |= S_028808_PER_MRT_BLEND(1); in r600_create_blend_state_mode()
Dr600d.h506 #define S_028808_PER_MRT_BLEND(x) (((unsigned)(x) & 0x1) << 7) macro