Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/layers/
Dcore_validation.cpp7483 uint32_t lastSetIndex = firstSet + setCount - 1; in CmdBindDescriptorSets() local
7484 if (lastSetIndex >= pCB->lastBound[pipelineBindPoint].boundDescriptorSets.size()) { in CmdBindDescriptorSets()
7485 pCB->lastBound[pipelineBindPoint].boundDescriptorSets.resize(lastSetIndex + 1); in CmdBindDescriptorSets()
7486 pCB->lastBound[pipelineBindPoint].dynamicOffsets.resize(lastSetIndex + 1); in CmdBindDescriptorSets()
7488 … auto oldFinalBoundSet = pCB->lastBound[pipelineBindPoint].boundDescriptorSets[lastSetIndex]; in CmdBindDescriptorSets()
7602 … if ((pCB->lastBound[pipelineBindPoint].boundDescriptorSets.size() - 1) > (lastSetIndex)) { in CmdBindDescriptorSets()
7604 …set_layout_compatibility(dev_data, oldFinalBoundSet, pipeline_layout, lastSetIndex, errorString)) { in CmdBindDescriptorSets()
7613 reinterpret_cast<uint64_t &>(old_set), lastSetIndex, in CmdBindDescriptorSets()
7614 … (uint64_t)pCB->lastBound[pipelineBindPoint].boundDescriptorSets[lastSetIndex], lastSetIndex, in CmdBindDescriptorSets()
7615 lastSetIndex + 1, (uint64_t)layout); in CmdBindDescriptorSets()
[all …]