| /xsrc/external/mit/MesaLib/dist/.gitlab-ci/container/ |
| H A D | cross_build.sh | 12 dpkg --add-architecture $arch 17 crossbuild-essential-$arch \ 18 libelf-dev:$arch \ 19 libexpat1-dev:$arch \ 20 libpciaccess-dev:$arch \ 21 libstdc++6:$arch \ 22 libvulkan-dev:$arch \ 23 libx11-dev:$arch \ 24 libx11-xcb-dev:$arch \ 25 libxcb-dri2-0-dev:$arch \ [all...] |
| H A D | create-cross-file.sh | 3 arch=$1 4 cross_file="/cross_file-$arch.txt" 5 /usr/share/meson/debcrossgen --arch $arch -o "$cross_file" 8 if [ "$arch" = "i386" ]; then 17 if [[ "$arch" = "arm64" ]]; then 19 elif [[ "$arch" = "armhf" ]]; then 21 elif [[ "$arch" = "i386" ]]; then 23 elif [[ "$arch" = "ppc64el" ]]; then 25 elif [[ "$arch" [all...] |
| H A D | create-android-cross-file.sh | 4 arch=$2 7 cross_file="/cross_file-$arch.txt" 18 ar = '$ndk/toolchains/llvm/prebuilt/linux-x86_64/bin/$arch-ar' 23 strip = '$ndk/toolchains/llvm/prebuilt/linux-x86_64/bin/$arch-strip'
|
| H A D | baremetal_build.sh | 9 if wget -q --method=HEAD "${ARTIFACTS_PREFIX}/${FDO_UPSTREAM_REPO}/${ARTIFACTS_SUFFIX}/${arch}/done"; then 10 ARTIFACTS_URL="${ARTIFACTS_PREFIX}/${FDO_UPSTREAM_REPO}/${ARTIFACTS_SUFFIX}/${arch}" 12 ARTIFACTS_URL="${ARTIFACTS_PREFIX}/${CI_PROJECT_PATH}/${ARTIFACTS_SUFFIX}/${arch}" 16 mkdir -p /rootfs-$arch 17 tar -C /rootfs-$arch '--exclude=./dev/*' -zxf rootfs.tgz 20 if [[ $arch == "arm64" ]]; then 35 elif [[ $arch == "armhf" ]]; then
|
| H A D | build-vkd3d-proton.sh | 13 local arch="$1" 21 --bindir "x${arch}" \ 22 --libdir "x${arch}" \ 23 "$VKD3D_PROTON_BUILD_DIR/build.${arch}" 25 ninja -C "$VKD3D_PROTON_BUILD_DIR/build.${arch}" install 27 install -D -m755 -t "${VKD3D_PROTON_DST_DIR}/x${arch}/bin" "$VKD3D_PROTON_BUILD_DIR/build.${arch}/tests/"*.exe
|
| H A D | create-android-ndk-pc.sh | 15 for arch in \ 20 pcdir=$sysroot/usr/lib/$arch/pkgconfig 26 libdir=$sysroot/usr/lib/$arch/29 27 sharedlibdir=$sysroot/usr/lib/$arch 35 Libs: -L$sysroot/usr/lib/$arch/29 $libs
|
| H A D | build-kernel.sh | 23 cp arch/${KERNEL_ARCH}/boot/${image} /lava-files/. 42 -d arch/arm64/boot/Image.lzma \ 44 -b arch/arm64/boot/dts/qcom/sdm845-cheza-r3.dtb \
|
| /xsrc/external/mit/MesaLib/dist/.gitlab-ci/container/debian/ |
| H A D | i386_build.sh | 3 arch=i386
|
| H A D | ppc64el_build.sh | 3 arch=ppc64el
|
| H A D | s390x_build.sh | 3 arch=s390x
|
| H A D | android_build.sh | 31 # each arch. Fetch and extract now. 36 for arch in \ 43 rm -rf build-$arch 44 meson build-$arch \ 45 --cross-file=/cross_file-$arch.txt \ 46 --libdir=lib/$arch \ 54 ninja -C build-$arch install
|
| H A D | arm_test.sh | 28 arch=arm64 . .gitlab-ci/container/baremetal_build.sh 29 arch=armhf . .gitlab-ci/container/baremetal_build.sh
|
| /xsrc/external/mit/pixman/dist/ |
| H A D | a64-neon-test.S | 2 .arch armv8-a
|
| H A D | arm-simd-test.S | 2 .arch armv6
|
| H A D | neon-test.S | 2 .arch armv7a
|
| /xsrc/external/mit/mesa-demos/dist/src/data/ |
| H A D | Makefile.am | 27 arch.rgb \
|
| /xsrc/external/mit/MesaLib/dist/src/panfrost/lib/ |
| H A D | pan_blend.h | 129 pan_blend_supports_constant(unsigned arch, unsigned rt) argument 131 return !((arch == 6) || (arch == 7 && rt > 0)); 137 pan_blend_supports_2src(unsigned arch) argument 139 return (arch >= 6);
|
| H A D | pan_props.c | 124 panfrost_max_thread_count(unsigned arch) argument 126 switch (arch) { 221 panfrost_query_afbc(int fd, unsigned arch) argument 227 return (arch >= 5) && (reg == 0); 236 dev->arch = pan_arch(dev->gpu_id); 238 dev->thread_tls_alloc = panfrost_query_thread_tls_alloc(fd, dev->arch); 244 dev->has_afbc = panfrost_query_afbc(fd, dev->arch);
|
| H A D | pan_device.h | 157 unsigned arch; member in struct:panfrost_device 256 return dev->arch >= 6 && dev->arch <= 7;
|
| H A D | pan_util.c | 79 mali_pixel_format pixfmt = (dev->arch >= 7) ?
|
| /xsrc/external/mit/MesaLib/dist/src/panfrost/bifrost/ |
| H A D | bi_opt_mod_props.c | 34 bi_would_impact_abs(unsigned arch, bi_instr *I, bi_index repl, unsigned s) argument 36 return (arch <= 8) && I->src[1 - s].abs && 41 bi_takes_fabs(unsigned arch, bi_instr *I, bi_index repl, unsigned s) argument 47 return !bi_would_impact_abs(arch, I, repl, s); 55 return !(I->clamp && bi_would_impact_abs(arch, I, repl, s)); 68 bi_takes_fneg(unsigned arch, bi_instr *I, unsigned s) argument 75 return arch >= 9; 129 bi_fuse_discard_fcmp(bi_instr *I, bi_instr *mod, unsigned arch) argument 139 if (arch <= 8 && absneg) return; 175 bi_fuse_discard_fcmp(I, mod, ctx->arch); [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/jitter/ |
| H A D | jit_api.h | 73 HANDLE JITCALL JitCreateContext(uint32_t targetSimdWidth, const char* arch, const char* core);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/rasterizer/jitter/ |
| H A D | jit_api.h | 73 HANDLE JITCALL JitCreateContext(uint32_t targetSimdWidth, const char* arch, const char* core);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/ |
| H A D | swr_loader.cpp | 34 swr_initialize_screen_interface(struct swr_screen *screen, const char arch[]) argument 43 sprintf(filename, "%sswr%s%s", UTIL_DL_PREFIX, arch, UTIL_DL_EXT);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/ |
| H A D | swr_loader.cpp | 34 swr_initialize_screen_interface(struct swr_screen *screen, const char arch[]) argument 44 sprintf(filename, "%sswr%s%s", UTIL_DL_PREFIX, arch, UTIL_DL_EXT);
|