| /xsrc/external/mit/MesaLib/dist/.gitlab-ci/bare-metal/ |
| H A D | arm64_a630_egl.sh | 12 DEQP_RESULTS_DIR=results/reset \ 21 DEQP_RESULTS_DIR=results/nonrobustness \
|
| H A D | cros-servo.sh | 52 rm -rf results/ 53 mkdir -p results 58 mkdir -p /nfs/results 99 cp -Rp /nfs/results/. results/
|
| H A D | poe-powered.sh | 87 rm -rf results/ 88 mkdir -p results 117 mkdir -p /nfs/results 145 cp -Rp /nfs/results/. results/
|
| H A D | fastboot.sh | 56 rm -rf results/ 57 mkdir -p results/ 63 mkdir -p /nfs/results 126 $BM_SERIAL_SCRIPT > results/serial-output.txt & 128 while [ ! -e results/serial-output.txt ]; do 145 cp -Rp /nfs/results/. results/
|
| H A D | rootfs-setup.sh | 5 mkdir -p $rootfs_dst/results
|
| /xsrc/external/mit/MesaLib/dist/.gitlab-ci/ |
| H A D | fossilize-runner.sh | 17 RESULTS=`pwd`/results 18 mkdir -p results
|
| H A D | crosvm-runner.sh | 17 # Temporary results dir because from the guest we cannot write to / 18 mkdir -p /results 19 mount -t tmpfs tmpfs /results 46 mkdir -p $CI_PROJECT_DIR/results 47 mv /results/* $CI_PROJECT_DIR/results/. 49 test -f $CI_PROJECT_DIR/results/success
|
| H A D | gtest-runner.sh | 37 --output ${GTEST_RESULTS_DIR:-results} \ 50 --results $RESULTS/failures.csv \ 53 --template "See https://$CI_PROJECT_ROOT_NAMESPACE.pages.freedesktop.org/-/$CI_PROJECT_NAME/-/jobs/$CI_JOB_ID/artifacts/results/{{testcase}}.xml" 60 --results $RESULTS/results.csv \
|
| H A D | crosvm-init.sh | 18 touch /results/success
|
| /xsrc/external/mit/xorg-server/dist/test/scripts/ |
| H A D | xvfb-piglit.sh | 11 export PIGLIT_RESULTS_DIR=$XSERVER_BUILDDIR/test/piglit-results/xvfb
|
| H A D | xephyr-glamor-piglit.sh | 10 export PIGLIT_RESULTS_DIR=$XSERVER_BUILDDIR/test/piglit-results/xephyr-glamor
|
| /xsrc/external/mit/MesaLib/dist/.gitlab-ci/lava/ |
| H A D | lava-submit.sh | 14 rm -rf results 15 mkdir -p results/job-rootfs-overlay/ 20 cp artifacts/ci-common/capture-devcoredump.sh results/job-rootfs-overlay/ 21 cp artifacts/ci-common/init-*.sh results/job-rootfs-overlay/ 22 artifacts/ci-common/generate-env.sh > results/job-rootfs-overlay/set-job-env-vars.sh 24 tar zcf job-rootfs-overlay.tar.gz -C results/job-rootfs-overlay/ . 28 touch results/lava.log 29 tail -f results/lava.log & 47 --lava-tags "${LAVA_TAGS}" >> results/lava.log
|
| H A D | lava_job_submitter.py | 203 results_yaml = _call_proxy(proxy.results.get_testjob_results_yaml, job_id) 204 results = yaml.load(results_yaml, Loader=loader(False)) 205 for res in results: 216 results_yaml = _call_proxy(proxy.results.get_testcase_results_yaml, job_id, test_suite, test_case) 217 results = yaml.load(results_yaml, Loader=loader(False)) 218 if not results: 221 print_log("LAVA: result for test_suite '{}', test_case '{}': {}".format(test_suite, test_case, results[0]['result'])) 222 if results[0]['result'] != 'pass':
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/ |
| H A D | freedreno_autotune.h | 81 * List of recently used historical results (to age out old results) 86 * GPU buffer used to communicate back results to the CPU 89 struct fd_autotune_results *results; member in struct:fd_autotune 92 * List of per-batch results that we are waiting for the GPU to finish 93 * with before reading back the results. 102 * The layout of the memory used to read back per-batch results from the 113 * results are valid 137 (at)->results_mem, offset((at)->results, &(at)->results [all...] |
| H A D | freedreno_autotune.c | 44 struct list_head results; member in struct:fd_batch_history 70 list_inithead(&history->results); 112 if (at->idx_counter >= ARRAY_SIZE(at->results->result)) 126 uint32_t current_fence = at->results->fence; 135 result->samples_passed = at->results->result[result->idx].samples_end - 136 at->results->result[result->idx].samples_start; 139 list_add(&result->node, &history->results); 144 /* Once above a limit, start popping old results off the 148 list_last_entry(&history->results, struct fd_batch_result, node); 216 list_for_each_entry (struct fd_batch_result, result, &history->results, [all...] |
| /xsrc/external/mit/MesaLib/dist/.gitlab-ci/common/ |
| H A D | capture-devcoredump.sh | 7 if cp $i /results/first.devcore; then
|
| H A D | init-stage2.sh | 67 rm -rf results/trace/$PIGLIT_REPLAY_DEVICE_NAME 73 tar -czf results.tar.gz results/; 75 ci-fairy minio cp results.tar.gz minio://"$MINIO"/results.tar.gz;
|
| /xsrc/external/mit/MesaLib/dist/.gitlab-ci/piglit/ |
| H A D | run_cl.sh | 9 if [ -d results ]; then 10 cd results && rm -rf ..?* .[!.]* * 40 ./piglit run -c -j${FDO_CI_CONCURRENT:-4} $PIGLIT_OPTIONS $PIGLIT_TESTS $PIGLIT_PROFILES $ROOTDIR/results 49 ./piglit summary console $ROOTDIR/results \ 57 # Just filter the expected results based on the tests that were actually 71 ./piglit summary html --exclude-details=pass $ROOTDIR/results/summary $ROOTDIR/results 73 echo Unexpected change in results:
|
| H A D | piglit-runner.sh | 17 RESULTS=`pwd`/${PIGLIT_RESULTS_DIR:-results} 72 --results $RESULTS/failures.csv \ 75 --template "See https://$CI_PROJECT_ROOT_NAMESPACE.pages.freedesktop.org/-/$CI_PROJECT_NAME/-/jobs/$CI_JOB_ID/artifacts/results/{{testcase}}.xml" 82 --results $RESULTS/results.csv \
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/ |
| H A D | gen6_queryobj.c | 51 * counters, the CS stall guarantees that the results will be 66 /* Order available *after* the query results. */ 147 check_xfb_overflow_streams(uint64_t *results, int count) argument 152 uint64_t *result_i = &results[4 * i]; 232 uint64_t *results = brw_bo_map(brw, query->bo, MAP_READ); local in function:gen6_queryobj_get_results 238 query->Base.Result = brw_raw_timestamp_delta(brw, results[0], results[1]); 243 /* The query BO contains a single timestamp value in results[0]. */ 244 query->Base.Result = gen_device_info_timebase_scale(devinfo, results[0]); 256 query->Base.Result += results[ [all...] |
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/ |
| H A D | gfx6_queryobj.c | 50 * counters, the CS stall guarantees that the results will be 65 /* Order available *after* the query results. */ 146 check_xfb_overflow_streams(uint64_t *results, int count) argument 151 uint64_t *result_i = &results[4 * i]; 231 uint64_t *results = brw_bo_map(brw, query->bo, MAP_READ); local in function:gfx6_queryobj_get_results 237 query->Base.Result = brw_raw_timestamp_delta(brw, results[0], results[1]); 242 /* The query BO contains a single timestamp value in results[0]. */ 243 query->Base.Result = intel_device_info_timebase_scale(devinfo, results[0]); 255 query->Base.Result += results[ [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/tnl/ |
| H A D | t_vb_program.c | 66 /** The results of running the vertex program go into these arrays. */ 67 GLvector4f results[VARYING_SLOT_MAX]; member in struct:vp_stage_data 319 if (!store->results[0].storage) { 321 assert(!store->results[i].storage); 322 _mesa_vector4f_alloc( &store->results[i], 0, VB->Size, 32 ); 323 store->results[i].size = 4; 381 COPY_4V(store->results[attr].data[i], machine->Outputs[attr]); 386 store->results[VARYING_SLOT_FOGC].data[i][1] = 0.0; 387 store->results[VARYING_SLOT_FOGC].data[i][2] = 0.0; 388 store->results[VARYING_SLOT_FOG [all...] |
| /xsrc/external/mit/MesaLib/dist/src/mesa/tnl/ |
| H A D | t_vb_program.c | 66 /** The results of running the vertex program go into these arrays. */ 67 GLvector4f results[VARYING_SLOT_MAX]; member in struct:vp_stage_data 319 if (!store->results[0].storage) { 321 assert(!store->results[i].storage); 322 _mesa_vector4f_alloc( &store->results[i], 0, VB->Size, 32 ); 323 store->results[i].size = 4; 381 COPY_4V(store->results[attr].data[i], machine->Outputs[attr]); 386 store->results[VARYING_SLOT_FOGC].data[i][1] = 0.0; 387 store->results[VARYING_SLOT_FOGC].data[i][2] = 0.0; 388 store->results[VARYING_SLOT_FOG [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/freedreno/ir3/ |
| H A D | ir3_nir_lower_tg4_to_tex.c | 28 * gather results, rather than before. As a result, it must be emulated with 50 nir_ssa_def *results[4]; local in function:lower_tg4 94 results[i] = nir_channel(b, &tex->dest.ssa, tg4->component); 97 nir_ssa_def *result = nir_vec4(b, results[0], results[1], results[2], results[3]);
|
| /xsrc/external/mit/MesaLib/dist/docs/ |
| H A D | conform.rst | 6 conformance tests and submit their results on a set of hardware on a 13 Submitting conformance results to Khronos 22 submitted results for the given API yet, X.Org is a member through 24 conformance results to get added to the list of conformant products.
|