Searched refs:extInstTable_ (Results 1 – 4 of 4) sorted by relevance
/external/swiftshader/third_party/SPIRV-Tools/source/ |
D | assembly_grammar.h | 34 extInstTable_(context->ext_inst_table) {} in AssemblyGrammar() 133 const spv_ext_inst_table extInstTable_; variable
|
D | assembly_grammar.cpp | 171 return operandTable_ && opcodeTable_ && extInstTable_; in isValid() 248 return spvExtInstTableNameLookup(extInstTable_, type, textValue, extInst); in lookupExtInst() 254 return spvExtInstTableValueLookup(extInstTable_, type, firstWord, extInst); in lookupExtInst()
|
/external/deqp-deps/SPIRV-Tools/source/ |
D | assembly_grammar.h | 34 extInstTable_(context->ext_inst_table) {} in AssemblyGrammar() 133 const spv_ext_inst_table extInstTable_; variable
|
D | assembly_grammar.cpp | 171 return operandTable_ && opcodeTable_ && extInstTable_; in isValid() 248 return spvExtInstTableNameLookup(extInstTable_, type, textValue, extInst); in lookupExtInst() 254 return spvExtInstTableValueLookup(extInstTable_, type, firstWord, extInst); in lookupExtInst()
|