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.cpp6973 uint32_t last_set_index = firstSet + setCount - 1; in PreCallValidateCmdBindDescriptorSets() local
6975 if (last_set_index >= cb_state->lastBound[pipelineBindPoint].boundDescriptorSets.size()) { in PreCallValidateCmdBindDescriptorSets()
6976 cb_state->lastBound[pipelineBindPoint].boundDescriptorSets.resize(last_set_index + 1); in PreCallValidateCmdBindDescriptorSets()
6977 cb_state->lastBound[pipelineBindPoint].dynamicOffsets.resize(last_set_index + 1); in PreCallValidateCmdBindDescriptorSets()
6978 cb_state->lastBound[pipelineBindPoint].compat_id_for_set.resize(last_set_index + 1); in PreCallValidateCmdBindDescriptorSets()