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

1 2 3 4 5 6 7 8 91011>>

  /xsrc/external/mit/MesaLib/dist/.gitlab-ci/bare-metal/
poe-on 17 flock /var/run/poe.lock -c "snmpset -v2c -r 3 -t 30 -cmesaci $BM_POE_ADDRESS $SNMP_KEY $SNMP_OFF"
19 flock /var/run/poe.lock -c "snmpset -v2c -r 3 -t 30 -cmesaci $BM_POE_ADDRESS $SNMP_KEY $SNMP_ON"
poe-off 17 flock /var/run/poe.lock -c "snmpset -v2c -r 3 -t 30 -cmesaci $BM_POE_ADDRESS $SNMP_KEY $SNMP_OFF"
  /xsrc/external/mit/libepoxy/dist/.travis/
run-docker.sh 10 sudo docker run --rm \
  /xsrc/external/mit/xorg-server/dist/test/scripts/
xvfb-piglit.sh 13 exec $XSERVER_DIR/test/scripts/run-piglit.sh
xinit-piglit-session.sh 3 # .xinitrc replacement to run piglit and exit.
5 # Note that piglit will run many processes against the server, so
34 # Run as meson unit tests.
37 exec ./piglit run xts-render $PIGLIT_ARGS $PIGLIT_RESULTS_DIR
xephyr-glamor-gles2-piglit.sh 31 $XSERVER_DIR/test/scripts/run-piglit.sh \
  /xsrc/external/mit/MesaLib/dist/src/freedreno/ir3/
ir3_nir_imul.py 28 # We want to run the imad24 rule late so that it doesn't fight
30 # run late, and this is kinda imul related, this seems like a
41 run()
44 def run(): function
ir3_nir_trig.py 37 run()
40 def run(): function
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/nir_to_spirv/
zink_nir_algebraic.py 36 run()
39 def run(): function
  /xsrc/external/mit/MesaLib/dist/src/intel/compiler/
brw_nir_trig_workarounds.py 48 run()
51 def run(): function
  /xsrc/external/mit/MesaLib.old/dist/src/freedreno/ir3/
ir3_nir_trig.py 39 run()
42 def run(): function
  /xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
brw_nir_trig_workarounds.py 50 run()
53 def run(): function
  /xsrc/external/mit/MesaLib/dist/src/freedreno/computerator/examples/
