/device/generic/vulkan-cereal/protocols/vulkan/appendices/ |
D | VK_QCOM_render_pass_shader_resolve.txt | 32 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
|
D | VK_KHR_synchronization2.txt | 46 Events are now more efficient, because they include memory dependency 70 operations, events), the dependency information specified in each place
|
D | glossary.txt | 525 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 …]
|
D | VK_KHR_device_group.txt | 79 dependency on that extension, and device-group-specific structs for
|
D | VK_KHR_external_memory_win32.txt | 41 `apiext:VK_KHR_external_semaphore_win32`, but there is no dependency or
|
/device/generic/vulkan-cereal/third-party/angle/src/compiler/translator/ |
D | BuiltInFunctionEmulator.cpp | 61 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()
|
D | BuiltInFunctionEmulator.h | 47 void addEmulatedFunctionWithDependency(const TSymbolUniqueId &dependency,
|
/device/generic/vulkan-cereal/third-party/angle/doc/ |
D | BranchingAndRolling.md | 5 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
|
D | ChoosingANGLEBranch.md | 5 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/ |
D | feature.h | 101 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/ |
D | synchronization.txt | 59 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 …]
|
D | renderpass.txt | 936 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/ |
D | quickstart-cmake.md | 35 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
|
D | quickstart-bazel.md | 43 [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/ |
D | meson.build | 45 drm_dep = dependency('libdrm') 46 thread_dep = dependency('threads')
|
/device/generic/vulkan-cereal/protocols/vulkan/xml/ |
D | generate-core-block.rb | 23 allowed_dependency_renames.each do |dependency| 24 if require.attribute('extension').content == dependency
|
D | docgenerator.py | 177 for (base,dependency) in self.apidict.requiredBy[name]: 178 if dependency is not None: 179 features.append('{} with {}'.format(base, dependency))
|
D | README.adoc | 142 will because it results from a type/enum/function dependency analysis. 175 Remove dependency on lxml.
|
/device/generic/vulkan-cereal/protocols/vulkan/chapters/commonvalidity/ |
D | pipeline_barrier_common.txt | 11 expresses a dependency from the current subpass to itself, with 35 dependency flags
|
/device/generic/vulkan-cereal/protocols/vulkan/scripts/ |
D | docgenerator.py | 200 for (base,dependency) in self.apidict.requiredBy[name]: 201 if dependency is not None: 203 sorted((base, dependency)),
|
D | genRef.py | 167 for (base,dependency) in api.requiredBy[name]: 169 if dependency is not None: 170 refs.add(dependency)
|
/device/generic/goldfish-opengl/system/vulkan_enc/ |
D | meson.build | 31 dependencies: dependency('libdrm'),
|
/device/generic/goldfish-opengl/system/codecs/c2/decoders/base/ |
D | Android.bp | 63 // public dependency for software codec implementation
|
/device/generic/vulkan-cereal/protocols/vulkan/chapters/VK_EXT_metal_surface/ |
D | platformCreateSurface_metal.txt | 46 To remove an unnecessary compile-time dependency, an incomplete type
|
/device/generic/vulkan-cereal/protocols/vulkan/chapters/VK_KHR_android_surface/ |
D | platformCreateSurface_android.txt | 77 To remove an unnecessary compile-time dependency, an incomplete type
|