Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/
H A Drender_graph.cpp555 const uint32_t customBarrierCount, const RenderHandle handle) in CheckForBarrierNeed() argument
558 if ((customBarrierCount > 0) && needsBarrier) { in CheckForBarrierNeed()
1052 if (parameters.customBarrierCount > 0) { in RenderCommand()
1138 params.handledCustomBarriers.reserve(params.customBarrierCount); in HandleCustomBarriers()
1139 PLUGIN_ASSERT(barrierIndexBegin + params.customBarrierCount <= customBarrierListRef.size()); in HandleCustomBarriers()
1141 end = Math::min(customBarrierListRef.end(), begin + params.customBarrierCount); in HandleCustomBarriers()
1259 CheckForBarrierNeed(params.handledCustomBarriers, params.customBarrierCount, nextRc.handle); in HandleClearImage()
1281 … CheckForBarrierNeed(params.handledCustomBarriers, params.customBarrierCount, nextRc.srcHandle); in HandleBlitImage()
1362 CheckForBarrierNeed(params.handledCustomBarriers, params.customBarrierCount, srcHandle); in HandleCopyBufferImage()
1388 CheckForBarrierNeed(params.handledCustomBarriers, params.customBarrierCount, dstHandle); in HandleCopyBufferImage()
[all …]
H A Drender_graph.h159 const uint32_t customBarrierCount; member
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/nodecontext/
H A Drender_command_list.h309 uint32_t customBarrierCount { 0u };
H A Drender_command_list.cpp500 data->customBarrierCount = static_cast<uint32_t>(newCount); in AddBarrierPoint()