Searched +full:init +full:- +full:stage2 (Results 1 – 19 of 19) sorted by relevance
| /external/mesa3d/.gitlab-ci/bare-metal/ |
| D | bm-init.sh | 3 # Init entrypoint for bare-metal devices; calls common init code. 6 /init-stage1.sh 9 test $? -eq 0 && /init-stage2.sh 11 # Wait until the job would have timed out anyway, so we don't spew a "init
|
| /external/mesa3d/.gitlab-ci/lava/utils/ |
| D | ssh_job_definition.py | 11 via SSH pseudo terminal, instead of relying in the error-prone UART. 13 In more detail, we aim to use "export -p" to share the initial boot environment 14 with SSH LAVA test-cases. 15 The "init-stage1.sh" script handles tasks such as system mounting and network 16 setup, which are necessary for allocating a pseudo-terminal under "/dev/pts". 24 2. [DUT] Running the "init-stage1.sh" script for the first SSH test case. 25 3. [DUT] Export the first boot environment to `/dut-env-vars.sh` file. 26 4. [SSH] Enabling the pseudo-terminal for colors and running the "init-stage2.sh" 27 script after sourcing "dut-env-vars.sh" again for the second SSH test case. 45 "dropbear -R -B", [all …]
|
| D | uart_job_definition.py | 9 # Use the same image that is being used for the hardware enablement and health-checks. 12 # https://gitlab.collabora.com/lava/health-check-docker/-/blob/main/Dockerfile 13 # And the registry here: https://gitlab.collabora.com/lava/health-check-docker/container_registry/ 14 DOCKER_IMAGE = "registry.gitlab.collabora.com/lava/health-check-docker" 19 ) -> tuple[dict[str, Any], ...]: 41 "mkbootimg --kernel Image.gz+dtb" 42 …+ ' --cmdline "root=/dev/nfs rw nfsroot=$NFS_SERVER_IP:$NFS_ROOTFS,tcp,hard rootwait ip=dhcp init=… 43 + " --pagesize 4096 --base 0x80000000 -o boot.img", 68 def tftp_deploy_actions(job_definition: "LAVAJobDefinition", nfsrootfs) -> tuple[dict[str, Any]]: 87 ) -> tuple[dict[str, Any]]: [all …]
|
| D | lava_job_definition.py | 33 def __init__(self, job_submitter: "LAVAJobSubmitter") -> None: 36 def has_ssh_support(self) -> bool: 46 def generate_lava_yaml_payload(self) -> dict[str, Any]: 60 "url": f"{args.rootfs_url_prefix}/lava-rootfs.tar.zst", 79 wrap_final_deploy_action(deploy_actions[-1]) 99 def generate_lava_job_definition(self) -> str: 113 def generate_metadata(self) -> dict[str, Any]: 120 "context": {"extra_nfsroot_args": " init=/init rootwait usbcore.quirks=0bda:8153:k"}, 124 "depthcharge-retry": { 128 "depthcharge-start": { [all …]
|
| /external/mesa3d/.gitlab-ci/tests/data/ |
| D | UBOOT_force_uart=True_job_definition.yaml | 1 job_name: 'test-project: my_pipeline_info' 5 - my_visibility_group 8 extra_nfsroot_args: ' init=/init rootwait usbcore.quirks=0bda:8153:k' 13 depthcharge-retry: 15 depthcharge-start: 17 depthcharge-action: 20 - deploy: 28 url: None/lava-rootfs.tar.zst 32 - boot: 34 method: u-boot [all …]
|
| D | FASTBOOT_force_uart=True_job_definition.yaml | 1 job_name: 'test-project: my_pipeline_info' 5 - my_visibility_group 8 extra_nfsroot_args: ' init=/init rootwait usbcore.quirks=0bda:8153:k' 13 depthcharge-retry: 15 depthcharge-start: 17 depthcharge-action: 20 - deploy: 25 url: None/lava-rootfs.tar.zst 27 - deploy: 39 image: registry.gitlab.collabora.com/lava/health-check-docker [all …]
|
| D | UBOOT_force_uart=False_job_definition.yaml | 1 job_name: 'test-project: my_pipeline_info' 5 - my_visibility_group 8 extra_nfsroot_args: ' init=/init rootwait usbcore.quirks=0bda:8153:k' 13 depthcharge-retry: 15 depthcharge-start: 17 depthcharge-action: 20 - deploy: 28 url: None/lava-rootfs.tar.zst 34 - boot: 36 method: u-boot [all …]
|
| D | FASTBOOT_force_uart=False_job_definition.yaml | 1 job_name: 'test-project: my_pipeline_info' 5 - my_visibility_group 8 extra_nfsroot_args: ' init=/init rootwait usbcore.quirks=0bda:8153:k' 13 depthcharge-retry: 15 depthcharge-start: 17 depthcharge-action: 20 - deploy: 25 url: None/lava-rootfs.tar.zst 28 - deploy: 40 image: registry.gitlab.collabora.com/lava/health-check-docker [all …]
|
| /external/oss-fuzz/infra/base-images/base-clang/ |
| D | checkout_build_install_llvm.sh | 1 #!/bin/bash -eux 8 # http://www.apache.org/licenses/LICENSE-2.0 23 # zlib1g-dev is needed for llvm-profdata to handle coverage data from rust compiler 24 LLVM_DEP_PACKAGES="build-essential make cmake ninja-build git python3 python3-distutils g++-multili… 25 apt-get update && apt-get install -y $LLVM_DEP_PACKAGES --no-install-recommends 37 rm -rf $LOCAL_PATH 40 if [ $CHECKOUT_RETURN_CODE -eq 0 ]; then 45 # Re-enable exit on error. If checkout failed, script will exit. 46 set -e 52 cmake -G "Ninja" \ [all …]
|
| /external/mesa3d/.gitlab-ci/piglit/ |
| D | piglit-traces.sh | 5 set -ex 10 INSTALL=$(realpath -s "$PWD"/install) 11 S3_ARGS="--token-file ${CI_JOB_JWT_FILE}" 13 RESULTS=$(realpath -s "$PWD"/results) 14 mkdir -p "$RESULTS" 19 # Needed because yq and ci-fairy are installed there. 23 yq -iY 'del(.traces[][] | select(.label[]? == "no-perf"))' \ 27 export PIGLIT_REPLAY_EXTRA_ARGS="--keep-image ${PIGLIT_REPLAY_EXTRA_ARGS}" 32 vk-*) 33 export WINEPREFIX="/dxvk-wine64" [all …]
|
| /external/clang/ |
| D | build.py | 9 # http://www.apache.org/licenses/LICENSE-2.0 37 # pylint: disable=missing-docstring 47 # Set True to skip all actions (log only). Controlled by --dry-run. 77 """Proxy for subprocess.check_call with logging and dry-run support.""" 85 extra_env = dict(set(kwargs['env'].items()) - set(os.environ.items())) 94 """Proxy for shutil.copy2 with logging and dry-run support.""" 102 """Proxy for shutil.copytree with logging and dry-run support.""" 110 """Proxy for shutil.rmtree with logging and dry-run support.""" 118 """Proxy for os.rename with logging and dry-run support.""" 125 """Proxy for os.makedirs with logging and dry-run support.""" [all …]
|
| /external/mesa3d/.gitlab-ci/test/ |
| D | gitlab-ci.yml | 7 - !reference [default, before_script] 9 - rm -rf install 10 - tar -xf artifacts/install.tar 11 - section_start ldd_section "Checking ldd on driver build" 12 - LD_LIBRARY_PATH=install/lib find install/lib -name "*.so" -print -exec ldd {} \; 13 - section_end ldd_section 18 - results/ 20 - !reference [.never-post-merge-rules, rules] 22 .formatting-check: 25 stage: code-validation [all …]
|
| /external/cpuinfo/test/dmesg/ |
| D | meizu-pro-7-plus.log | 1 [ 0.000000] -(0)[0:swapper]Booting Linux on physical CPU 0x0 2 [ 0.000000] -(0)[0:swapper]Initializing cgroup subsys cpuset 3 [ 0.000000] -(0)[0:swapper]Initializing cgroup subsys cpu 4 [ 0.000000] -(0)[0:swapper]Initializing cgroup subsys cpuacct 5 [ 0.000000] -(0)[0:swapper]Initializing cgroup subsys schedtune 6 [ 0.000000] -(0)[0:swapper]Linux version 4.4.22-user-02175-g6470b5c (flyme@mz-builder-5) (gcc ve… 7 [ 0.000000] -(0)[0:swapper]Boot CPU: AArch64 Processor [410fd041] 8 [ 0.000000] -(0)[0:swapper][CHIP] node not found 9 [ 0.000000] -(0)[0:swapper][PHY layout]mblock-12-ccci_request_mem : 0x86000000 - 0x87ffffff … 10 [ 0.000000] -(0)[0:swapper][PHY layout]mblock-11-ccci_request_mem : 0xba000000 - 0xbabfffff … [all …]
|
| /external/mesa3d/docs/relnotes/ |
| D | 22.2.0.rst | 1 Mesa 22.2.0 Release Notes / 2022-09-21 20 --------------- 24 b1f9c8fd08f2cae3adf83355bef4d2398e8025f44947332880f2d0066bdafa8c mesa-22.2.0.tar.xz 29 ------------ 31 - WGL_ARB_create_context_robustness 33 - d3d12 ARB_robust_buffer_access_behavior 35 - VK_EXT_robustness2 for lavapipe 37 - VK_EXT_image_2d_view_of_3d on RADV 39 - zink and d3d12 GL_EXT_memory_object_win32 and GL_EXT_semaphore_win32 support 41 - vertexAttributeInstanceRateZeroDivisor support for lavapipe [all …]
|
| D | 23.1.0.rst | 1 Mesa 23.1.0 Release Notes / 2023-05-10 20 --------------- 24 a9dde3c76571c4806245a05bda1cceee347c3267127e9e549e4f4e225d92e992 mesa-23.1.0.tar.xz 28 ------------ 30 - VK_EXT_pipeline_library_group_handles on RADV 31 - VK_EXT_image_sliced_view_of_3d on RADV/GFX10+ 32 - VK_KHR_map_memory2 on ANV and RADV 33 - fullyCoveredFragmentShaderInputVariable on RADV/GFX9+ 34 - VK_EXT_discard_rectangles version 2 on RADV 35 - VK_EXT_graphics_pipeline_library on RADV [all …]
|
| D | 23.2.1.rst | 1 Mesa 23.2.1 Release Notes / 2023-09-28 23 --------------- 27 64de0616fc2d801f929ab1ac2a4f16b3e2783c4309a724c8a259b20df8bbc1cc mesa-23.2.1.tar.xz 32 ------------ 34 - VK_EXT_attachment_feedback_loop_dynamic_state on RADV 36 - extendedDynamicState3SampleLocationsEnable on RADV 38 - VK_EXT_dynamic_rendering_unused_attachments on RADV 40 - VK_EXT_mesh_shader on lavapipe 42 - OpenGL 3.1 on Asahi 44 - OpenGL ES 3.0 on Asahi [all …]
|
| D | 20.2.0.rst | 1 Mesa 20.2.0 Release Notes / 2020-09-28 20 --------------- 24 63f0359575d558ef98dd78adffc0df4c66b76964ebf603b778b7004964191d30 mesa-20.2.0.tar.xz 28 ------------ 30 - GL_ARB_compute_variable_group_size on Iris. 32 - GL_ARB_gpu_shader5 on llvmpipe 34 - GL_ARB_post_depth_coverage on llvmpipe 36 - GLES 3.2 on llvmpipe 38 - GL_EXT_shader_group_vote on GLES3. 40 - GL_EXT_texture_shadow_lod on llvmpipe [all …]
|
| /external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/ |
| D | ModuloSchedule.cpp | 1 //===- ModuloSchedule.cpp - Software pipeline schedule expansion ----------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 30 //===----------------------------------------------------------------------===// 32 //===----------------------------------------------------------------------===// 68 BB = Schedule.getLoop()->getTopBlock(); in expand() 69 Preheader = *BB->pred_begin(); in expand() 71 Preheader = *std::next(BB->pred_begin()); in expand() 77 for (const MachineOperand &Op : MI->operands()) { in expand() 88 if (UseStage != -1 && UseStage >= DefStage) in expand() [all …]
|
| /external/tensorflow/tensorflow/lite/delegates/nnapi/ |
| D | nnapi_delegate.cc | 7 http://www.apache.org/licenses/LICENSE-2.0 158 (p_tensor)->name ? (p_tensor)->name : "no-name"); \ 263 const int input_id = node->inputs->data[0]; in NeedInt8Conversion() 264 const TfLiteType input_type = context->tensors[input_id].type; in NeedInt8Conversion() 270 const int weights_id = node->inputs->data[1]; in NeedInt8Conversion() 271 const auto& weights_tensor = context->tensors[weights_id]; in NeedInt8Conversion() 284 const TfLiteType input_type = context->tensors[input_id].type; in NeedInt8Conversion() 291 const auto value_type = context->tensors[node->inputs->data[1]].type; in NeedInt8Conversion() 354 return node->inputs->size == kLstmBasicKernelInputSize; in isLstmBasicKernel() 358 return node->inputs->size == kLstmFullKernelInputSize || in isLstmFullKernel() [all …]
|