Searched refs:INVERT (Results 1 - 17 of 17) sorted by relevance

/xsrc/external/mit/xkbevd/dist/
H A Dtokens.h58 #define INVERT 55 macro
H A Dcfgparse.y56 INVERT 55
72 %left EXCLAM INVERT
H A Dcfgscan.c145 case INVERT:
146 snprintf(buf, sizeof(buf), "INVERT");
470 rtrn = INVERT;
H A Dcfgparse.c144 INVERT = 55, /* INVERT */ enumerator in enum:yytokentype
183 #define INVERT 55 macro
249 YYSYMBOL_INVERT = 28, /* INVERT */
676 "EXCLAM", "INVERT", "STRING", "INTEGER", "FLOAT", "IDENT", "KEYNAME",
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/nouveau/
H A Dnv04_state_frag.c115 #define INVERT 0x1 macro
125 if (is_negative_operand(operand) == !(flags & INVERT))
155 flags ^ INVERT);
166 (rc)->hw |= ((flags & INVERT ? COMBINER_INVERT : 0) | \
189 INPUT_SRC(rc, 1, ZERO, INVERT);
212 INPUT_SRC(rc, 1, ZERO, INVERT);
214 INPUT_SRC(rc, 3, ZERO, INVERT);
228 INPUT_ARG(rc, 3, 2, INVERT);
276 INPUT_SRC(&rc_a, 1, ZERO, INVERT);
277 INPUT_SRC(&rc_c, 1, ZERO, INVERT);
[all...]
H A Dnv10_state_frag.c137 #define INVERT 0x1 macro
150 if (is_negative_operand(operand) == !(flags & INVERT))
186 flags ^ INVERT);
193 flags ^ INVERT);
214 (flags & INVERT ? RC_IN_MAPPING(EXPAND_NORMAL) : \
257 INPUT_ARG(rc, D, 2, INVERT);
266 INPUT_ONE(rc, D, INVERT);
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/nouveau/
H A Dnv04_state_frag.c115 #define INVERT 0x1 macro
125 if (is_negative_operand(operand) == !(flags & INVERT))
155 flags ^ INVERT);
166 (rc)->hw |= ((flags & INVERT ? COMBINER_INVERT : 0) | \
189 INPUT_SRC(rc, 1, ZERO, INVERT);
212 INPUT_SRC(rc, 1, ZERO, INVERT);
214 INPUT_SRC(rc, 3, ZERO, INVERT);
228 INPUT_ARG(rc, 3, 2, INVERT);
276 INPUT_SRC(&rc_a, 1, ZERO, INVERT);
277 INPUT_SRC(&rc_c, 1, ZERO, INVERT);
[all...]
H A Dnv10_state_frag.c137 #define INVERT 0x1 macro
150 if (is_negative_operand(operand) == !(flags & INVERT))
186 flags ^ INVERT);
193 flags ^ INVERT);
214 (flags & INVERT ? RC_IN_MAPPING(EXPAND_NORMAL) : \
257 INPUT_ARG(rc, D, 2, INVERT);
266 INPUT_ONE(rc, D, INVERT);
/xsrc/external/mit/xkbcomp/dist/
H A Dtokens.h82 #define INVERT 55 macro
H A Dxkbparse.y77 INVERT 55
106 %left EXCLAM INVERT
624 | INVERT Term
H A Dxkbscan.c220 case INVERT:
221 snprintf(buf, sizeof(buf), "INVERT");
733 rtrn = INVERT;
H A Dxkbparse.c172 INVERT = 55, /* INVERT */ enumerator in enum:yytokentype
242 #define INVERT 55 macro
361 YYSYMBOL_INVERT = 51, /* INVERT */
876 "COMMA", "SEMI", "EXCLAM", "INVERT", "STRING", "INTEGER", "FLOAT",
2690 case 149: /* Term: INVERT Term */
/xsrc/external/mit/MesaLib.old/dist/src/gallium/docs/source/cso/
H A Dblend.rst42 * ``INVERT``: :math:`\lnot d`
/xsrc/external/mit/MesaLib/dist/docs/gallium/cso/
H A Dblend.rst42 * ``INVERT``: :math:`\lnot d`
/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/nine/
H A Dnine_dump.c698 CAP_CASE(StencilCaps, D3DSTENCILCAPS, INVERT);
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/nine/
H A Dnine_dump.c698 CAP_CASE(StencilCaps, D3DSTENCILCAPS, INVERT);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/panfrost/pandecode/
H A Ddecode.c333 DEFINE_CASE(INVERT);

Completed in 23 milliseconds