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

  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/spirv-tools/source/
assembly_grammar.h 43 operandTable_(context->operand_table),
124 const spv_operand_table operandTable_;
assembly_grammar.cpp 182 return operandTable_ && opcodeTable_ && extInstTable_;
198 return spvOperandTableNameLookup(operandTable_, type, name, name_len, desc);
204 return spvOperandTableValueLookup(operandTable_, type, operand, desc);
234 return spvTextParseMaskOperand(operandTable_, type, textValue, pValue);
251 spvPrependOperandTypesForMask(operandTable_, type, mask, pattern);

Completed in 275 milliseconds