Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/api/render/device/
H A Dintf_shader_pipeline_binder.h38 struct DispatchCommand { in RENDER_BEGIN_NAMESPACE() struct
183 virtual void SetDispatchCommand(const DispatchCommand& dispatchCommand) = 0; in RENDER_BEGIN_NAMESPACE()
213 virtual DispatchCommand GetDispatchCommand() const = 0; in RENDER_BEGIN_NAMESPACE()
/ohos5.0/drivers/hdf_core/framework/model/misc/dsoftbus/src/
H A Dhdf_dsoftbus_driver.c26 static int32_t DispatchCommand(struct HdfDeviceIoClient *client, int moduleId, in DispatchCommand() function
38 .Dispatch = DispatchCommand, in HdfSoftbusDriverBind()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/device/
H A Dshader_pipeline_binder.h75 void SetDispatchCommand(const DispatchCommand& dispatchCommand) override;
84 DispatchCommand GetDispatchCommand() const override;
142 DispatchCommand dispatchCommand_;
H A Dshader_pipeline_binder.cpp572 void ShaderPipelineBinder::SetDispatchCommand(const DispatchCommand& dispatchCommand) in SetDispatchCommand()
665 IShaderPipelineBinder::DispatchCommand ShaderPipelineBinder::GetDispatchCommand() const in GetDispatchCommand()
/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()