Home
last modified time | relevance | path

Searched defs:DiscardStatement (Results 1 – 10 of 10) sorted by relevance

/third_party/flutter/skia/src/sksl/ir/
DSkSLDiscardStatement.h19 struct DiscardStatement : public Statement { struct
20 DiscardStatement(int offset) in DiscardStatement() function
24 return std::unique_ptr<Statement>(new DiscardStatement(fOffset)); in clone() argument
27 String description() const override { in description()
31 typedef Statement INHERITED;
/third_party/skia/src/sksl/ir/
DSkSLDiscardStatement.h23 DiscardStatement(int line) in DiscardStatement() function
/third_party/skia/third_party/externals/tint/src/ast/
Ddiscard_statement.cc24 DiscardStatement::DiscardStatement(ProgramID pid, const Source& src) in DiscardStatement() function in tint::ast::DiscardStatement
/third_party/skia/third_party/externals/tint/src/reader/wgsl/
Dparser_impl_error_resync_test.cc94 TEST_F(ParserImplErrorResyncTest, DiscardStatement) { in TEST_F() argument
/third_party/skia/third_party/externals/tint/src/writer/wgsl/
Dgenerator_impl.cc971 bool GeneratorImpl::EmitDiscard(const ast::DiscardStatement*) { in EmitDiscard()
/third_party/skia/third_party/externals/tint/src/writer/msl/
Dgenerator_impl.cc1949 bool GeneratorImpl::EmitDiscard(const ast::DiscardStatement*) { in EmitDiscard()
/third_party/skia/third_party/externals/tint/src/writer/glsl/
Dgenerator_impl.cc1414 bool GeneratorImpl::EmitDiscard(const ast::DiscardStatement*) { in EmitDiscard()
/third_party/skia/third_party/externals/tint/src/resolver/
Dresolver.cc2497 sem::Statement* Resolver::DiscardStatement(const ast::DiscardStatement* stmt) { in DiscardStatement() function in tint::resolver::Resolver
/third_party/skia/third_party/externals/tint/src/writer/hlsl/
Dgenerator_impl.cc2473 bool GeneratorImpl::EmitDiscard(const ast::DiscardStatement*) { in EmitDiscard()
/third_party/skia/third_party/externals/tint/src/writer/spirv/
Dbuilder.cc449 bool Builder::GenerateDiscardStatement(const ast::DiscardStatement*) { in GenerateDiscardStatement()