Searched defs:INVERT (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/mesa/src/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);
/external/mesa3d/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);
/external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/
H A DFilterOperation.h51 INVERT, enumerator in enum:blink::FilterOperation::OperationType
67 case INVERT:
196 // INVERT, BRIGHTNESS, CONTRAST and OPACITY are variations on a basic component transfer effect.
231 return type == FilterOperation::INVERT || type == FilterOperation::OPACITY || type == FilterOperation::BRIGHTNESS || type == FilterOperation::CONTRAST;
/external/chromium_org/cc/output/
H A Dfilter_operation.h34 INVERT, enumerator in enum:cc::FilterOperation::FilterType
112 return FilterOperation(INVERT, amount);

Completed in 929 milliseconds