Searched refs:build (Results 1 – 25 of 212) sorted by relevance
123456789
14 build=$118 echo "Building gen-$build ..."21 rm -rf build_tests/gen-$build24 ./makeSpec -spec $options -genpath build_tests/gen-$build -test html51 for build in core core-1.0 hic hic-1.0 copy2-1.0 all all-1.0; do52 echo "Verifying gen-$build is as expected..."53 if ! diff build_tests/expectations/$build.html build_tests/gen-$build/out/html/vkspec.html; then
16 This README describes how to build the Vulkan API specification, reference19 It documents how to set up your build environment, build steps and targets,30 Next, install all the necessary build tools (see <<depends,Software33 which we strongly recommend, one way to build using the image (assuming a49 to build an HTML5 specification output for the core Vulkan 1.355 to build the spec targets `html`, `pdf`, `styleguide`, `registry`,62 If you are not using our Docker image to build with, and you have a80 Usually dozens to hundreds of build options must be set to specify the89 * The default `make` options build a Vulkan 1.3 specification with no125 Once you have the basic build working, an appropriate parallelization[all …]
2 filter=-build/c++113 filter=-build/include_order5 filter=-build/header_guard6 filter=-build/include7 filter=-build/namespaces
7 ./build/gfxstream-generic-apigen -i ./codegen/gles1 -D ./host/gl/gles1_dec gles18 ./build/gfxstream-generic-apigen -i ./codegen/gles1 -E ./guest/GLESv1_enc gl16 ./build/gfxstream-generic-apigen -i ./codegen/gles2 -D ./host/gl/gles2_dec gles217 ./build/gfxstream-generic-apigen -i ./codegen/gles2 -E ./guest/GLESv2_enc gl222 ./build/gfxstream-generic-apigen -i ./codegen/renderControl -D ./host/renderControl_dec renderContr…23 ./build/gfxstream-generic-apigen -i ./codegen/renderControl -E ./guest/renderControl_enc renderCont…25 ./build/gfxstream-generic-apigen -i ./codegen/magma -D ./host/magma/magma_dec magma26 ./build/gfxstream-generic-apigen -i ./codegen/magma -E ./guest/magma/magma_enc magma
59 if [ ! -d build ]; then61 mkdir build62 cd build67 cd build71 cmake --build .
21 LIB_FOLDERS = $(INV_ROOT)/core/mllite/build/$(TARGET)23 LIB_FOLDERS += $(INV_ROOT)/core/mpl/build/$(TARGET)25 APP_FOLDERS = $(INV_ROOT)/simple_apps/mpu_iio/build/$(TARGET)26 APP_FOLDERS += $(INV_ROOT)/simple_apps/self_test/build/$(TARGET)27 APP_FOLDERS += $(INV_ROOT)/simple_apps/gesture_test/build/$(TARGET)28 APP_FOLDERS += $(INV_ROOT)/simple_apps/playback/linux/build/$(TARGET)29 APP_FOLDERS += $(INV_ROOT)/simple_apps/devnode_parser/build/$(TARGET)
17 build = get_option('gfxstream-build') variable19 with_guest = build.contains('guest') or build.contains('both')20 with_host = build.contains('host') or build.contains('both')21 with_guest_test = build.contains('guest-test')
12 The latest directions for the standalone Linux build are provided21 mkdir build22 cd build26 studio and build the `gfxstream_backend` target.30 Be in the Android build system. Then:50 First, build `build/gfxstream-generic-apigen`. Then run:62 There are Android mock testa available, runnable on Linux. To build these tests, run:68 - `CMakeLists.txt`: specifies all host-side build targets. This includes all76 - `Android.bp`: specifies all guest-side build targets for Android:79 - `BUILD.gn`: specifies all guest-side build targets for Fuchsia
79 description : 'List of gallium drivers to build. If this is set to auto ' +146 description : 'build gallium "nine" Direct3D 9.x frontend.',153 description : 'build gallium D3D10 WDDM UMD frontend.',161 description : 'build gallium "clover" OpenCL frontend.',168 description : 'build gallium "rusticl" OpenCL frontend.',183 description : 'build gallium "clover" OpenCL frontend with SPIR-V ' +216 description : 'List of vulkan drivers to build. If this is set to auto ' +291 description : 'List of vulkan layers to build'298 description : 'Whether to build a shared or static glapi. Defaults to ' +433 'build-tests',[all …]
9 for build in gen-*; do10 if [ "$build" == gen-validusage ]; then continue; fi12 output=$build/out/html/vkspec.html13 expectation=expectations/${build#gen-}.html
25 Each build by `testBuild` is done in a separate directory under `gen-<build>`.27 `gen-<build>/out/html/vkspec.html`. In the case of `gen-validusage`, the output34 If a build itself regresses (and fails), the script will stop so the issue can35 be addressed after looking at the logs of the failing build. If the builds40 in `gen-<build>/` needs to be manually reviewed to ensure the results are still
17 -D ENABLE_VKCEREAL_TESTS=OFF -B build19 cmake --build build -j20 cmake --install build --prefix install
7 # Disable test discovery after build.8 # By default, `gtest_discover_tests()` add a post-build step to run test executables in order to9 # discover the test targets. This is problematic in some build environments. (for example: if59 # Set AEMU_BUILD_CONFIG_NAME to use a custom cmake build script located in60 # build-config/$AEMU_BUILD_CONFIG_NAME. If AEMU_BUILD_CONFIG_NAME is unset,61 # it will default to building everything. See build-config/gfxstream/CMakeLists.txt64 if (NOT EXISTS "${AEMU_COMMON_REPO_ROOT}/build-config/${AEMU_COMMON_BUILD_CONFIG}")65 message(FATAL_ERROR "build-config/${AEMU_COMMON_BUILD_CONFIG} does not exist")67 message(STATUS "aemu-common: Using custom build script in \68 ${AEMU_COMMON_REPO_ROOT}/build-config/${AEMU_COMMON_BUILD_CONFIG}")[all …]
3 Requires QNX SDP to build, with `QNX_TARGET` and `QNX_HOST` environment variables set. Make sure th…5 …ompile gfxstream and its aemu dependencies. See `./qnx/nto/build-aemu.sh` and `./qnx/nto/build-gfx…10 Make will navigate to `./qnx/nto/aarch64le` and run the build scripts from there.14 Gfxstream's build directory is `./qnx/nto/aarch64le/gfxstream`.21 pinfo.mk writes build info into the binary:
30 ../build-aemu.sh33 ../build-gfxstream.sh
15 source build/envsetup.sh31 mkdir build32 cd build40 ./scripts/build-nested-vulkan-loader.sh52 <YOUR github-deqp DIRECTORY>/build/external/vulkancts/modules/vulkan/deqp-vk \
6 name: "android.hardware.bluetooth-service-build-defaults",30 defaults: ["android.hardware.bluetooth-service-build-defaults"],43 defaults: ["android.hardware.bluetooth-service-build-defaults"],
45 ComponentType build = 0);80 ComponentType build) in Version() argument81 : mData(major, minor, micro, build) {} in Version()
3 this, a build of "vold" that omits the call to "earlyBootEnded()" function7 special build.
65 * Acceleration structure objects and build commands100 build101 * added format feature for acceleration structure build vertex formats206 ** flink:vkBuildAccelerationStructuresKHR command (host build)252 * Re-unify geometry description between build and create288 * Change acceleration structure build to always be sized329 build commands348 * make build commands more consistent - all now build multiple362 * define synchronization requirements for AS build inputs and indirect363 build buffer[all …]
47 * functions similar to acceleration structure build functions to build the115 (1) Is the build actually similar to an acceleration structure build?117 * Resolved: The build should be much lighter-weight than an acceleration118 structure build, but the infrastructure is similar enough that it makes139 (4) Should there be indirect micromap build?
6 // from the Vulkan repository spec build.7 // The Vulkan SC spec build will not generate that file since none of the
27 include $(INV_ROOT)/software/build/android/common.mk77 INV_LIBS = $(MPL_DIR)/build/$(TARGET)/$(LIB_PREFIX)$(MPL_LIB_NAME).$(SHARED_LIB_EXT)78 INV_LIBS += $(MLLITE_DIR)/build/$(TARGET)/$(LIB_PREFIX)$(MLLITE_LIB_NAME).$(SHARED_LIB_EXT)