• Home
  • Raw
  • Download

Lines Matching refs:dependency

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
1248 dependency can: be used to express a view-local dependency, meaning that
1251 Unlike pipeline barriers, a subpass dependency can: potentially have a
1253 If the dependency is view-local, then each view ([eq]#dstView#) in the
1255 pname:pViewOffsets[dependency]# in the source subpass.
1256 If there is not such a view in the source subpass, then this dependency does
1258 If the dependency is not view-local, then all views in the destination
1261 A non-zero view offset is not allowed in a self-dependency.
1567 subpass dependency chain) between any two subpasses that operate on the same
1997 subpass dependency from *S~1~* to *S*.
2010 remain undefined: for subpasses in subpass dependency chains starting with
2012 However, they remain valid for subpasses in other subpass dependency chains
2121 must: be the last subpass in a subpass dependency chain
2236 [open,refpage='VkSubpassDependency',desc='Structure specifying a subpass dependency',type='structs']
2243 dependency, or ename:VK_SUBPASS_EXTERNAL.
2245 dependency, or ename:VK_SUBPASS_EXTERNAL.
2261 self-dependency>>, and only constrains the pipeline barriers allowed within
2263 Otherwise, when a render pass instance which includes a subpass dependency
2264 is submitted to a queue, it defines a memory dependency between the
2309 visibility operations>> defined by a subpass dependency affect the execution
2316 For non-attachment resources, the memory dependency expressed by subpass
2317 dependency is nearly identical to that of a slink:VkMemoryBarrier (with
2453 A view-local dependency between two multiview subpasses acts like a set of
2455 A view-global dependency between two multiview subpasses acts like a set of
2469 same bound transform feedback buffers, a subpass dependency must: be
2488 If there is no subpass dependency from ename:VK_SUBPASS_EXTERNAL to the
2489 first subpass that uses an attachment, then an implicit subpass dependency
2491 The implicit subpass dependency only exists if there exists an automatic
2493 The subpass dependency operates as if defined with the following parameters:
2517 Similarly, if there is no subpass dependency from the last subpass that uses
2519 dependency exists from the last subpass it is used in to
2521 The implicit subpass dependency only exists if there exists an automatic
2523 The subpass dependency operates as if defined with the following parameters:
2546 subpasses unless a subpass dependency chain describes otherwise, the layout
2630 attachment in a read-only layout, no subpass dependency needs to be
2633 implicit subpass dependency between those subpasses to separate the uses in
2635 The subpass dependency operates as if defined with the following parameters:
2682 * If a memory dependency is inserted between when the attachment is
2686 self-dependency>> are the only way to achieve this, and one must: be
2842 that area of sname:VkDeviceMemory, a subpass dependency must: be
2879 pname:srcStageMask member of that dependency must: be a pipeline stage
2885 pname:dstStageMask member of that dependency must: be a pipeline stage
2971 must: be the last subpass in a subpass dependency chain
3715 [open,refpage='VkSubpassDependency2',desc='Structure specifying a subpass dependency',type='structs…
3731 dependency, or ename:VK_SUBPASS_EXTERNAL.
3733 dependency, or ename:VK_SUBPASS_EXTERNAL.
3751 pname:viewOffset has the same effect for the described subpass dependency as
3753 corresponding subpass dependency.
5564 explicit dependency is needed.