Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/layers/
Dcore_validation.cpp7511 uint32_t last_set_index = firstSet + setCount - 1; in PreCallRecordCmdBindDescriptorSets() local
7512 if (last_set_index >= cb_state->lastBound[pipelineBindPoint].per_set.size()) { in PreCallRecordCmdBindDescriptorSets()
7513 cb_state->lastBound[pipelineBindPoint].per_set.resize(last_set_index + 1); in PreCallRecordCmdBindDescriptorSets()