test-flut.sh 32 run() { function
38 run "$n" "full"
39 run "h($n)" "half"
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/lima/ir/
lima_nir_algebraic.py 28 # Pass must be run only once, after the main loop
45 run()
48 def run(): function
  /xsrc/external/mit/MesaLib/dist/src/panfrost/bifrost/
bifrost_nir_algebraic.py 50 run()
53 def run(): function
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/panfrost/midgard/
midgard_nir_algebraic.py 42 # Pass must be run only once, after the main loop
54 run()
57 def run(): function
  /xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/tests/
test_glsl_to_tgsi_lifetime.cpp 49 run(code, temp_lt_expect({{-1,-1}, {0,1}}));
60 run(code, temp_lt_expect({{-1, -1}, {0,1}, {1,2}}));
77 run(code, temp_lt_expect({{-1, -1}, {0,2}, {1,2}}));
97 run (code, temp_lt_expect({{-1,-1}, {0,5}, {2,3}, {3,6}}));
117 run (code, temp_lt_expect({{-1,-1}, {0,7}, {1,7}, {5,8}}));
139 run (code, temp_lt_expect({{-1,-1}, {1,5}, {5,10}}));
160 run (code, temp_lt_expect({{-1,-1}, {0,8}, {1,8}, {6,9}}));
183 run (code, temp_lt_expect({{-1,-1}, {0,9}, {3,7}, {7,10}}));
206 run (code, temp_lt_expect({{-1,-1}, {0,9}, {1,9}, {7,10}}));
229 run (code, temp_lt_expect({{-1,-1}, {0,9}, {1,8}, {1,8}}))
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/tests/
test_glsl_to_tgsi_lifetime.cpp 49 run(code, temp_lt_expect({{-1,-1}, {0,1}}));
60 run(code, temp_lt_expect({{-1, -1}, {0,1}, {1,2}}));
77 run(code, temp_lt_expect({{-1, -1}, {0,2}, {1,2}}));
97 run (code, temp_lt_expect({{-1,-1}, {0,5}, {2,3}, {3,6}}));
117 run (code, temp_lt_expect({{-1,-1}, {0,7}, {1,7}, {5,8}}));
139 run (code, temp_lt_expect({{-1,-1}, {1,5}, {5,10}}));
160 run (code, temp_lt_expect({{-1,-1}, {0,8}, {1,8}, {6,9}}));
183 run (code, temp_lt_expect({{-1,-1}, {0,9}, {3,7}, {7,10}}));
206 run (code, temp_lt_expect({{-1,-1}, {0,9}, {1,9}, {7,10}}));
229 run (code, temp_lt_expect({{-1,-1}, {0,9}, {1,8}, {1,8}}))
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/draw/
draw_pt_post_vs.c 51 boolean (*run)( struct pt_post_vs *pvs, member in struct:pt_post_vs
123 return pvs->run( pvs, info, prim_info );
181 pvs->run = do_cliptest_none;
185 pvs->run = do_cliptest_xy_fullz_viewport;
189 pvs->run = do_cliptest_xy_halfz_viewport;
193 pvs->run = do_cliptest_xy_gb_halfz_viewport;
197 pvs->run = do_cliptest_fullz_viewport;
201 pvs->run = do_cliptest_halfz_viewport;
205 pvs->run = do_cliptest_xy_fullz_user_viewport;
210 pvs->run = do_cliptest_xy_fullz_user_viewport_edgeflag
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/draw/
draw_pt_post_vs.c 51 boolean (*run)( struct pt_post_vs *pvs, member in struct:pt_post_vs
123 return pvs->run( pvs, info, prim_info );
181 pvs->run = do_cliptest_none;
185 pvs->run = do_cliptest_xy_fullz_viewport;
189 pvs->run = do_cliptest_xy_halfz_viewport;
193 pvs->run = do_cliptest_xy_gb_halfz_viewport;
197 pvs->run = do_cliptest_fullz_viewport;
201 pvs->run = do_cliptest_halfz_viewport;
205 pvs->run = do_cliptest_xy_fullz_user_viewport;
210 pvs->run = do_cliptest_xy_fullz_user_viewport_edgeflag
    [all...]
  /xsrc/external/mit/xsetmode/dist/
missing 31 run=:
33 # In the cases where this matters, `missing' is being run in the
42 --run)
43 # Try to run requested program, and just exit if it succeeds.
44 run=
50 # If it does not exist, or fails to run (possibly an outdated version),
64 --run try to run the given command, and emulate it if it fails
91 if test -z "$run" && ($1 --version) > /dev/null 2>&1; then
105 if test -z "$run" && ($1 --version) > /dev/null 2>&1; the
    [all...]
  /xsrc/external/mit/fontconfig/dist/doc/
run-quiet.py 3 # fontconfig/doc/run-quiet.py
36 sys.exit(subprocess.run(command, stdout=out).returncode)
  /xsrc/external/mit/mesa-demos/dist/src/egl/openvg/trivial/
eglcommon.h 15 int run(int argc, char **argv,
  /xsrc/external/mit/xorg-server/dist/fb/
fboverlay.c 60 pPixmap = pScrPriv->layer[i].u.run.pixmap;
71 RegionEmpty(&pScrPriv->layer[i].u.run.region);
86 (*pScreen->DestroyPixmap) (pScrPriv->layer[i].u.run.pixmap);
87 RegionUninit(&pScrPriv->layer[i].u.run.region);
103 (void *) pScrPriv->layer[i].u.run.pixmap)
139 pScrPriv->layer[i].u.run.pixmap = pPixmap;
140 RegionInit(&pScrPriv->layer[i].u.run.region, &box, 0);
142 pScreen->devPrivate = pScrPriv->layer[0].u.run.pixmap;
169 RegionUnion(&pScrPriv->layer[i].u.run.region,
170 &pScrPriv->layer[i].u.run.region, prgn)
    [all...]
  /xsrc/external/mit/MesaLib/dist/.gitlab-ci/
run-shader-db.sh 16 ./run -j${FDO_CI_CONCURRENT:-4} ./shaders \

Completed in 20 milliseconds

1 2 3 4 5 6 7 8 91011>>