HomeSort by: relevance | last modified time | path
    Searched defs:ONE (Results 1 - 23 of 23) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/mesa/x86/
mmx_blendtmp.h 42 #define ONE(x) x
45 #undef ONE
67 #define ONE(x)
70 #undef ONE
92 #define ONE(x) x
95 #undef ONE
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/x86/
mmx_blendtmp.h 42 #define ONE(x) x
45 #undef ONE
67 #define ONE(x)
70 #undef ONE
92 #define ONE(x) x
95 #undef ONE
  /xsrc/external/mit/libXaw/dist/include/X11/Xaw/
Cardinals.h 31 #define ONE ((Cardinal)1)
  /xsrc/external/mit/pixman/dist/pixman/
pixman-combine-float.h 38 ONE,
  /xsrc/external/mit/MesaLib/dist/src/mesa/math/
m_debug_util.h 303 enum { NIL = 0, ONE = 1, NEG = -1, VAR = 2 };
m_matrix.c 1071 #define ONE(x) (1<<(x+16))
1074 #define MASK_NO_2D_SCALE ( ONE(0) | ONE(5))
1076 #define MASK_IDENTITY ( ONE(0) | ZERO(4) | ZERO(8) | ZERO(12) |\
1077 ZERO(1) | ONE(5) | ZERO(9) | ZERO(13) |\
1078 ZERO(2) | ZERO(6) | ONE(10) | ZERO(14) |\
1079 ZERO(3) | ZERO(7) | ZERO(11) | ONE(15) )
1083 ZERO(2) | ZERO(6) | ONE(10) | ZERO(14) |\
1084 ZERO(3) | ZERO(7) | ZERO(11) | ONE(15) )
1088 ZERO(2) | ZERO(6) | ONE(10) | ZERO(14) |
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/math/
m_debug_util.h 303 enum { NIL = 0, ONE = 1, NEG = -1, VAR = 2 };
m_matrix.c 1157 #define ONE(x) (1<<(x+16))
1160 #define MASK_NO_2D_SCALE ( ONE(0) | ONE(5))
1162 #define MASK_IDENTITY ( ONE(0) | ZERO(4) | ZERO(8) | ZERO(12) |\
1163 ZERO(1) | ONE(5) | ZERO(9) | ZERO(13) |\
1164 ZERO(2) | ZERO(6) | ONE(10) | ZERO(14) |\
1165 ZERO(3) | ZERO(7) | ZERO(11) | ONE(15) )
1169 ZERO(2) | ZERO(6) | ONE(10) | ZERO(14) |\
1170 ZERO(3) | ZERO(7) | ZERO(11) | ONE(15) )
1174 ZERO(2) | ZERO(6) | ONE(10) | ZERO(14) |
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i915/
i915_program.h 37 /* Having zero and one in here makes the definition of swizzle a lot
62 #define ONE SRC_ONE
73 (ONE << UREG_CHANNEL_ONE_SHIFT))
85 /* One neat thing about the UREG representation:
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i915/
i915_program.h 37 /* Having zero and one in here makes the definition of swizzle a lot
62 #define ONE SRC_ONE
73 (ONE << UREG_CHANNEL_ONE_SHIFT))
85 /* One neat thing about the UREG representation:
  /xsrc/external/mit/xclipboard/dist/
xcutsel.c 281 XmuInternStrings( XtDisplay(shell), &options.selection_name, ONE,
  /xsrc/external/mit/MesaLib/dist/src/mesa/main/
texstore.c 83 ONE = 5
879 * All the cases except one (float dstFormat with float srcType) are ruled
1018 /* one image slice, nothing special needs to be done */
glformats.c 36 ONE = 5
59 #define MAP4(x,y,z,w) { x, y, z, w, ZERO, ONE }
69 MAP4(0,0,0,ONE),
93 MAP4(0,1,2,ONE),
105 MAP4(0, ZERO, ZERO, ONE),
111 MAP4(ZERO, 0, ZERO, ONE),
117 MAP4(ZERO, ZERO, 0, ONE),
123 MAP4(2,1,0,ONE),
141 MAP4(0, 1, ZERO, ONE),
216 map[ONE] = ONE
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
texstore.c 83 ONE = 5
881 * All the cases except one (float dstFormat with float srcType) are ruled
1020 /* one image slice, nothing special needs to be done */
glformats.c 36 ONE = 5
59 #define MAP4(x,y,z,w) { x, y, z, w, ZERO, ONE }
69 MAP4(0,0,0,ONE),
93 MAP4(0,1,2,ONE),
105 MAP4(0, ZERO, ZERO, ONE),
111 MAP4(ZERO, 0, ZERO, ONE),
117 MAP4(ZERO, ZERO, 0, ONE),
123 MAP4(2,1,0,ONE),
141 MAP4(0, 1, ZERO, ONE),
216 map[ONE] = ONE
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/i915/
i915_fpc.h 84 /* Having zero and one in here makes the definition of swizzle a lot
109 #define ONE SRC_ONE
117 (ZERO << UREG_CHANNEL_ZERO_SHIFT) | (ONE << UREG_CHANNEL_ONE_SHIFT))
127 /* One neat thing about the UREG representation:
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/i915/
i915_fpc.h 89 /* Having zero and one in here makes the definition of swizzle a lot
114 #define ONE SRC_ONE
125 (ONE << UREG_CHANNEL_ONE_SHIFT))
137 /* One neat thing about the UREG representation:
  /xsrc/external/mit/editres/dist/
widgets.c 279 XtSetValues(cbutton, args, ONE);
377 XtSetValues(tbutton, args, ONE);
433 XtGetValues(XtParent(tree), args, ONE);
436 XtSetValues(XtParent(tree), args, ONE);
459 XtSetValues(XtParent(tree), args, ONE);
  /xsrc/external/mit/xf86-video-intel/dist/xvmc/
i915_program.h 17 #define REG_TYPE_CONST 2 /* Restriction: only one const
199 /* Having zero and one in here makes the definition of swizzle a lot
224 #define ONE SRC_ONE
235 (ONE << UREG_CHANNEL_ONE_SHIFT))
  /xsrc/external/mit/xf86-video-intel-2014/dist/xvmc/
i915_program.h 17 #define REG_TYPE_CONST 2 /* Restriction: only one const
199 /* Having zero and one in here makes the definition of swizzle a lot
224 #define ONE SRC_ONE
235 (ONE << UREG_CHANNEL_ONE_SHIFT))
  /xsrc/external/mit/xf86-video-intel-old/dist/src/xvmc/
i915_program.h 17 #define REG_TYPE_CONST 2 /* Restriction: only one const
200 /* Having zero and one in here makes the definition of swizzle a lot
225 #define ONE SRC_ONE
236 (ONE << UREG_CHANNEL_ONE_SHIFT))
  /xsrc/external/mit/MesaLib.old/dist/src/freedreno/registers/
a2xx.xml.h 191 ONE = 4,
a3xx.xml.h 539 ONE = 3,

Completed in 21 milliseconds