Home
last modified time | relevance | path

Searched refs:extInstTable_ (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/SPIRV-Tools/source/
Dassembly_grammar.h34 extInstTable_(context->ext_inst_table) {} in AssemblyGrammar()
133 const spv_ext_inst_table extInstTable_; variable
Dassembly_grammar.cpp171 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/
Dassembly_grammar.h34 extInstTable_(context->ext_inst_table) {} in AssemblyGrammar()
133 const spv_ext_inst_table extInstTable_; variable
Dassembly_grammar.cpp171 return operandTable_ && opcodeTable_ && extInstTable_; in isValid()
248 return spvExtInstTableNameLookup(extInstTable_, type, textValue, extInst); in lookupExtInst()
254 return spvExtInstTableValueLookup(extInstTable_, type, firstWord, extInst); in lookupExtInst()