Searched refs:pOperandTable (Results 1 – 3 of 3) sorted by relevance
43 spv_result_t spvOperandTableGet(spv_operand_table* pOperandTable, in spvOperandTableGet() argument45 if (!pOperandTable) return SPV_ERROR_INVALID_POINTER; in spvOperandTableGet()47 *pOperandTable = &kOperandTable; in spvOperandTableGet()