Searched refs:customBarrierListRef (Results 1 – 2 of 2) sorted by relevance
1041 const auto& customBarrierListRef = nodeData.renderCommandList->GetCustomBarriers(); in RenderCommand() local1053 HandleCustomBarriers(parameters, rc.customBarrierIndexBegin, customBarrierListRef); in RenderCommand()1136 const array_view<const CommandBarrier>& customBarrierListRef) in HandleCustomBarriers() argument1139 PLUGIN_ASSERT(barrierIndexBegin + params.customBarrierCount <= customBarrierListRef.size()); in HandleCustomBarriers()1140 for (auto begin = (customBarrierListRef.begin() + barrierIndexBegin), in HandleCustomBarriers()1141 end = Math::min(customBarrierListRef.end(), begin + params.customBarrierCount); in HandleCustomBarriers()
173 const BASE_NS::array_view<const CommandBarrier>& customBarrierListRef);