Searched refs:INVERT (Results 1 – 9 of 9) sorted by relevance
/external/mesa3d/src/mesa/drivers/dri/nouveau/ |
D | nv04_state_frag.c | 115 #define INVERT 0x1 macro 125 if (is_negative_operand(operand) == !(flags & INVERT)) in get_input_mapping() 155 flags ^ INVERT); in get_input_arg() 166 (rc)->hw |= ((flags & INVERT ? COMBINER_INVERT : 0) | \ 189 INPUT_SRC(rc, 1, ZERO, INVERT); in setup_combiner() 212 INPUT_SRC(rc, 1, ZERO, INVERT); in setup_combiner() 214 INPUT_SRC(rc, 3, ZERO, INVERT); in setup_combiner() 228 INPUT_ARG(rc, 3, 2, INVERT); in setup_combiner() 276 INPUT_SRC(&rc_a, 1, ZERO, INVERT); in nv04_emit_tex_env() 277 INPUT_SRC(&rc_c, 1, ZERO, INVERT); in nv04_emit_tex_env()
|
D | nv10_state_frag.c | 137 #define INVERT 0x1 macro 150 if (is_negative_operand(operand) == !(flags & INVERT)) in get_input_mapping() 186 flags ^ INVERT); in get_input_arg() 193 flags ^ INVERT); in get_input_arg() 214 (flags & INVERT ? RC_IN_MAPPING(EXPAND_NORMAL) : \ 257 INPUT_ARG(rc, D, 2, INVERT); in setup_combiner() 266 INPUT_ONE(rc, D, INVERT); in setup_combiner()
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/ |
D | ComposableFunction.java | 78 public static final ComposableFunction INVERT = new ComposableFunction () { field in ComposableFunction
|
/external/mesa3d/src/gallium/docs/source/cso/ |
D | blend.rst | 42 * ``INVERT``: :math:`\lnot d`
|
/external/sl4a/ScriptingLayerForAndroid/src/de/mud/terminal/ |
D | vt320.java | 3042 attributes |= INVERT; in putChar() 3048 attributes |= INVERT; in putChar() 3076 attributes &= ~INVERT; in putChar() 3081 attributes &= ~INVERT; in putChar()
|
D | VDUBuffer.java | 86 public final static int INVERT = 0x04; field in VDUBuffer
|
/external/sl4a/ScriptingLayerForAndroid/src/org/connectbot/service/ |
D | TerminalBridge.java | 601 if ((currAttr & VDUBuffer.INVERT) != 0) { in onDraw()
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/linear/ |
D | AbstractRealVector.java | 524 return mapToSelf(ComposableFunction.INVERT); in mapInvToSelf()
|
/external/opencv3/modules/core/src/ |
D | gl_core_3_1.hpp | 367 INVERT = 0x150A, enumerator
|