Searched refs:dst_is_null (Results 1 – 2 of 2) sorted by relevance
165 dst_is_null(const struct gen_device_info *devinfo, const brw_inst *inst) in dst_is_null() function454 ERROR_IF(!dst_is_null(devinfo, inst) && in send_restrictions()941 if (desc->ndst != 0 && !dst_is_null(devinfo, inst)) in general_restrictions_on_region_parameters()1072 if (desc->ndst != 0 && !dst_is_null(devinfo, inst)) { in general_restrictions_on_region_parameters()1429 if (desc->ndst == 0 || dst_is_null(devinfo, inst)) in region_alignment_rules()
327 const bool dst_is_null = dst.file == BRW_ARCHITECTURE_REGISTER_FILE && in generate_send() local329 const unsigned rlen = dst_is_null ? 0 : inst->size_written / REG_SIZE; in generate_send()