Searched refs:pInstTable (Results 1 – 2 of 2) sorted by relevance
79 spv_result_t spvOpcodeTableGet(spv_opcode_table* pInstTable, spv_target_env) { in spvOpcodeTableGet() argument80 if (!pInstTable) return SPV_ERROR_INVALID_POINTER; in spvOpcodeTableGet()85 *pInstTable = &kOpcodeTable; in spvOpcodeTableGet()