Lines Matching refs:pipeline
2864 …_STAGE_ALL_GRAPHICS_BIT = 0x00008000, /// All stages of the graphics pipeline
4134 …VkPipelineLayout layout /// Interface layout of the pipeline
4135 …T is set and this value is nonzero, it specifies the handle of the base pipeline this is a derivat…
4136 …is value is not -1, it specifies an index into pCreateInfos of the base pipeline this is a derivat…
4285 …elineLayout layout /// Interface layout of the pipeline
4288 …T is set and this value is nonzero, it specifies the handle of the base pipeline this is a derivat…
4289 …is value is not -1, it specifies an index into pCreateInfos of the base pipeline this is a derivat…
4310 … descriptorSetCount /// Number of descriptor sets interfaced by the pipeline
4312 … pushConstantRangeCount /// Number of push-constant ranges used by the pipeline
4495 … pipelineStatisticsQuery /// pipeline statistics query
4545 …escriptorSets /// max number of descriptors sets that can be bound to a pipeline
6265 VkPipeline pipeline
8843 pipeline := ?
8844 pipelines[i] = pipeline
8845 State.Pipelines[pipeline] = new!PipelineObject(device: device)
8867 pipeline := ?
8868 pipelines[i] = pipeline
8869 State.Pipelines[pipeline] = new!PipelineObject(device: device)
8878 VkPipeline pipeline,
8881 pipelineObjects := GetPipeline(pipeline)
8884 State.Pipelines[pipeline] = null
9291 VkPipeline pipeline) {
9293 pipelineObject := GetPipeline(pipeline)
10779 VkPipeline pipeline,
11698 VkPipeline pipeline,
11728 VkPipeline pipeline,
12081 macro ref!PipelineObject GetPipeline(VkPipeline pipeline) {
12082 assert(pipeline in State.Pipelines)
12083 return State.Pipelines[pipeline]