Home
last modified time | relevance | path

Searched refs:grammar_ (Results 1 - 25 of 31) sorted by relevance

12

/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Dfeature_manager.cpp62 grammar_.lookupOperand(SPV_OPERAND_TYPE_CAPABILITY, cap, &desc)) { in AddCapability()
91 if (&a.grammar_ != &b.grammar_) { in operator ==()
H A Dfeature_manager.h28 explicit FeatureManager(const AssemblyGrammar& grammar) : grammar_(grammar) {} in FeatureManager()
85 const AssemblyGrammar& grammar_; member in spvtools::opt::FeatureManager
H A Dir_context.h96 grammar_(syntax_context_), in IRContext()
115 grammar_(syntax_context_), in IRContext()
535 const AssemblyGrammar& grammar() const { return grammar_; } in grammar()
721 feature_mgr_ = MakeUnique<FeatureManager>(grammar_); in AnalyzeFeatures()
754 AssemblyGrammar grammar_; member in spvtools::opt::IRContext
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dfeature_manager.cpp62 grammar_.lookupOperand(SPV_OPERAND_TYPE_CAPABILITY, cap, &desc)) { in AddCapability()
91 if (&a.grammar_ != &b.grammar_) { in operator ==()
H A Dfeature_manager.h28 explicit FeatureManager(const AssemblyGrammar& grammar) : grammar_(grammar) {} in FeatureManager()
85 const AssemblyGrammar& grammar_; member in spvtools::opt::FeatureManager
H A Dir_context.h96 grammar_(syntax_context_), in IRContext()
115 grammar_(syntax_context_), in IRContext()
535 const AssemblyGrammar& grammar() const { return grammar_; } in grammar()
721 feature_mgr_ = MakeUnique<FeatureManager>(grammar_); in AnalyzeFeatures()
754 AssemblyGrammar grammar_; member in spvtools::opt::IRContext
/third_party/spirv-tools/source/opt/
H A Dfeature_manager.cpp58 if (SPV_SUCCESS == grammar_.lookupOperand(SPV_OPERAND_TYPE_CAPABILITY, in AddCapability()
90 if (&a.grammar_ != &b.grammar_) { in operator ==()
H A Dfeature_manager.h60 explicit FeatureManager(const AssemblyGrammar& grammar) : grammar_(grammar) {} in FeatureManager()
88 const AssemblyGrammar& grammar_; member in spvtools::opt::FeatureManager
H A Dir_context.h100 grammar_(syntax_context_), in IRContext()
119 grammar_(syntax_context_), in IRContext()
593 const AssemblyGrammar& grammar() const { return grammar_; } in grammar()
801 std::unique_ptr<FeatureManager>(new FeatureManager(grammar_)); in AnalyzeFeatures()
834 AssemblyGrammar grammar_; member in spvtools::opt::IRContext
/third_party/spirv-tools/source/
H A Dbinary.cpp85 : grammar_(context),
181 const spvtools::AssemblyGrammar grammar_; // SPIR-V syntax utility.
321 if (grammar_.lookupOpcode(static_cast<spv::Op>(inst.opcode), &opcode_desc))
500 if (grammar_.lookupExtInst(inst->ext_inst_type, word, &ext_inst) ==
521 grammar_.lookupSpecConstantOpcode(spv::Op(word))) {
526 if (grammar_.lookupOpcode(spv::Op(word), &opcode_entry)) {
683 if (grammar_.lookupOperand(type, word, &entry)) {
694 if (grammar_.lookupOperand(type, word, &entry)) {
738 if (grammar_.lookupOperand(type, mask, &entry)) {
751 if (SPV_SUCCESS == grammar_
[all...]
H A Ddisassemble.cpp205 : grammar_(grammar), in InstructionDisassembler()
340 if (grammar_.lookupExtInst(inst.ext_inst_type, word, &ext_inst) == in EmitOperand()
354 if (grammar_.lookupOpcode(spv::Op(word), &opcode_desc)) in EmitOperand()
416 if (grammar_.lookupOperand(operand.type, word, &entry)) in EmitOperand()
435 if (grammar_.lookupOperand(operand.type, word, &entry)) in EmitOperand()
457 if (grammar_.lookupOperand(type, mask, &entry))
468 if (SPV_SUCCESS == grammar_.lookupOperand(type, 0, &entry))
H A Ddisassemble.h85 const spvtools::AssemblyGrammar& grammar_; member in spvtools::disassemble::InstructionDisassembler
H A Dname_mapper.h117 const AssemblyGrammar grammar_; member
H A Dname_mapper.cpp49 : grammar_(AssemblyGrammar(context)) { in FriendlyNameMapper()
323 if (SPV_SUCCESS == grammar_.lookupOperand(type, word, &desc)) { in NameForEnumOperand()
/third_party/skia/third_party/externals/spirv-tools/source/
H A Ddisassemble.cpp51 : grammar_(grammar), in Disassembler()
118 const spvtools::AssemblyGrammar& grammar_; member in __anon21785::Disassembler
258 if (grammar_.lookupExtInst(inst.ext_inst_type, word, &ext_inst) == in EmitOperand()
272 if (grammar_.lookupOpcode(SpvOp(word), &opcode_desc)) in EmitOperand()
335 if (grammar_.lookupOperand(operand.type, word, &entry)) in EmitOperand()
354 if (grammar_.lookupOperand(operand.type, word, &entry)) in EmitOperand()
376 if (grammar_.lookupOperand(type, mask, &entry))
387 if (SPV_SUCCESS == grammar_.lookupOperand(type, 0, &entry))
H A Dbinary.cpp75 : grammar_(context), in Parser()
171 const spvtools::AssemblyGrammar grammar_; // SPIR-V syntax utility.
311 if (grammar_.lookupOpcode(static_cast<SpvOp>(inst.opcode), &opcode_desc))
490 if (grammar_.lookupExtInst(inst->ext_inst_type, word, &ext_inst) ==
511 grammar_.lookupSpecConstantOpcode(SpvOp(word))) {
516 if (grammar_.lookupOpcode(SpvOp(word), &opcode_entry)) {
675 if (grammar_.lookupOperand(type, word, &entry)) {
711 if (grammar_.lookupOperand(type, mask, &entry)) {
724 if (SPV_SUCCESS == grammar_.lookupOperand(type, 0, &entry)) {
H A Dname_mapper.h117 const AssemblyGrammar grammar_; member
H A Dname_mapper.cpp49 : grammar_(AssemblyGrammar(context)) { in FriendlyNameMapper()
324 if (SPV_SUCCESS == grammar_.lookupOperand(type, word, &desc)) { in NameForEnumOperand()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/
H A Ddisassemble.cpp51 : grammar_(grammar), in Disassembler()
118 const spvtools::AssemblyGrammar& grammar_; member in __anon23042::Disassembler
258 if (grammar_.lookupExtInst(inst.ext_inst_type, word, &ext_inst) == in EmitOperand()
272 if (grammar_.lookupOpcode(SpvOp(word), &opcode_desc)) in EmitOperand()
335 if (grammar_.lookupOperand(operand.type, word, &entry)) in EmitOperand()
354 if (grammar_.lookupOperand(operand.type, word, &entry)) in EmitOperand()
376 if (grammar_.lookupOperand(type, mask, &entry))
387 if (SPV_SUCCESS == grammar_.lookupOperand(type, 0, &entry))
H A Dbinary.cpp75 : grammar_(context), in Parser()
171 const spvtools::AssemblyGrammar grammar_; // SPIR-V syntax utility.
311 if (grammar_.lookupOpcode(static_cast<SpvOp>(inst.opcode), &opcode_desc))
490 if (grammar_.lookupExtInst(inst->ext_inst_type, word, &ext_inst) ==
511 grammar_.lookupSpecConstantOpcode(SpvOp(word))) {
516 if (grammar_.lookupOpcode(SpvOp(word), &opcode_entry)) {
675 if (grammar_.lookupOperand(type, word, &entry)) {
711 if (grammar_.lookupOperand(type, mask, &entry)) {
724 if (SPV_SUCCESS == grammar_.lookupOperand(type, 0, &entry)) {
H A Dname_mapper.h117 const AssemblyGrammar grammar_; member
H A Dname_mapper.cpp49 : grammar_(AssemblyGrammar(context)) { in FriendlyNameMapper()
324 if (SPV_SUCCESS == grammar_.lookupOperand(type, word, &desc)) { in NameForEnumOperand()
/third_party/spirv-tools/source/val/
H A Dvalidation_state.h379 const AssemblyGrammar& grammar() const { return grammar_; } in grammar()
743 if (grammar_.lookupOperand(SPV_OPERAND_TYPE_DECORATION, decoration, in SpvDecorationString()
912 AssemblyGrammar grammar_; member
/third_party/skia/third_party/externals/spirv-tools/source/val/
H A Dvalidation_state.h365 const AssemblyGrammar& grammar() const { return grammar_; } in grammar()
839 AssemblyGrammar grammar_; member
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/
H A Dvalidation_state.h365 const AssemblyGrammar& grammar() const { return grammar_; } in grammar()
839 AssemblyGrammar grammar_; member

Completed in 21 milliseconds

12