Home
last modified time | relevance | path

Searched refs:dependency (Results 1 – 25 of 63) sorted by relevance

123

/device/generic/vulkan-cereal/protocols/vulkan/appendices/
DVK_QCOM_render_pass_shader_resolve.txt32 dependency chain.
35 region dependency to a fragment region dependency, so that a
36 framebuffer-region dependency can: replace a framebuffer-global dependency
64 To be more specific, it should be the last subpass in a subpass dependency
90 subpass dependency chain
DVK_KHR_synchronization2.txt46 Events are now more efficient, because they include memory dependency
70 operations, events), the dependency information specified in each place
Dglossary.txt525 A dependency that guarantees that certain pipeline stages`' work for a
533 execution dependency.
652 A framebuffer-local dependency guarantees that only for a single
657 A framebuffer-global dependency guarantees that for all framebuffer
692 An execution dependency with a source of *A* and a destination of *B*
699 An execution dependency with a source of *A* and a destination of *B*
1012 A memory dependency is an execution dependency which includes
1187 An execution and/or memory dependency recorded as an explicit command in
1188 a command buffer, that forms a dependency between the previous and
1462 A subpass dependency from a subpass to itself, i.e. with
[all …]
DVK_KHR_device_group.txt79 dependency on that extension, and device-group-specific structs for
DVK_KHR_external_memory_win32.txt41 `apiext:VK_KHR_external_semaphore_win32`, but there is no dependency or
/device/generic/vulkan-cereal/third-party/angle/src/compiler/translator/
DBuiltInFunctionEmulator.cpp61 const TSymbolUniqueId &dependency, in addEmulatedFunctionWithDependency() argument
66 mFunctionDependencies[uniqueId.get()] = dependency.get(); in addEmulatedFunctionWithDependency()
124 auto dependency = mFunctionDependencies.find(uniqueId); in setFunctionCalled() local
125 if (dependency != mFunctionDependencies.end()) in setFunctionCalled()
127 setFunctionCalled((*dependency).second); in setFunctionCalled()
DBuiltInFunctionEmulator.h47 void addEmulatedFunctionWithDependency(const TSymbolUniqueId &dependency,
/device/generic/vulkan-cereal/third-party/angle/doc/
DBranchingAndRolling.md5 its dependency on a specific version of ANGLE in the repository; this document
6 describes how to update that dependency, and, if necessary, create an ANGLE
11 Chromium's dependency on third-party projects is tracked in [the Chromium
14 dependency:
42 * Determine what the ANGLE dependency is for the Chrome release
DChoosingANGLEBranch.md5 point in ANGLE's history as the dependency for your project less than obvious.
14 that Chromium branch points to as its dependency. So, for example, the
15 `chromium/2013` branch point is at r28bcf4ff, because [Chromium's dependency
20 It isn't necessary to be familiar with how Chromium's dependency management
/device/google/cuttlefish/host/libs/config/
Dfeature.h101 for (const auto& dependency : feature->Dependencies()) { in TopologicalVisit() local
102 CF_EXPECT(dependency != nullptr, in TopologicalVisit()
104 CF_EXPECT(visit(dependency), in TopologicalVisit()
/device/generic/vulkan-cereal/protocols/vulkan/chapters/
Dsynchronization.txt59 synchronization scopes will not be included in the resulting dependency.
63 pipeline stages to be excluded from a dependency.
79 execution dependency *E* between *A'* and *B'*.
80 * Execution dependency *E* guarantees that *A'* happens-before *B'*.
83 An _execution dependency chain_ is a sequence of execution dependencies that
84 form a happens-before relation between the first dependency's *A'* and the
85 final dependency's *B'*.
87 intersection of *B~S~* in the first dependency and *A~S~* in the second
88 dependency is not an empty set.
89 The formation of a single execution dependency from an execution dependency
[all …]
Drenderpass.txt936 dependency may: be merged into a single tiled rendering pass, keeping the
945 A _subpass dependency chain_ is a sequence of subpass dependencies in a
946 render pass, where the source subpass of each subpass dependency (after the
947 first) equals the destination subpass of the previous dependency.
950 other subpasses, unless otherwise enforced by an execution dependency.
1039 a write, a subpass dependency needs to be included between them.
1139 pname:srcStageMask member of that dependency must: be a pipeline stage
1145 pname:dstStageMask member of that dependency must: be a pipeline stage
1214 view offsets, one for each dependency.
1215 If pname:dependencyCount is zero, each dependency's view offset is
[all …]
/device/generic/vulkan-cereal/third-party/googletest/docs/
Dquickstart-cmake.md35 project. You'll use this file to set up your project and declare a dependency on
44 Next, you'll create the `CMakeLists.txt` file and declare a dependency on
68 The above configuration declares a dependency on GoogleTest which is downloaded
78 With GoogleTest declared as a dependency, you can use GoogleTest code within
Dquickstart-bazel.md43 [Bazel external dependency](https://docs.bazel.build/versions/main/external.html)
59 The above configuration declares a dependency on GoogleTest which is downloaded
/device/generic/goldfish-opengl/
Dmeson.build45 drm_dep = dependency('libdrm')
46 thread_dep = dependency('threads')
/device/generic/vulkan-cereal/protocols/vulkan/xml/
Dgenerate-core-block.rb23 allowed_dependency_renames.each do |dependency|
24 if require.attribute('extension').content == dependency
Ddocgenerator.py177 for (base,dependency) in self.apidict.requiredBy[name]:
178 if dependency is not None:
179 features.append('{} with {}'.format(base, dependency))
DREADME.adoc142 will because it results from a type/enum/function dependency analysis.
175 Remove dependency on lxml.
/device/generic/vulkan-cereal/protocols/vulkan/chapters/commonvalidity/
Dpipeline_barrier_common.txt11 expresses a dependency from the current subpass to itself, with
35 dependency flags
/device/generic/vulkan-cereal/protocols/vulkan/scripts/
Ddocgenerator.py200 for (base,dependency) in self.apidict.requiredBy[name]:
201 if dependency is not None:
203 sorted((base, dependency)),
DgenRef.py167 for (base,dependency) in api.requiredBy[name]:
169 if dependency is not None:
170 refs.add(dependency)
/device/generic/goldfish-opengl/system/vulkan_enc/
Dmeson.build31 dependencies: dependency('libdrm'),
/device/generic/goldfish-opengl/system/codecs/c2/decoders/base/
DAndroid.bp63 // public dependency for software codec implementation
/device/generic/vulkan-cereal/protocols/vulkan/chapters/VK_EXT_metal_surface/
DplatformCreateSurface_metal.txt46 To remove an unnecessary compile-time dependency, an incomplete type
/device/generic/vulkan-cereal/protocols/vulkan/chapters/VK_KHR_android_surface/
DplatformCreateSurface_android.txt77 To remove an unnecessary compile-time dependency, an incomplete type

123