Searched refs:EntryPointCommand (Results 1 – 9 of 9) sorted by relevance
65 EntryPointCommand* Command::AsEntryPoint() { in AsEntryPoint()66 return static_cast<EntryPointCommand*>(this); in AsEntryPoint()177 EntryPointCommand::EntryPointCommand(Pipeline* pipeline) in EntryPointCommand() function in amber::EntryPointCommand180 EntryPointCommand::~EntryPointCommand() = default;
45 class EntryPointCommand; variable109 EntryPointCommand* AsEntryPoint();683 class EntryPointCommand : public PipelineCommand {685 explicit EntryPointCommand(Pipeline* pipeline);686 ~EntryPointCommand() override;
114 virtual Result DoEntryPoint(const EntryPointCommand* cmd) = 0;
141 Result DoEntryPoint(const EntryPointCommand*) override { in DoEntryPoint() argument681 TEST_F(VkScriptExecutorTest, EntryPointCommand) { in TEST_F() argument
61 Result DoEntryPoint(const EntryPointCommand* cmd) override;
1454 Result EngineDawn::DoEntryPoint(const EntryPointCommand*) { in DoEntryPoint() argument
60 Result DoEntryPoint(const EntryPointCommand* cmd) override;
634 Result EngineVulkan::DoEntryPoint(const EntryPointCommand* command) { in DoEntryPoint()
879 auto cmd = MakeUnique<EntryPointCommand>(pipeline_); in ProcessEntryPoint()