Searched refs:spvOperandIsOptional (Results 1 – 8 of 8) sorted by relevance
207 spvOperandIsOptional(type) ? SPV_FAILED_MATCH : SPV_ERROR_INVALID_TEXT; in spvTextEncodeOperand()589 if (spvOperandIsOptional(type)) { in spvTextEncodeOpcode()602 if (spvOperandIsOptional(type)) { in spvTextEncodeOpcode()617 if (error == SPV_FAILED_MATCH && spvOperandIsOptional(type)) in spvTextEncodeOpcode()
67 bool spvOperandIsOptional(spv_operand_type_t type);
335 bool spvOperandIsOptional(spv_operand_type_t type) { in spvOperandIsOptional() function
343 !spvOperandIsOptional(_.expected_operands.back())) { in parseInstruction()
339 !spvOperandIsOptional(_.expected_operands.back())) { in parseInstruction()