Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/nodecontext/
H A Dnode_context_pso_manager.cpp141 const auto& ref = gpCache.psoCreationData[idx]; in BeginBackendFrame()
301 GraphicsPipelineStateCreationData psoCreationData; in GetGraphicsPsoHandleImpl() local
302 psoCreationData.shaderHandle = shader; in GetGraphicsPsoHandleImpl()
303 psoCreationData.graphicsStateHandle = graphicsState; in GetGraphicsPsoHandleImpl()
304 psoCreationData.pipelineLayout = pipelineLayout; in GetGraphicsPsoHandleImpl()
305 psoCreationData.vertexInputDeclaration = move(vidw); in GetGraphicsPsoHandleImpl()
306 psoCreationData.shaderSpecialization = move(ssw); in GetGraphicsPsoHandleImpl()
307 psoCreationData.customGraphicsState = move(customGraphicsStatePtr); in GetGraphicsPsoHandleImpl()
309 cache.psoCreationData.push_back(move(psoCreationData)); in GetGraphicsPsoHandleImpl()
389 const auto& psoDataRef = cache.psoCreationData[index]; in GetComputePso()
[all …]
H A Dnode_context_pso_manager.h110 BASE_NS::vector<ComputePipelineStateCreationData> psoCreationData; member
138 BASE_NS::vector<GraphicsPipelineStateCreationData> psoCreationData; member