HomeSort by: relevance | last modified time | path
    Searched refs:ZERO (Results 1 - 25 of 98) sorted by relevancy

1 2 3 4

  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nvc0/mme/
comc597.mme.h 117 MME_INSN(0, ADD, R1, LOAD0, ZERO, (1<<12)|0x1880/4, IMMED0, NONE,
118 ADD, R3, LOAD1, ZERO, 0, NONE, NONE),
123 MME_INSN(0, LOOP, ZERO, R1, ZERO, 0x0003, NONE, NONE,
124 ADD, ZERO, ZERO, ZERO, 0, NONE, NONE),
125 MME_INSN(0, AND, ZERO, R3, IMMED, 1, NONE, ALU0,
126 ADD, ZERO, ZERO, ZERO, 0, NONE, NONE)
    [all...]
  /xsrc/external/mit/pixman/dist/pixman/
pixman-combine-float.h 37 ZERO,
pixman-combine-float.c 163 case ZERO:
259 MAKE_PD_COMBINERS (clear, ZERO, ZERO)
260 MAKE_PD_COMBINERS (src, ONE, ZERO)
261 MAKE_PD_COMBINERS (dst, ZERO, ONE)
264 MAKE_PD_COMBINERS (in, DEST_ALPHA, ZERO)
265 MAKE_PD_COMBINERS (in_reverse, ZERO, SRC_ALPHA)
266 MAKE_PD_COMBINERS (out, INV_DA, ZERO)
267 MAKE_PD_COMBINERS (out_reverse, ZERO, INV_SA)
275 MAKE_PD_COMBINERS (disjoint_clear, ZERO, ZERO
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i915/
i915_fragprog.c 129 src = swizzle(src, W, ZERO, ZERO, ONE);
402 swizzle(tmp, ONE, ZERO, ONE, ONE), 0, 0);
455 swizzle(consts1, Z, ZERO, ZERO, ZERO), /* 1/(2pi) */
456 swizzle(consts0, W, ZERO, ZERO, ZERO)); /* .75 */
464 swizzle(consts0, X, ZERO, ZERO, ZERO), /* 2 *
    [all...]
i915_program.h 37 /* Having zero and one in here makes the definition of swizzle a lot
61 #define ZERO SRC_ZERO
72 (ZERO << UREG_CHANNEL_ZERO_SHIFT) | \
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i915/
i915_fragprog.c 129 src = swizzle(src, W, ZERO, ZERO, ONE);
402 swizzle(tmp, ONE, ZERO, ONE, ONE), 0, 0);
455 swizzle(consts1, Z, ZERO, ZERO, ZERO), /* 1/(2pi) */
456 swizzle(consts0, W, ZERO, ZERO, ZERO)); /* .75 */
464 swizzle(consts0, X, ZERO, ZERO, ZERO), /* 2 *
    [all...]
i915_program.h 37 /* Having zero and one in here makes the definition of swizzle a lot
61 #define ZERO SRC_ZERO
72 (ZERO << UREG_CHANNEL_ZERO_SHIFT) | \
  /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/nouveau/
nv04_state_frag.c 86 return COMBINER_SOURCE(ZERO);
147 return COMBINER_SOURCE(ZERO) |
153 return COMBINER_SOURCE(ZERO) |
189 INPUT_SRC(rc, 1, ZERO, INVERT);
190 INPUT_SRC(rc, 2, ZERO, 0);
191 INPUT_SRC(rc, 3, ZERO, 0);
198 INPUT_SRC(rc, 2, ZERO, 0);
199 INPUT_SRC(rc, 3, ZERO, 0);
212 INPUT_SRC(rc, 1, ZERO, INVERT);
214 INPUT_SRC(rc, 3, ZERO, INVERT)
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/nouveau/
nv04_state_frag.c 86 return COMBINER_SOURCE(ZERO);
147 return COMBINER_SOURCE(ZERO) |
153 return COMBINER_SOURCE(ZERO) |
189 INPUT_SRC(rc, 1, ZERO, INVERT);
190 INPUT_SRC(rc, 2, ZERO, 0);
191 INPUT_SRC(rc, 3, ZERO, 0);
198 INPUT_SRC(rc, 2, ZERO, 0);
199 INPUT_SRC(rc, 3, ZERO, 0);
212 INPUT_SRC(rc, 1, ZERO, INVERT);
214 INPUT_SRC(rc, 3, ZERO, INVERT)
    [all...]
  /xsrc/external/mit/libXaw/dist/include/X11/Xaw/
Cardinals.h 30 #define ZERO ((Cardinal)0)
  /xsrc/external/mit/MesaLib/dist/src/intel/vulkan/
anv_formats.c 163 _ISL_SWIZZLE(RED, ZERO, ZERO, ONE)),
344 y_plane(0, ISL_FORMAT_YCRCB_SWAPUV, RGBA, _ISL_SWIZZLE(BLUE, GREEN, RED, ZERO), 1, 1)),
346 y_plane(0, ISL_FORMAT_YCRCB_SWAPUVY, RGBA, _ISL_SWIZZLE(BLUE, GREEN, RED, ZERO), 1, 1)),
348 y_plane(0, ISL_FORMAT_R8_UNORM, RGBA, _ISL_SWIZZLE(GREEN, ZERO, ZERO, ZERO), 1, 1),
349 chroma_plane(1, ISL_FORMAT_R8_UNORM, RGBA, _ISL_SWIZZLE(BLUE, ZERO, ZERO, ZERO), 2, 2)
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/
anv_formats.c 162 _ISL_SWIZZLE(RED, ZERO, ZERO, ONE)),
338 y_plane(0, ISL_FORMAT_YCRCB_SWAPUV, RGBA, _ISL_SWIZZLE(BLUE, GREEN, RED, ZERO), 1, 1)),
340 y_plane(0, ISL_FORMAT_YCRCB_SWAPUVY, RGBA, _ISL_SWIZZLE(BLUE, GREEN, RED, ZERO), 1, 1)),
342 y_plane(0, ISL_FORMAT_R8_UNORM, RGBA, _ISL_SWIZZLE(GREEN, ZERO, ZERO, ZERO), 1, 1),
343 chroma_plane(1, ISL_FORMAT_R8_UNORM, RGBA, _ISL_SWIZZLE(BLUE, ZERO, ZERO, ZERO), 2, 2)
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/mesa/math/
m_matrix.c 114 * \returns non-zero if all geometry related matrix flags are contained within
115 * the mask, or zero otherwise.
811 * been zero, the numerator would have been zero as well, giving
1070 #define ZERO(x) (1<<x)
1073 #define MASK_NO_TRX (ZERO(12) | ZERO(13) | ZERO(14))
1076 #define MASK_IDENTITY ( ONE(0) | ZERO(4) | ZERO(8) | ZERO(12) |
    [all...]
  /xsrc/external/mit/glu/dist/src/libnurbs/internals/
mesher.h 55 static const float ZERO;
arc.cc 50 #define ZERO 0.00001/*0.000001*/
202 if( ((p0[0] - p1[0]) > ZERO) || ((p1[0] - p0[0]) > ZERO) ||
203 ((p0[1] - p1[1]) > ZERO) || ((p1[1] - p0[1]) > ZERO) ) {
  /xsrc/external/mit/editres/dist/
widgets.c 151 hPane, NULL, ZERO);
176 NULL, ZERO);
181 paned, NULL, ZERO);
211 box = XtCreateManagedWidget("box", boxWidgetClass, parent, NULL, ZERO);
216 hPane = XtCreateManagedWidget("hPane",panedWidgetClass, parent, NULL,ZERO);
220 hPane, NULL, ZERO);
224 hPane, NULL,ZERO);
275 parent, NULL, ZERO);
282 NULL, ZERO);
285 NULL, ZERO);
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/math/
m_matrix.c 110 * \returns non-zero if all geometry related matrix flags are contained within
111 * the mask, or zero otherwise.
922 * been zero, the numerator would have been zero as well, giving
1156 #define ZERO(x) (1<<x)
1159 #define MASK_NO_TRX (ZERO(12) | ZERO(13) | ZERO(14))
1162 #define MASK_IDENTITY ( ONE(0) | ZERO(4) | ZERO(8) | ZERO(12) |
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/i915/
i915_fpc_emit.c 275 return swizzle(UREG(REG_TYPE_R, 0), ZERO, ZERO, ZERO, ZERO);
289 return swizzle(UREG(REG_TYPE_CONST, reg), idx, ZERO, ZERO, ONE);
305 return swizzle(i915_emit_const1f(p, c1), ZERO, X, Z, W);
310 return swizzle(i915_emit_const1f(p, c0), X, ZERO, Z, W);
327 return swizzle(UREG(REG_TYPE_CONST, reg), idx, idx + 1, ZERO, ONE);
i915_fpc_translate.c 460 swizzle(src0, ZERO, ZERO, ZERO, ZERO), 0, 0);
469 swizzle(src0, X, Y, ZERO, ZERO), src1, 0);
560 swizzle(src0, ZERO, ZERO, Z, W), 0);
566 swizzle(tmp, ZERO, Y, ZERO, ZERO)
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/i915/
i915_fpc_emit.c 289 return swizzle(UREG(REG_TYPE_R, 0), ZERO, ZERO, ZERO, ZERO);
303 return swizzle(UREG(REG_TYPE_CONST, reg), idx, ZERO, ZERO, ONE);
319 return swizzle(i915_emit_const1f(p, c1), ZERO, X, Z, W);
324 return swizzle(i915_emit_const1f(p, c0), X, ZERO, Z, W);
341 return swizzle(UREG(REG_TYPE_CONST, reg), idx, idx + 1, ZERO, ONE);
i915_fpc_translate.c 569 swizzle(src0, ZERO, ZERO, ZERO, ZERO), 0, 0);
580 swizzle(src0, X, Y, ZERO, ZERO), src1, 0);
679 src0, swizzle(src0, ZERO, ZERO, Z, W), 0);
685 swizzle(tmp, ZERO, Y, ZERO, ZERO)
    [all...]
  /xsrc/external/mit/xfd/dist/
xfd.c 223 XtNumber (Resources), NULL, ZERO);
228 NULL, ZERO);
232 NULL, ZERO);
235 box = XtCreateManagedWidget ("box", boxWidgetClass, pane, NULL, ZERO);
237 NULL, ZERO);
239 NULL, ZERO);
241 NULL, ZERO);
243 NULL, ZERO);
245 NULL, ZERO);
250 pane, NULL, ZERO);
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/
iris_formats.c 58 swizzle = ISL_SWIZZLE(ZERO, ZERO, ZERO, RED);
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/compiler/
r300_fragprog_swizzle.c 62 {MAKE_SWZ3(ZERO, ZERO, ZERO), R300_ALU_ARGC_ZERO, 0, 0},
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/compiler/
r300_fragprog_swizzle.c 62 {MAKE_SWZ3(ZERO, ZERO, ZERO), R300_ALU_ARGC_ZERO, 0, 0},

Completed in 30 milliseconds

1 2 3 4