Lines Matching refs:conditional_mod
71 this->conditional_mod = BRW_CONDITIONAL_NONE;
1044 if ((conditional_mod && ((opcode != BRW_OPCODE_SEL || devinfo->ver <= 5) &&
2573 if ((inst->conditional_mod == BRW_CONDITIONAL_Z ||
2574 inst->conditional_mod == BRW_CONDITIONAL_NZ) &&
2672 if ((inst->conditional_mod == BRW_CONDITIONAL_Z ||
2673 inst->conditional_mod == BRW_CONDITIONAL_NZ) &&
2713 switch (inst->conditional_mod) {
2721 inst->conditional_mod = BRW_CONDITIONAL_NONE;
2736 inst->conditional_mod = BRW_CONDITIONAL_NONE;
3439 inst->conditional_mod == prev_inst->conditional_mod &&
4059 if (needs_mov || inst->conditional_mod)
4060 set_condmod(inst->conditional_mod, ibld.MOV(orig_dst, low));
4262 inst->conditional_mod);
4265 inst->conditional_mod);
4268 inst->conditional_mod = BRW_CONDITIONAL_NONE;
4651 if (inst->conditional_mod && (devinfo->ver < 8 || inst->is_3src(compiler)))
5663 if (inst->conditional_mod) {
5664 fprintf(file, "%s", conditional_modifier[inst->conditional_mod]);