Home
last modified time | relevance | path

Searched refs:oldFinalBoundSet (Results 1 – 1 of 1) sorted by relevance

/external/vulkan-validation-layers/layers/
Dcore_validation.cpp7488 … auto oldFinalBoundSet = pCB->lastBound[pipelineBindPoint].boundDescriptorSets[lastSetIndex]; in CmdBindDescriptorSets() local
7603 if (oldFinalBoundSet && in CmdBindDescriptorSets()
7604 …!verify_set_layout_compatibility(dev_data, oldFinalBoundSet, pipeline_layout, lastSetIndex, errorS… in CmdBindDescriptorSets()
7605 auto old_set = oldFinalBoundSet->GetSet(); in CmdBindDescriptorSets()