HomeSort by relevance Sort by last modified time
    Searched refs:extInstTable_ (Results 1 - 4 of 4) sorted by null

  /external/deqp-deps/SPIRV-Tools/source/
assembly_grammar.h 34 extInstTable_(context->ext_inst_table) {}
133 const spv_ext_inst_table extInstTable_;
assembly_grammar.cpp 171 return operandTable_ && opcodeTable_ && extInstTable_;
248 return spvExtInstTableNameLookup(extInstTable_, type, textValue, extInst);
254 return spvExtInstTableValueLookup(extInstTable_, type, firstWord, extInst);
  /external/swiftshader/third_party/SPIRV-Tools/source/
assembly_grammar.h 34 extInstTable_(context->ext_inst_table) {}
133 const spv_ext_inst_table extInstTable_;
assembly_grammar.cpp 171 return operandTable_ && opcodeTable_ && extInstTable_;
248 return spvExtInstTableNameLookup(extInstTable_, type, textValue, extInst);
254 return spvExtInstTableValueLookup(extInstTable_, type, firstWord, extInst);

Completed in 257 milliseconds