Home | History | Annotate | Download | only in source

Lines Matching refs:type_id

112                                          uint32_t type_id);
423 inst->type_id = word;
440 spvOpcodeGeneratesType(opcode) ? inst->result_id : inst->type_id;
520 uint32_t type_id = type_id_iter->second;
522 if (selector_id == type_id) {
528 if (auto error = setNumericTypeInfoForType(&parsed_operand, type_id))
539 assert(inst->type_id);
541 setNumericTypeInfoForType(&parsed_operand, inst->type_id))
715 spv_parsed_operand_t* parsed_operand, uint32_t type_id) {
716 assert(type_id != 0);
717 auto type_info_iter = _.type_id_to_number_type_info.find(type_id);
719 return diagnostic() << "Type Id " << type_id << " is not a type";
724 return diagnostic() << "Type Id " << type_id