Home | History | Annotate | Download | only in api

Lines Matching full:pipelinelayout

3799     pipelineLayout := ?
3800 pPipelineLayout[0] = pipelineLayout
3801 State.PipelineLayouts[pipelineLayout] = new!PipelineLayoutObject(device: device)
3809 VkPipelineLayout pipelineLayout,
3812 pipelineLayoutObjects := GetPipelineLayout(pipelineLayout)
3815 State.PipelineLayouts[pipelineLayout] = null
5564 macro ref!PipelineLayoutObject GetPipelineLayout(VkPipelineLayout pipelineLayout) {
5565 assert(pipelineLayout in State.PipelineLayouts)
5566 return State.PipelineLayouts[pipelineLayout]