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

1 2 3 4 5 6 7 8 91011

  /xsrc/external/mit/MesaLib/dist/src/mesa/swrast/
s_aatriangle.c 207 /* cross product determines if sample is inside or outside each edge */
208 GLfloat cross = (dx0 * (sy - v0[1]) - dy0 * (sx - v0[0])); local
209 /* Check if the sample is exactly on an edge. If so, let cross be a
212 if (cross == 0.0F)
213 cross = dx0 + dy0;
214 if (cross < 0.0F) {
221 cross = (dx1 * (sy - v1[1]) - dy1 * (sx - v1[0]));
222 if (cross == 0.0F)
223 cross = dx1 + dy1;
224 if (cross < 0.0F)
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/
s_aatriangle.c 208 /* cross product determines if sample is inside or outside each edge */
209 GLfloat cross = (dx0 * (sy - v0[1]) - dy0 * (sx - v0[0])); local
210 /* Check if the sample is exactly on an edge. If so, let cross be a
213 if (cross == 0.0F)
214 cross = dx0 + dy0;
215 if (cross < 0.0F) {
222 cross = (dx1 * (sy - v1[1]) - dy1 * (sx - v1[0]));
223 if (cross == 0.0F)
224 cross = dx1 + dy1;
225 if (cross < 0.0F)
    [all...]
  /xsrc/external/mit/MesaLib/dist/.gitlab-ci/container/debian/
android_build.sh 25 sh .gitlab-ci/container/create-android-cross-file.sh /$ndk x86_64-linux-android x86_64 x86_64
26 sh .gitlab-ci/container/create-android-cross-file.sh /$ndk i686-linux-android x86 x86
27 sh .gitlab-ci/container/create-android-cross-file.sh /$ndk aarch64-linux-android arm armv8
28 sh .gitlab-ci/container/create-android-cross-file.sh /$ndk arm-linux-androideabi arm armv7hl armv7a-linux-androideabi
45 --cross-file=/cross_file-$arch.txt \
x86_build-base.sh 25 dpkg-cross \
  /xsrc/external/mit/MesaLib/dist/.gitlab-ci/container/
build-vkd3d-proton.sh 35 build_arch 64 --cross-file build-win64.txt
36 build_arch 86 --cross-file build-win32.txt
cross_build.sh 59 . .gitlab-ci/container/create-cross-file.sh $arch
66 EXTRA_MESON_ARGS="--cross-file=/cross_file-${arch}.txt -D libdir=lib/$(dpkg-architecture -A $arch -qDEB_TARGET_MULTIARCH)"
lava_build.sh 47 . .gitlab-ci/container/create-cross-file.sh armhf
57 # Determine if we're in a cross build.
59 EXTRA_MESON_ARGS="--cross-file /cross_file-$DEBIAN_ARCH.txt"
  /xsrc/external/mit/MesaLib/dist/.gitlab-ci/meson/
build.sh 6 CROSS_FILE=/cross_file-"$CROSS".txt
9 # tweak the cross file or generate a native file to do so.
13 if [ -n "$CROSS" ]; then
22 # cross-xfail-$CROSS, if it exists, contains a list of tests that are expected
23 # to fail for the $CROSS configuration, one per line. you can then mark those
31 # not cross-compiling (which is empty, because for amd64 everything is
33 if [ -n "$CROSS" ]; then
34 CROSS_XFAIL=.gitlab-ci/cross-xfail-"$CROSS"
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/
nir_builtin_builder.c 44 nir_ssa_def *cross = nir_cross3(b, x, y); local
47 nir_channel(b, cross, 0),
48 nir_channel(b, cross, 1),
49 nir_channel(b, cross, 2),
50 nir_imm_intN_t(b, 0, cross->bit_size));
  /xsrc/external/mit/xorg-cf-files/dist/
cross.def 1 /* $XFree86: xc/config/cf/cross.def,v 1.1 2000/12/08 22:09:34 keithp Exp $ */
4 * cross compilation: e.g. paths for include files and paths to
45 #include <cross.rules>
cygwin.cf 469 #include <cross.def>
mingw.cf 550 #include <cross.def>
  /xsrc/external/mit/xterm/dist/vttests/
