Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/mesa/src/util/
Dblend.h12 #define PIPE_BLENDFACTOR_INVERT_BIT (0x10) macro
26 PIPE_BLENDFACTOR_ZERO = PIPE_BLENDFACTOR_INVERT_BIT | PIPE_BLENDFACTOR_ONE,
33 PIPE_BLENDFACTOR_INV_CONST_COLOR = PIPE_BLENDFACTOR_INVERT_BIT
44 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()