Home
last modified time | relevance | path

Searched refs:inst_is_send (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/intel/compiler/
Dbrw_eu_validate.c93 inst_is_send(const struct gen_device_info *devinfo, const brw_inst *inst) in inst_is_send() function
110 return inst_is_send(devinfo, inst); in inst_is_split_send()
137 return (devinfo->gen < 12 || !inst_is_send(devinfo, inst)) ? in inst_dst_type()
290 if (inst_is_send(devinfo, inst)) in invalid_values()
441 } else if (inst_is_send(devinfo, inst)) { in send_restrictions()
635 if (inst_is_send(devinfo, inst)) in is_mixed_float()
699 if (inst_is_send(devinfo, inst)) in general_restrictions_based_on_operand_types()
1378 if (inst_is_send(devinfo, inst)) in region_alignment_rules()