Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/api/render/device/
H A Dintf_shader_pipeline_binder.h213 virtual DispatchCommand GetDispatchCommand() const = 0; in RENDER_BEGIN_NAMESPACE()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/device/
H A Dshader_pipeline_binder.h84 DispatchCommand GetDispatchCommand() const override;
H A Dshader_pipeline_binder.cpp665 IShaderPipelineBinder::DispatchCommand ShaderPipelineBinder::GetDispatchCommand() const in GetDispatchCommand() function in ShaderPipelineBinder
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/node/
H A Drender_node_shader_passes_generic.cpp313 const IShaderPipelineBinder::DispatchCommand dc = sRef.GetDispatchCommand(); in ExecuteFrameCompute()