HomeSort by relevance Sort by last modified time
    Searched defs:INVERT (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/
nv04_state_frag.c 115 #define INVERT 0x1
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...]
nv10_state_frag.c 137 #define INVERT 0x1
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/
nv04_state_frag.c 115 #define INVERT 0x1
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...]
nv10_state_frag.c 137 #define INVERT 0x1
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/
FilterOperation.h 51 INVERT,
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/
filter_operation.h 31 INVERT,
109 return FilterOperation(INVERT, amount);

Completed in 307 milliseconds