Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/nodecontext/
H A Drender_command_list.cpp329 clearAndReserve(customBarriers_); in BeginFrame()
430 return array_view<const CommandBarrier>(customBarriers_.data(), customBarriers_.size()); in GetCustomBarriers()
494 … ((!customBarriers_.empty()) && stateData_.currentCustomBarrierIndices.dirtyCustomBarriers); in AddBarrierPoint()
496 const int32_t newCount = static_cast<int32_t>(customBarriers_.size()) - in AddBarrierPoint()
502 … stateData_.currentCustomBarrierIndices.prevSize = static_cast<int32_t>(customBarriers_.size()); in AddBarrierPoint()
1283 customBarriers_.push_back(move(cb)); in CustomMemoryBarrier()
1327 customBarriers_.push_back(move(cb)); in CustomBufferBarrier()
1377 customBarriers_.push_back(std::move(cb)); in CustomImageBarrier()
H A Drender_command_list.h676 BASE_NS::vector<CommandBarrier> customBarriers_; variable