Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/device/
H A Dgpu_resource_manager.cpp471 if (const uint32_t pendingArrIndex = store.additionalData[arrayIndex].indexToPendingData; in GetPendingOptionalResourceIndex() local
472 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() local
1241 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 …]