Searched refs:run (Results 1 - 25 of 1557) sorted by relevance

1234567891011>>

/xsrc/external/mit/MesaLib/dist/.gitlab-ci/bare-metal/
H A Dpoe-on17 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"
H A Dpoe-off17 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/
H A Drun-docker.sh10 sudo docker run --rm \
/xsrc/external/mit/MesaLib.old/dist/src/freedreno/ir3/
H A Dir3_nir_trig.py39 run()
42 def run(): function
/xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
H A Dbrw_nir_trig_workarounds.py50 run()
53 def run(): function
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/nir_to_spirv/
H A Dzink_nir_algebraic.py36 run()
39 def run(): function
/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_nir_trig_workarounds.py48 run()
51 def run(): function
/xsrc/external/mit/MesaLib/dist/src/freedreno/ir3/
H A Dir3_nir_imul.py28 # 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
H A Dir3_nir_trig.py37 run()
40 def run(): function
/xsrc/external/mit/xorg-server/dist/test/scripts/
H A Dxvfb-piglit.sh13 exec $XSERVER_DIR/test/scripts/run-piglit.sh
H A Dxinit-piglit-session.sh3 # .xinitrc replacement to run piglit and exit.
5 # Note that piglit will run many processes against the server, so
37 exec ./piglit run xts-render $PIGLIT_ARGS $PIGLIT_RESULTS_DIR
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/lima/ir/
H A Dlima_nir_algebraic.py28 # Pass must be run only once, after the main loop
45 run()
48 def run(): function
/xsrc/external/mit/MesaLib/dist/src/freedreno/computerator/examples/
H A Dtest-flut.sh32 run() { function
38 run "$n" "full"
39 run "h($n)" "half"
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/panfrost/midgard/
H A Dmidgard_nir_algebraic.py42 # Pass must be run only once, after the main loop
54 run()
57 def run(): function
/xsrc/external/mit/MesaLib/dist/src/panfrost/bifrost/
H A Dbifrost_nir_algebraic.py50 run()
53 def run(): function
/xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/tests/
H A Dtest_glsl_to_tgsi_lifetime.cpp49 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 (cod
[all...]
/xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/tests/
H A Dtest_glsl_to_tgsi_lifetime.cpp49 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 (cod
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/draw/
H A Ddraw_pt_post_vs.c51 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
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/draw/
H A Ddraw_pt_post_vs.c51 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
[all...]
/xsrc/external/mit/xsetmode/dist/
H A Dmissing31 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"
[all...]
/xsrc/external/mit/mesa-demos/dist/src/egl/openvg/trivial/
H A Deglcommon.h15 int run(int argc, char **argv,
/xsrc/external/mit/fontconfig/dist/doc/
H A Drun-quiet.py3 # fontconfig/doc/run-quiet.py
36 sys.exit(subprocess.run(command, stdout=out).returncode)
/xsrc/external/mit/MesaLib/dist/bin/
H A Dpick-ui.py33 loop.run()
/xsrc/external/mit/xorg-server/dist/fb/
H A Dfboverlay.c60 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
[all...]
/xsrc/external/mit/MesaLib/dist/.gitlab-ci/
H A Drun-shader-db.sh16 ./run -j${FDO_CI_CONCURRENT:-4} ./shaders \

Completed in 14 milliseconds

1234567891011>>