Searched refs:else_inst (Results 1 – 1 of 1) sorted by relevance
1157 struct brw_instruction *else_inst) in convert_IF_ELSE_to_ADD() argument1164 assert(else_inst == NULL || else_inst->header.opcode == BRW_OPCODE_ELSE); in convert_IF_ELSE_to_ADD()1178 if (else_inst != NULL) { in convert_IF_ELSE_to_ADD()1182 else_inst->header.opcode = BRW_OPCODE_ADD; in convert_IF_ELSE_to_ADD()1184 if_inst->bits3.ud = (else_inst - if_inst + 1) * 16; in convert_IF_ELSE_to_ADD()1185 else_inst->bits3.ud = (next_inst - else_inst) * 16; in convert_IF_ELSE_to_ADD()1197 struct brw_instruction *else_inst, in patch_IF_ELSE() argument1219 assert(else_inst == NULL || else_inst->header.opcode == BRW_OPCODE_ELSE); in patch_IF_ELSE()1231 if (else_inst == NULL) { in patch_IF_ELSE()1249 else_inst->header.execution_size = if_inst->header.execution_size; in patch_IF_ELSE()[all …]