Searched refs:ClearDepthCommand (Results 1 – 10 of 10) sorted by relevance
33 ClearDepthCommand* Command::AsClearDepth() { in AsClearDepth()34 return static_cast<ClearDepthCommand*>(this); in AsClearDepth()162 ClearDepthCommand::ClearDepthCommand(Pipeline* pipeline) in ClearDepthCommand() function in amber::ClearDepthCommand165 ClearDepthCommand::~ClearDepthCommand() = default;
37 class ClearDepthCommand; variable101 ClearDepthCommand* AsClearDepth();624 class ClearDepthCommand : public PipelineCommand {626 explicit ClearDepthCommand(Pipeline* pipeline);627 ~ClearDepthCommand() override;
96 virtual Result DoClearDepth(const ClearDepthCommand* cmd) = 0;
82 Result DoClearDepth(const ClearDepthCommand*) override { in DoClearDepth() argument476 TEST_F(VkScriptExecutorTest, ClearDepthCommand) { in TEST_F() argument
55 Result DoClearDepth(const ClearDepthCommand* cmd) override;
883 Result EngineDawn::DoClearDepth(const ClearDepthCommand* command) { in DoClearDepth()
54 Result DoClearDepth(const ClearDepthCommand* cmd) override;
443 Result EngineVulkan::DoClearDepth(const ClearDepthCommand* command) { in DoClearDepth()
417 cmd = MakeUnique<ClearDepthCommand>(pipeline_); in ProcessClear()
3346 auto cmd = MakeUnique<ClearDepthCommand>(pipeline); in ParseClearDepth()