Searched refs:EntryPointCommand (Results 1 – 9 of 9) sorted by relevance
70 EntryPointCommand* Command::AsEntryPoint() { in AsEntryPoint()71 return static_cast<EntryPointCommand*>(this); in AsEntryPoint()182 EntryPointCommand::EntryPointCommand(Pipeline* pipeline) in EntryPointCommand() function in amber::EntryPointCommand185 EntryPointCommand::~EntryPointCommand() = default;
46 class EntryPointCommand; variable117 EntryPointCommand* AsEntryPoint();686 class EntryPointCommand : public PipelineCommand {688 explicit EntryPointCommand(Pipeline* pipeline);689 ~EntryPointCommand() override;
110 virtual Result DoEntryPoint(const EntryPointCommand* cmd) = 0;
143 Result DoEntryPoint(const EntryPointCommand*) override { in DoEntryPoint() argument689 TEST_F(VkScriptExecutorTest, EntryPointCommand) { in TEST_F() argument
61 Result DoEntryPoint(const EntryPointCommand* cmd) override;
1454 Result EngineDawn::DoEntryPoint(const EntryPointCommand*) { in DoEntryPoint() argument
67 Result DoEntryPoint(const EntryPointCommand* cmd) override;
861 Result EngineVulkan::DoEntryPoint(const EntryPointCommand* command) { in DoEntryPoint()
879 auto cmd = MakeUnique<EntryPointCommand>(pipeline_); in ProcessEntryPoint()