Searched refs:DispatchCommand (Results 1 – 5 of 5) sorted by relevance
38 struct DispatchCommand { in RENDER_BEGIN_NAMESPACE() struct183 virtual void SetDispatchCommand(const DispatchCommand& dispatchCommand) = 0; in RENDER_BEGIN_NAMESPACE()213 virtual DispatchCommand GetDispatchCommand() const = 0; in RENDER_BEGIN_NAMESPACE()
26 static int32_t DispatchCommand(struct HdfDeviceIoClient *client, int moduleId, in DispatchCommand() function38 .Dispatch = DispatchCommand, in HdfSoftbusDriverBind()
75 void SetDispatchCommand(const DispatchCommand& dispatchCommand) override;84 DispatchCommand GetDispatchCommand() const override;142 DispatchCommand dispatchCommand_;
572 void ShaderPipelineBinder::SetDispatchCommand(const DispatchCommand& dispatchCommand) in SetDispatchCommand()665 IShaderPipelineBinder::DispatchCommand ShaderPipelineBinder::GetDispatchCommand() const in GetDispatchCommand()
313 const IShaderPipelineBinder::DispatchCommand dc = sRef.GetDispatchCommand(); in ExecuteFrameCompute()