Searched refs:PIPE_BLENDFACTOR_INVERT_BIT (Results 1 – 1 of 1) sorted by relevance
12 #define PIPE_BLENDFACTOR_INVERT_BIT (0x10) macro26 PIPE_BLENDFACTOR_ZERO = PIPE_BLENDFACTOR_INVERT_BIT | PIPE_BLENDFACTOR_ONE,33 PIPE_BLENDFACTOR_INV_CONST_COLOR = PIPE_BLENDFACTOR_INVERT_BIT44 return (factor & PIPE_BLENDFACTOR_INVERT_BIT); in util_blendfactor_is_inverted()51 return (enum pipe_blendfactor)(factor & ~PIPE_BLENDFACTOR_INVERT_BIT); in util_blendfactor_without_invert()