| /xsrc/external/mit/MesaLib/dist/.gitlab-ci/bare-metal/ |
| H A D | 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"
|
| H A D | 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/ |
| H A D | run-docker.sh | 10 sudo docker run --rm \
|
| /xsrc/external/mit/MesaLib.old/dist/src/freedreno/ir3/ |
| H A D | ir3_nir_trig.py | 39 run() 42 def run(): function
|
| /xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/ |
| H A D | brw_nir_trig_workarounds.py | 50 run() 53 def run(): function
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/nir_to_spirv/ |
| H A D | zink_nir_algebraic.py | 36 run() 39 def run(): function
|
| /xsrc/external/mit/MesaLib/dist/src/intel/compiler/ |
| H A D | brw_nir_trig_workarounds.py | 48 run() 51 def run(): function
|
| /xsrc/external/mit/MesaLib/dist/src/freedreno/ir3/ |
| H A D | 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
|
| H A D | ir3_nir_trig.py | 37 run() 40 def run(): function
|
| /xsrc/external/mit/xorg-server/dist/test/scripts/ |
| H A D | xvfb-piglit.sh | 13 exec $XSERVER_DIR/test/scripts/run-piglit.sh
|
| H A D | xinit-piglit-session.sh | 3 # .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 D | 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/freedreno/computerator/examples/ |
| H A D | test-flut.sh | 32 run() { function 38 run "$n" "full" 39 run "h($n)" "half"
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/panfrost/midgard/ |
| H A D | 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/panfrost/bifrost/ |
| H A D | bifrost_nir_algebraic.py | 50 run() 53 def run(): function
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/tests/ |
| H A D | 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 (cod [all...] |
| /xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/tests/ |
| H A D | 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 (cod [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/draw/ |
| H A D | 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 [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/draw/ |
| H A D | 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 [all...] |
| /xsrc/external/mit/xsetmode/dist/ |
| H A D | 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" [all...] |
| /xsrc/external/mit/mesa-demos/dist/src/egl/openvg/trivial/ |
| H A D | eglcommon.h | 15 int run(int argc, char **argv,
|
| /xsrc/external/mit/fontconfig/dist/doc/ |
| H A D | run-quiet.py | 3 # fontconfig/doc/run-quiet.py 36 sys.exit(subprocess.run(command, stdout=out).returncode)
|
| /xsrc/external/mit/MesaLib/dist/bin/ |
| H A D | pick-ui.py | 33 loop.run()
|
| /xsrc/external/mit/xorg-server/dist/fb/ |
| H A D | 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 [all...] |
| /xsrc/external/mit/MesaLib/dist/.gitlab-ci/ |
| H A D | run-shader-db.sh | 16 ./run -j${FDO_CI_CONCURRENT:-4} ./shaders \
|