Home
last modified time | relevance | path

Searched refs:build (Results 1 – 25 of 212) sorted by relevance

123456789

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/
DtestBuild14 build=$1
18 echo "Building gen-$build ..."
21 rm -rf build_tests/gen-$build
24 ./makeSpec -spec $options -genpath build_tests/gen-$build -test html
51 for build in core core-1.0 hic hic-1.0 copy2-1.0 all all-1.0; do
52 echo "Verifying gen-$build is as expected..."
53 if ! diff build_tests/expectations/$build.html build_tests/gen-$build/out/html/vkspec.html; then
DBUILD.adoc16 This README describes how to build the Vulkan API specification, reference
19 It documents how to set up your build environment, build steps and targets,
30 Next, install all the necessary build tools (see <<depends,Software
33 which we strongly recommend, one way to build using the image (assuming a
49 to build an HTML5 specification output for the core Vulkan 1.3
55 to build the spec targets `html`, `pdf`, `styleguide`, `registry`,
62 If you are not using our Docker image to build with, and you have a
80 Usually dozens to hundreds of build options must be set to specify the
89 * The default `make` options build a Vulkan 1.3 specification with no
125 Once you have the basic build working, an appropriate parallelization
[all …]
/hardware/google/pixel/
DCPPLINT.cfg2 filter=-build/c++11
3 filter=-build/include_order
5 filter=-build/header_guard
6 filter=-build/include
7 filter=-build/namespaces
/hardware/google/gfxstream/scripts/
Dgenerate-apigen-sources.sh7 ./build/gfxstream-generic-apigen -i ./codegen/gles1 -D ./host/gl/gles1_dec gles1
8 ./build/gfxstream-generic-apigen -i ./codegen/gles1 -E ./guest/GLESv1_enc gl
16 ./build/gfxstream-generic-apigen -i ./codegen/gles2 -D ./host/gl/gles2_dec gles2
17 ./build/gfxstream-generic-apigen -i ./codegen/gles2 -E ./guest/GLESv2_enc gl2
22 ./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 magma
26 ./build/gfxstream-generic-apigen -i ./codegen/magma -E ./guest/magma/magma_enc magma
Dbuild-nested-vulkan-loader.sh59 if [ ! -d build ]; then
61 mkdir build
62 cd build
67 cd build
71 cmake --build .
/hardware/invensense/65xx/libsensors_iio/software/build/android/
Dshared.mk21 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)
/hardware/google/gfxstream/
Dmeson.build17 build = get_option('gfxstream-build') variable
19 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')
DREADME.md12 The latest directions for the standalone Linux build are provided
21 mkdir build
22 cd build
26 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 all
76 - `Android.bp`: specifies all guest-side build targets for Android:
79 - `BUILD.gn`: specifies all guest-side build targets for Fuchsia
Dmeson_options.txt79 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 …]
/hardware/invensense/6515/libsensors_iio/software/build/android/
Dshared.mk21 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)
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/build_tests/
Dupdate-expectations9 for build in gen-*; do
10 if [ "$build" == gen-validusage ]; then continue; fi
12 output=$build/out/html/vkspec.html
13 expectation=expectations/${build#gen-}.html
DREADME.adoc25 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 output
34 If a build itself regresses (and fails), the script will stop so the issue can
35 be addressed after looking at the logs of the failing build. If the builds
40 in `gen-<build>/` needs to be manually reviewed to ensure the results are still
/hardware/google/gfxstream/qnx/nto/
Dbuild-aemu.sh17 -D ENABLE_VKCEREAL_TESTS=OFF -B build
19 cmake --build build -j
20 cmake --install build --prefix install
/hardware/google/aemu/
DCMakeLists.txt7 # Disable test discovery after build.
8 # By default, `gtest_discover_tests()` add a post-build step to run test executables in order to
9 # discover the test targets. This is problematic in some build environments. (for example: if
59 # Set AEMU_BUILD_CONFIG_NAME to use a custom cmake build script located in
60 # 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.txt
64 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 …]
/hardware/google/gfxstream/qnx/
DREADME.md3 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:
Dcommon.mk30 ../build-aemu.sh
33 ../build-gfxstream.sh
/hardware/google/gfxstream/docs/
Ddeqp.md15 source build/envsetup.sh
31 mkdir build
32 cd build
40 ./scripts/build-nested-vulkan-loader.sh
52 <YOUR github-deqp DIRECTORY>/build/external/vulkancts/modules/vulkan/deqp-vk \
/hardware/interfaces/bluetooth/aidl/default/
DAndroid.bp6 name: "android.hardware.bluetooth-service-build-defaults",
30 defaults: ["android.hardware.bluetooth-service-build-defaults"],
43 defaults: ["android.hardware.bluetooth-service-build-defaults"],
/hardware/google/aemu/base/include/aemu/base/
DVersion.h45 ComponentType build = 0);
80 ComponentType build) in Version() argument
81 : mData(major, minor, micro, build) {} in Version()
/hardware/interfaces/rebootescrow/aidl/vts/functional/
DREADME.md3 this, a build of "vold" that omits the call to "earlyBootEnded()" function
7 special build.
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/
DVK_KHR_acceleration_structure.adoc65 * Acceleration structure objects and build commands
100 build
101 * added format feature for acceleration structure build vertex formats
206 ** flink:vkBuildAccelerationStructuresKHR command (host build)
252 * Re-unify geometry description between build and create
288 * Change acceleration structure build to always be sized
329 build commands
348 * make build commands more consistent - all now build multiple
362 * define synchronization requirements for AS build inputs and indirect
363 build buffer
[all …]
DVK_EXT_opacity_micromap.adoc47 * functions similar to acceleration structure build functions to build the
115 (1) Is the build actually similar to an acceleration structure build?
117 * Resolved: The build should be much lighter-weight than an acceleration
118 structure build, but the infrastructure is similar enough that it makes
139 (4) Should there be indirect micromap build?
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/sc_static/
Dpromoted_extensions_VK_VERSION_1_1.adoc6 // from the Vulkan repository spec build.
7 // The Vulkan SC spec build will not generate that file since none of the
Dpromoted_extensions_VK_VERSION_1_2.adoc6 // from the Vulkan repository spec build.
7 // The Vulkan SC spec build will not generate that file since none of the
/hardware/invensense/6515/libsensors_iio/software/simple_apps/stress_iio/build/android/
Dshared.mk27 include $(INV_ROOT)/software/build/android/common.mk
77 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)

123456789