Home
last modified time | relevance | path

Searched defs:declaration (Results 1 - 25 of 64) sorted by relevance

123

/third_party/skia/third_party/externals/tint/src/sem/
H A Dexpression.cc24 Expression::Expression(const ast::Expression* declaration, in Expression() argument
H A Dif_statement.cc25 IfStatement::IfStatement(const ast::IfStatement* declaration, in IfStatement() argument
32 ElseStatement::ElseStatement(const ast::ElseStatement* declaration, in ElseStatement() argument
H A Dloop_statement.cc25 LoopStatement::LoopStatement(const ast::LoopStatement* declaration, in LoopStatement() argument
35 LoopContinuingBlockStatement( const ast::BlockStatement* declaration, const CompoundStatement* parent, const sem::Function* function) LoopContinuingBlockStatement() argument
H A Dcall.cc25 Call::Call(const ast::CallExpression* declaration, in Call() argument
H A Dfor_loop_statement.cc24 ForLoopStatement::ForLoopStatement(const ast::ForLoopStatement* declaration, in ForLoopStatement() argument
H A Dmember_accessor_expression.cc44 Swizzle::Swizzle(const ast::MemberAccessorExpression* declaration, in Swizzle() argument
27 MemberAccessorExpression( const ast::MemberAccessorExpression* declaration, const sem::Type* type, const Statement* statement) MemberAccessorExpression() argument
35 StructMemberAccess( const ast::MemberAccessorExpression* declaration, const sem::Type* type, const Statement* statement, const StructMember* member) StructMemberAccess() argument
H A Dstatement.cc29 Statement::Statement(const ast::Statement* declaration, in Statement() argument
40 CompoundStatement::CompoundStatement(const ast::Statement* declaration, in CompoundStatement() argument
H A Dswitch_statement.cc25 SwitchStatement::SwitchStatement(const ast::SwitchStatement* declaration, in SwitchStatement() argument
39 CaseStatement::CaseStatement(const ast::CaseStatement* declaration, in CaseStatement() argument
H A Dblock_statement.cc28 BlockStatement::BlockStatement(const ast::BlockStatement* declaration, in BlockStatement() argument
50 LoopBlockStatement::LoopBlockStatement(const ast::BlockStatement* declaration, in LoopBlockStatement() argument
H A Dvariable.cc31 Variable::Variable(const ast::Variable* declaration, in Variable() argument
44 LocalVariable::LocalVariable(const ast::Variable* declaration, in LocalVariable() argument
55 GlobalVariable::GlobalVariable(const ast::Variable* declaration, in GlobalVariable() argument
66 Parameter::Parameter(const ast::Variable* declaration, in Parameter() argument
78 VariableUser::VariableUser(const ast::IdentifierExpression* declaration, in VariableUser() argument
[all...]
H A Dstruct.cc29 Struct::Struct(const ast::Struct* declaration, in Struct() argument
81 StructMember::StructMember(const ast::StructMember* declaration, in StructMember() argument
/third_party/skia/third_party/externals/tint/src/writer/spirv/
H A Dfunction.cc25 Function::Function(const Instruction& declaration, in Function() argument
/third_party/skia/third_party/externals/tint/tools/src/cmd/intrinsic-gen/parser/
H A Dparser.go113 p.expect(tok.Type, "type declaration") type
/third_party/mesa3d/src/compiler/glsl/
H A Dir_variable_refcount.h64 bool declaration; /* If the variable had a decl in the instruction stream */ member in ir_variable_refcount_entry
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/
H A Dfuzzer_pass_interchange_zero_like_constants.cpp33 FindOrCreateToggledConstant( opt::Instruction* declaration) FindOrCreateToggledConstant() argument
H A Dfuzzer_pass_replace_irrelevant_ids.cpp51 auto declaration = GetIRContext()->get_def_use_mgr()->GetDef(id); in Apply() local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/
H A Dfuzzer_pass_interchange_zero_like_constants.cpp33 FindOrCreateToggledConstant( opt::Instruction* declaration) FindOrCreateToggledConstant() argument
H A Dfuzzer_pass_replace_irrelevant_ids.cpp51 auto declaration = GetIRContext()->get_def_use_mgr()->GetDef(id); in Apply() local
/third_party/skia/src/sksl/ir/
H A DSkSLFunctionPrototype.h26 FunctionPrototype(int line, const FunctionDeclaration* declaration, bool builtin) in FunctionPrototype() argument
31 const FunctionDeclaration& declaration() const { in declaration() function in SkSL::final
H A DSkSLFunctionDefinition.h28 FunctionDefinition(int line, const FunctionDeclaration* declaration, bool builtin, in FunctionDefinition() argument
54 const FunctionDeclaration& declaration() const { in declaration() function in SkSL::final
/third_party/skia/third_party/externals/tint/tools/src/cmd/intrinsic-gen/ast/
H A Dast.go199 // TypeDecl describes a type declaration type
/third_party/skia/third_party/externals/tint/tools/src/cmd/intrinsic-gen/resolver/
H A Dresolve.go114 // ty() resolves a type declaration. type
/third_party/spirv-tools/source/fuzz/
H A Dfuzzer_pass_interchange_zero_like_constants.cpp33 FindOrCreateToggledConstant( opt::Instruction* declaration) FindOrCreateToggledConstant() argument
H A Dfuzzer_pass_replace_irrelevant_ids.cpp51 auto declaration = GetIRContext()->get_def_use_mgr()->GetDef(id); in Apply() local
/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/
H A DSeparateCompoundStructDeclarations.cpp32 Declaration declaration = ViewDeclaration(*declNode); variable

Completed in 9 milliseconds

123