Searched refs:CURSOR_SRC_BLEND_FACTOR_SELECT (Results 1 – 2 of 2) sorted by relevance
285 #define CURSOR_SRC_BLEND_FACTOR_SELECT(x) (((x) & 0x3) << 8) macro
1037 val &= ~CURSOR_SRC_BLEND_FACTOR_SELECT(~0); in dc_cursor_set()1040 val |= CURSOR_SRC_BLEND_FACTOR_SELECT(SRC_BLEND_K1_TIMES_SRC); in dc_cursor_set()