Home
last modified time | relevance | path

Searched refs:libraries (Results 1 – 25 of 94) sorted by relevance

1234

/hardware/interfaces/automotive/vehicle/aidl/impl/fake_impl/
DREADME.md1 # Fake reference AIDL VHAL implementation libraries
4 This directory stores libraries for implementing a fake reference AIDL VHAL.
6 WARNING: All the libraries here are for TEST ONLY.
/hardware/interfaces/automotive/vehicle/aidl/impl/
DREADME.md1 # AIDL VHAL libraries and reference implementation.
4 This directory stores the libraries useful for implementing vendor AIDL VHAL.
16 Contains libraries used specifically for the fake reference VHAL implementation.
17 These libraries are for test only and must not be directly used for vendor
20 These libraries contain test-spcific logic and must not run directly on a real
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/
DVK_EXT_pipeline_library_group_handles.adoc24 When using pipeline libraries in ray tracing pipelines, a library might get
27 of N pipeline libraries and is later augumented by creating a new pipeline
28 with N + 1 libraries.
35 directly from pipeline libraries.
DVK_KHR_pipeline_library.adoc21 This extension defines the infrastructure for pipeline libraries, but does
22 not specify the creation or usage of pipeline libraries.
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/
DVK_EXT_pipeline_library_group_handles.adoc11 This improves composability for applications that mix and match libraries or incrementally create s…
19 When using pipeline libraries with ray tracing,
20 the intent is that pipeline libraries allow for a flexible model where pipeline libraries are compi…
35 For capture replay, we also allow capture replay handles to be extracted from pipeline libraries. W…
38 Rather than allowing group handles directly from libraries,
63 and it is valid to use it on pipeline libraries as well.
81 // Pseudo-code. Compile libraries separately.
118 An alternative style for incremental link can be used where combine libraries into a fused library …
124 // It is legal to link other libraries into a new library.
DVK_EXT_graphics_pipeline_library.adoc103 applications to create partial pipelines (pipeline libraries) containing
105 These pipeline libraries can be linked together to form a final executable.
190 Pipeline libraries are created for the parts specified, and any parameters
193 For all pipeline libraries
200 libraries or for any final pipeline.
203 all pipeline libraries.
206 Where multiple pipeline libraries are built with the same required piece of
312 using graphics pipeline libraries.
329 When specified, fragment and pre-rasterization shader pipeline libraries only need to specify the d…
349 Libraries can be linked into other libraries recursively while there are
[all …]
DVK_KHR_cooperative_matrix.asciidoc20 SPIR-V/API mechanism to expose these features to applications or libraries.
24 Applications or libraries can use subgroup primitives to write more efficient
DVK_EXT_shader_module_identifier.adoc12 API translation libraries and emulators in particular frequently run into these problems.
123 When using pipeline libraries, there are two scenarios where pipeline creation can fail if we only …
126 There are at least three possibilities an implementation could consider when building libraries and…
128 - Generate final code when creating library, link step is trivial. Ray tracing pipeline libraries m…
129 … library, but allow link-time optimization for later. Graphics pipeline libraries is a common case…
130 …ader module, perform actual compilation during linking. Another strategy for ray tracing libraries.
137 … scenarios where the implementation may generate code later, we require that any pipeline libraries
140 ray-tracing pipelines from libraries.
/hardware/interfaces/audio/aidl/default/
DEffectConfig.cpp141 std::vector<Library> libraries; in parseEffect() local
158 libraries.push_back(std::move(tempLibrary)); in parseEffect()
164 libraries.push_back(std::move(library)); in parseEffect()
167 effectLibraries.libraries = std::move(libraries); in parseEffect()
308 const auto& libs = effectElem.second.libraries; in findUuid()
/hardware/interfaces/drm/1.0/default/include/
DPluginLoader.h87 libraries.push(library); in loadOne()
99 Vector<sp<SharedLibrary> > libraries; variable
/hardware/google/gfxstream/guest/mesa-gn/src/util/format/
DBUILD.gn67 # libraries = [ "//third_party/mako" ]
85 # libraries (optional)
111 if (defined(invoker.libraries)) {
112 deps = invoker.libraries
/hardware/interfaces/automotive/vehicle/aidl/
DREADME.md22 Reference implementation for AIDL VHAL and useful libraries for implementing
/hardware/interfaces/automotive/vehicle/2.0/default/
DAndroid.bp184 // Exclude share libraries from default because they might be missing on
185 // some test platforms and we are using static libraries instead.
213 // Exclude share libraries from default because they might be missing on
214 // some test platforms and we are using static libraries instead.
/hardware/google/gfxstream/
DCMakeLists.txt24 option(BUILD_STANDALONE "Build with standalone implementations of base/host-common libraries" ON)
26 # These libraries may be changed in non-standalone builds to inject another implementation of
128 message("Linking ASAN libraries from: ${ASAN_LIB_DIR}")
/hardware/broadcom/wlan/bcmdhd/halutil/
DAndroid.mk46 ifneq ($(wildcard vendor/google/libraries/GoogleWifiConfigLib),)
/hardware/qcom/sm7250/gps/geofence/
Dconfigure.ac20 # Check for libraries
/hardware/qcom/sm8150p/gps/geofence/
Dconfigure.ac20 # Check for libraries
/hardware/qcom/sm8150/gps/geofence/
Dconfigure.ac20 # Check for libraries
/hardware/qcom/sm7150/gps/geofence/
Dconfigure.ac20 # Check for libraries
/hardware/qcom/data/ipacfg-mgr/msm8998/
Dconfigure.ac21 # Checks for libraries.
/hardware/qcom/sm8150/data/ipacfg-mgr/
Dconfigure.ac21 # Checks for libraries.
/hardware/qcom/gps/msm8909w_3100/utils/platform_lib_abstractions/loc_pla/
Dconfigure.ac31 # Checks for libraries.
/hardware/qcom/gps/msm8998/utils/platform_lib_abstractions/loc_pla/
Dconfigure.ac31 # Checks for libraries.
/hardware/interfaces/audio/aidl/default/include/effectFactory-impl/
DEffectConfig.h51 std::vector<struct Library> libraries; member
/hardware/qcom/gps/msm8909w_3100/utils/platform_lib_abstractions/loc_stub/
Dconfigure.ac31 # Checks for libraries.

1234