Searched refs:dst_is_null (Results 1 – 2 of 2) sorted by relevance
171 dst_is_null(const struct intel_device_info *devinfo, const brw_inst *inst) in dst_is_null() function473 ERROR_IF(!dst_is_null(devinfo, inst) && in send_restrictions()1036 if (desc->ndst != 0 && !dst_is_null(devinfo, inst)) in general_restrictions_on_region_parameters()1167 if (desc->ndst != 0 && !dst_is_null(devinfo, inst)) { in general_restrictions_on_region_parameters()1527 if (desc->ndst == 0 || dst_is_null(devinfo, inst)) in region_alignment_rules()2130 ERROR_IF(dst_is_null(devinfo, inst) && in instruction_restrictions()
328 const bool dst_is_null = dst.file == BRW_ARCHITECTURE_REGISTER_FILE && in generate_send() local330 const unsigned rlen = dst_is_null ? 0 : inst->size_written / REG_SIZE; in generate_send()