Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/
H A Drender_graph.h156 struct ParameterCache { struct
168 RenderGraphBufferState& stateRef, const ParameterCache& params, const CommandBarrier& cb); argument
170 RenderGraphImageState& stateRef, const ParameterCache& params, const CommandBarrier& cb);
172 void HandleCustomBarriers(ParameterCache& params, const uint32_t barrierIndexBegin,
174 void HandleVertexInputBufferBarriers(ParameterCache& params, const uint32_t barrierIndexBegin,
179 void HandleClearImage(ParameterCache& params, const uint32_t& commandListCommandIndex,
181 void HandleBlitImage(ParameterCache& params, const uint32_t& commandListCommandIndex,
183 void HandleCopyBuffer(ParameterCache& params, const uint32_t& commandListCommandIndex,
185 void HandleCopyBufferImage(ParameterCache& params, const uint32_t& commandListCommandIndex,
187 void HandleDispatchIndirect(ParameterCache& params, const uint32_t& commandListCommandIndex,
[all …]
H A Drender_graph.cpp1112 RenderGraphBufferState& stateRef, const ParameterCache& params, const CommandBarrier& cb) in UpdateBufferResourceState()
1124 RenderGraphImageState& stateRef, const ParameterCache& params, const CommandBarrier& cb) in UpdateImageResourceState()
1135 void RenderGraph::HandleCustomBarriers(ParameterCache& params, const uint32_t barrierIndexBegin, in HandleCustomBarriers()
1248 void RenderGraph::HandleClearImage(ParameterCache& params, const uint32_t& commandListCommandIndex, in HandleClearImage()
1270 void RenderGraph::HandleBlitImage(ParameterCache& params, const uint32_t& commandListCommandIndex, in HandleBlitImage()
1303 void RenderGraph::HandleCopyBuffer(ParameterCache& params, const uint32_t& commandListCommandIndex, in HandleCopyBuffer()
1332 void RenderGraph::HandleCopyBufferImage(ParameterCache& params, const uint32_t& commandListCommandI… in HandleCopyBufferImage()
1414 void RenderGraph::HandleDispatchIndirect(ParameterCache& params, const uint32_t& commandListCommand… in HandleDispatchIndirect()
1435 void RenderGraph::HandleDescriptorSets(ParameterCache& params, in HandleDescriptorSets()
1482 const GpuResourceState& state, const BindableImage& res, RenderGraph::ParameterCache& params) in UpdateStateAndCreateBarriersGpuImage()
[all …]