Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/nodecontext/
H A Drender_barrier_list.cpp104 BarrierPointBarrierList* structData = static_cast<BarrierPointBarrierList*>( in AddBarriersToBarrierPoint() local
107 if (structData && commandBarrierData) { in AddBarriersToBarrierPoint()
127 structData->count = barrierCount; in AddBarriersToBarrierPoint()
128 structData->commandBarriers = commandBarrierData; in AddBarriersToBarrierPoint()
130 ref.firstBarrierList = structData; in AddBarriersToBarrierPoint()
133 ref.lastBarrierList->nextBarrierPointBarrierList = structData; in AddBarriersToBarrierPoint()
135 ref.lastBarrierList = structData; in AddBarriersToBarrierPoint()