pointer-shapes.sh 57 map cross
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/codegen/
nv50_ir_graph.cpp 79 case CROSS: return "cross";
286 Stack bb, cross; local
290 while (bb.getSize() || cross.getSize()) {
292 cross.moveTo(bb);
309 case Graph::Edge::CROSS:
311 cross.push(ei.getNode());
345 * - CROSS: all other edges (because they cross between branches in the
381 edge->type = node->tag ? Edge::BACK : Edge::CROSS;
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/codegen/
nv50_ir_graph.cpp 79 case CROSS: return "cross";
286 Stack bb, cross; local
290 while (bb.getSize() || cross.getSize()) {
292 cross.moveTo(bb);
310 case Graph::Edge::CROSS:
312 cross.push(ei.getNode());
346 * - CROSS: all other edges (because they cross between branches in the
384 edge->type = node->tag ? Edge::BACK : Edge::CROSS;
    [all...]
  /xsrc/external/mit/mesa-demos/dist/src/util/
trackball.c 107 vcross(const float v1[3], const float v2[3], float cross[3])
114 vcopy(temp, cross);
153 * trackball, then figure out the axis of rotation, which is the cross
186 * Now, we want the cross product of P1 and P2
  /xsrc/external/mit/MesaLib/dist/src/compiler/nir/
nir_builtin_builder.c 45 nir_ssa_def *cross = nir_cross3(b, x, y); local
48 nir_channel(b, cross, 0),
49 nir_channel(b, cross, 1),
50 nir_channel(b, cross, 2),
51 nir_imm_intN_t(b, 0, cross->bit_size));
  /xsrc/external/mit/glu/dist/src/libutil/
project.c 100 static void cross(float v1[3], float v2[3], float result[3]) function
126 cross(forward, up, side);
130 cross(side, forward, up);
  /xsrc/external/mit/MesaLib/dist/android/
mesa3d_cross.mk 86 --cross-file $(AOSP_ABSOLUTE_PATH)/$(MESON_GEN_DIR)/aosp_cross \
  /xsrc/external/mit/fslsfonts/dist/
configure 1405 --host=HOST cross-compile to build programs to run on HOST [BUILD]
2686 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2687 printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2910 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2911 printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3014 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3015 printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3123 # safe: cross compilers may not add the suffix if given an '-o'
3220 # the compiler is broken, or we cross compile.
3221 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&
    [all...]
  /xsrc/external/mit/iceauth/dist/
configure 1413 --host=HOST cross-compile to build programs to run on HOST [BUILD]
2708 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2709 printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2932 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2933 printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3036 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3037 printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3145 # safe: cross compilers may not add the suffix if given an '-o'
3242 # the compiler is broken, or we cross compile.
3243 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&
    [all...]
  /xsrc/external/mit/lndir/dist/
configure 1410 --host=HOST cross-compile to build programs to run on HOST [BUILD]
2695 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2696 printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2919 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2920 printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3023 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3024 printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3132 # safe: cross compilers may not add the suffix if given an '-o'
3229 # the compiler is broken, or we cross compile.
3230 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&
    [all...]
  /xsrc/external/mit/makedepend/dist/
configure 1409 --host=HOST cross-compile to build programs to run on HOST [BUILD]
2699 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2700 printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2923 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2924 printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3027 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3028 printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3136 # safe: cross compilers may not add the suffix if given an '-o'
3233 # the compiler is broken, or we cross compile.
3234 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&
    [all...]
  /xsrc/external/mit/mkfontscale/dist/
configure 1422 --host=HOST cross-compile to build programs to run on HOST [BUILD]
2718 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2719 printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2942 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2943 printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3046 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3047 printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3155 # safe: cross compilers may not add the suffix if given an '-o'
3252 # the compiler is broken, or we cross compile.
3253 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&
    [all...]
  /xsrc/external/mit/rgb/dist/
configure 1423 --host=HOST cross-compile to build programs to run on HOST [BUILD]
2687 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2688 printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2907 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2908 printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3009 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3010 printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3118 # safe: cross compilers may not add the suffix if given an `-o'
3210 # the compiler is broken, or we cross compile.
3211 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&
    [all...]

Completed in 48 milliseconds

1 2 3 4 5 6 7 8 91011