Lines Matching refs:pipeline
10 To achieve this, a new execution graph pipeline is provided, that links
13 Each linked pipeline or shader describes an _execution node_ within the
22 [open,refpage='vkCreateExecutionGraphPipelinesAMDX',desc='Creates a new execution graph pipeline ob…
31 pipeline caching is disabled; or the handle of a valid
32 <<pipelines-cache,pipeline cache>> object, in which case use of that
41 which the resulting execution graph pipeline objects are returned.
43 The implementation will create a pipeline in each element of
45 If creation of any pipeline fails, that pipeline will be set to
49 If creation fails for a pipeline create info with a
68 the ename:VK_PIPELINE_CREATE_DERIVATIVE_BIT flag, the base pipeline
83 …,desc='Structure specifying parameters of a newly created execution graph pipeline',type='structs']
95 how the pipeline will be generated.
99 the shader stages to be included in the execution graph pipeline.
101 slink:VkPipelineLibraryCreateInfoKHR structure defining pipeline
104 pipeline and descriptor sets used with the pipeline.
105 * pname:basePipelineHandle is a pipeline to derive from
107 parameter to use as a pipeline to derive from
110 described in more detail in <<pipelines-pipeline-derivatives,Pipeline
113 Each shader stage provided when creating an execution graph pipeline
135 must: adhere to the pipeline linking rules described in the
144 is compatible with the pname:layout in this pipeline
147 that is used by the pipeline must: be less than or equal to
151 pname:pLibraryInfo->libraries must: be either a compute pipeline or an
152 execution graph pipeline
154 There must: be no two nodes in the pipeline that share both the same
158 There must: be no two nodes in the pipeline that share the same shader
161 There must: be no two nodes in the pipeline that share the same name but
164 There must: be no two nodes in the pipeline that share the same name
167 There must: be no two nodes in the pipeline that share the same name
170 If an output payload declared in any shader in the pipeline has a
214 pipeline.
218 When dispatching a node from another shader, the name is fixed at pipeline
237 * pname:executionGraph is the execution graph pipeline to query the
267 similar when executing a pipeline graph, and this is explicitly managed by
279 * pname:executionGraph is the execution graph pipeline to query the
321 currently bound execution graph pipeline.
327 execution graph pipeline.
329 ename:VK_PIPELINE_STAGE_2_COMPUTE_SHADER_BIT pipeline stage with the
347 execution graph pipeline.
391 execution graph pipeline Accesses to this memory range are performed in the
392 ename:VK_PIPELINE_STAGE_2_COMPUTE_SHADER_BIT pipeline stage with the
415 the currently bound execution graph pipeline, as returned by
455 ename:VK_PIPELINE_STAGE_2_COMPUTE_SHADER_BIT pipeline stage with the
462 execution graph pipeline.
464 ename:VK_PIPELINE_STAGE_2_COMPUTE_SHADER_BIT pipeline stage with the
507 the currently bound execution graph pipeline, as returned by
549 ename:VK_PIPELINE_STAGE_2_COMPUTE_SHADER_BIT pipeline stage with the
556 execution graph pipeline.
558 ename:VK_PIPELINE_STAGE_2_COMPUTE_SHADER_BIT pipeline stage with the
611 the currently bound execution graph pipeline, as returned by