Searched refs:pendingArrIndex (Results 1 – 1 of 1) sorted by relevance
471 if (const uint32_t pendingArrIndex = store.additionalData[arrayIndex].indexToPendingData; in GetPendingOptionalResourceIndex() local472 pendingArrIndex != INVALID_PENDING_INDEX) { in GetPendingOptionalResourceIndex()473 PLUGIN_ASSERT(pendingArrIndex < store.pendingData.allocations.size()); in GetPendingOptionalResourceIndex()474 if (pendingArrIndex < static_cast<uint32_t>(store.pendingData.allocations.size())) { in GetPendingOptionalResourceIndex()475 const auto& allocOp = store.pendingData.allocations[pendingArrIndex]; in GetPendingOptionalResourceIndex()1240 if (const uint32_t pendingArrIndex = store.additionalData[arrayIndex].indexToPendingData; in Destroy() local1241 pendingArrIndex != INVALID_PENDING_INDEX) { in Destroy()1243 if (pendingArrIndex < store.pendingData.allocations.size()) { in Destroy()1244 auto& ref = store.pendingData.allocations[pendingArrIndex]; in Destroy()2201 …(pendingArrIndex != INVALID_PENDING_INDEX) && (pendingArrIndex < store.pendingData.allocations.siz… in StoreAllocation()[all …]